Home
last modified time | relevance | path

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

/linux/fs/ntfs3/lib/
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/
A Dsyscalls.c50 size_t __user *, len_ptr) in SYSCALL_DEFINE3() argument
74 if (put_user(sizeof(*head), len_ptr)) in SYSCALL_DEFINE3()
456 compat_size_t __user *, len_ptr) in COMPAT_SYSCALL_DEFINE3() argument
480 if (put_user(sizeof(*head), len_ptr)) in COMPAT_SYSCALL_DEFINE3()
/linux/tools/lib/bpf/
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/
A Dbench_ringbufs.c298 int *len_ptr, len; in ringbuf_custom_process_ring() local
306 len_ptr = r->data + (cons_pos & r->mask); in ringbuf_custom_process_ring()
307 len = smp_load_acquire(len_ptr); in ringbuf_custom_process_ring()
/linux/drivers/net/can/dev/
A Dskb.c99 unsigned int *len_ptr, unsigned int *frame_len_ptr) in __can_get_echo_skb() argument
120 *len_ptr = can_skb_get_data_len(skb); in __can_get_echo_skb()
/linux/arch/um/kernel/skas/
A Duaccess.c211 int *len_ptr = arg, n; in strnlen_chunk() local
214 *len_ptr += n; in strnlen_chunk()
/linux/include/linux/can/
A Dskb.h23 unsigned int *len_ptr,
/linux/drivers/md/
A Ddm-core.h250 unsigned int *len_ptr; member
A Ddm.c644 tio->len_ptr = len; in alloc_tio()
1346 BUG_ON(bio_sectors > *tio->len_ptr); in dm_accept_partial_bio()
1349 *tio->len_ptr -= bio_sectors - n_sectors; in dm_accept_partial_bio()
/linux/Documentation/locking/
A Drobust-futex-ABI.rst100 size_t __user *len_ptr);
A Drobust-futexes.rst178 size_t __user *len_ptr);
/linux/include/linux/
A Dcompat.h679 compat_size_t __user *len_ptr);
A Dsyscalls.h554 size_t __user *len_ptr);

Completed in 32 milliseconds