Home
last modified time | relevance | path

Searched refs:len_ptr (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/futex/functional/
H A Drobust_list.c59 static int get_robust_list(int pid, struct robust_list_head **head, size_t *len_ptr)
61 return syscall(SYS_get_robust_list, pid, head, len_ptr);
292 size_t head_size = sizeof(head), len_ptr; in TEST()
298 ret = get_robust_list(0, &get_head, &len_ptr); in TEST()
301 ASSERT_EQ(head_size, len_ptr); in child_list()
306 ret = get_robust_list(0, &get_head, &len_ptr); in child_list()
309 ASSERT_EQ(head_size, len_ptr); in child_list()
346 size_t len_ptr; in TEST()
358 ret = get_robust_list(tid, &get_head, &len_ptr); in TEST()
52 get_robust_list(int pid,struct robust_list_head ** head,size_t * len_ptr) get_robust_list() argument
279 size_t head_size = sizeof(head), len_ptr; TEST() local
333 size_t len_ptr; TEST() local
/linux/fs/ntfs3/lib/
H A Dlzx_decompress.c258 u8 *len_ptr = lens; in lzx_read_codeword_lens() local
288 len = *len_ptr - presym; in lzx_read_codeword_lens()
291 *len_ptr++ = len; in lzx_read_codeword_lens()
311 len = *len_ptr - presym; in lzx_read_codeword_lens()
317 *len_ptr++ = len; in lzx_read_codeword_lens()
330 } while (len_ptr < lens_end); in lzx_read_codeword_lens()
/linux/kernel/futex/
H A Dsyscalls.c92 * @len_ptr: pointer to a length field, the kernel fills in the header size
96 size_t __user *, len_ptr)
103 if (put_user(sizeof(*head), len_ptr)) in SYSCALL_DEFINE3()
493 compat_size_t __user *, len_ptr) in COMPAT_SYSCALL_DEFINE3()
500 if (put_user(sizeof(*head), len_ptr)) in COMPAT_SYSCALL_DEFINE3()
100 SYSCALL_DEFINE3(get_robust_list,int,pid,struct robust_list_head __user * __user *,head_ptr,size_t __user *,len_ptr) SYSCALL_DEFINE3() argument
492 COMPAT_SYSCALL_DEFINE3(get_robust_list,int,pid,compat_uptr_t __user *,head_ptr,compat_size_t __user *,len_ptr) COMPAT_SYSCALL_DEFINE3() argument
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c351 int *len_ptr, len; in perfbuf_measure()
359 len_ptr = r->data + (cons_pos & r->mask); in perfbuf_setup_skeleton()
360 len = smp_load_acquire(len_ptr); in perfbuf_setup_skeleton()
298 int *len_ptr, len; ringbuf_custom_process_ring() local
/linux/Documentation/locking/
H A Drobust-futex-ABI.rst100 size_t __user *len_ptr);
H A Drobust-futexes.rst178 size_t __user *len_ptr);
/linux/include/linux/
H A Dcompat.h683 compat_size_t __user *len_ptr);
H A Dsyscalls.h581 size_t __user *len_ptr);