Home
last modified time | relevance | path

Searched refs:len_ptr (Results 1 – 6 of 6) 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);
305 size_t head_size = sizeof(head), len_ptr; in child_list()
311 ret = get_robust_list(0, &get_head, &len_ptr); in child_list()
314 ASSERT_EQ(head_size, len_ptr); in child_list()
319 ret = get_robust_list(0, &get_head, &len_ptr); in child_list()
322 ASSERT_EQ(head_size, len_ptr);
359 size_t len_ptr;
371 ret = get_robust_list(tid, &get_head, &len_ptr); in child_fn_lock_with_error()
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/tools/lib/bpf/
H A Dringbuf.c236 int *len_ptr, len, err; in ringbuf_process_ring() local
248 len_ptr = r->data + (cons_pos & r->mask); in ringbuf_process_ring()
249 len = smp_load_acquire(len_ptr); in ringbuf_process_ring()
259 sample = (void *)len_ptr + BPF_RINGBUF_HDR_SZ; in ringbuf_process_ring()
/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/drivers/md/
H A Ddm.c642 tio->len_ptr = len; in alloc_tio()
1331 BUG_ON(bio_sectors > *tio->len_ptr); in dm_accept_partial_bio()
1345 *tio->len_ptr -= bio_sectors - n_sectors; in dm_accept_partial_bio()
/linux/include/linux/
H A Dcompat.h683 compat_size_t __user *len_ptr);