Home
last modified time | relevance | path

Searched refs:bpf_copy_from_user_task_str (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tasks.c98 ret = bpf_copy_from_user_task_str((char *)task_str1, sizeof(task_str1), ptr, task, 0); in dump_task_sleepable()
106 ret = bpf_copy_from_user_task_str((char *)task_str1, sizeof(task_str1), in dump_task_sleepable()
116 ret = bpf_copy_from_user_task_str((char *)task_str2, 10, user_ptr, task, 0); in dump_task_sleepable()
124 ret = bpf_copy_from_user_task_str((char *)task_str3, 2, user_ptr, task, 0); in dump_task_sleepable()
131 ret = bpf_copy_from_user_task_str((char *)task_str4, 20, user_ptr, task, 0); in dump_task_sleepable()
139 ret = bpf_copy_from_user_task_str((char *)task_str4, 20, user_ptr, task, BPF_F_PAD_ZEROS); in dump_task_sleepable()
147 ret = bpf_copy_from_user_task_str(big_str1, 5000, user_ptr, task, 0); in dump_task_sleepable()
154 ret = bpf_copy_from_user_task_str(big_str1, 5000, user_ptr_long, task, BPF_F_PAD_ZEROS); in dump_task_sleepable()
176 ret = bpf_copy_from_user_task_str(big_str2, 5005, user_ptr_long, task, BPF_F_PAD_ZEROS); in dump_task_sleepable()
184 ret = bpf_copy_from_user_task_str(big_str3, 4996, user_ptr_long, task, 0); in dump_task_sleepable()
H A Dread_vsyscall.c19 int bpf_copy_from_user_task_str(void *dst, u32, const void *,
52 read_ret[9] = bpf_copy_from_user_task_str((char *)buf, in do_copy_from_user()
/linux-6.15/kernel/bpf/
H A Dhelpers.c3157 __bpf_kfunc int bpf_copy_from_user_task_str(void *dst, u32 dst__sz, in bpf_copy_from_user_task_str() function
3290 BTF_ID_FLAGS(func, bpf_copy_from_user_task_str, KF_SLEEPABLE)