Searched refs:head_ptr (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/futex/ |
H A D | syscalls.c | 45 * @head_ptr: pointer to a list-head pointer, the kernel fills it in 49 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument 76 return put_user(head, head_ptr); in SYSCALL_DEFINE3() 455 compat_uptr_t __user *, head_ptr, in COMPAT_SYSCALL_DEFINE3() argument 482 return put_user(ptr_to_compat(head), head_ptr); in COMPAT_SYSCALL_DEFINE3()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | txrx.c | 162 u8 *head_ptr = skb->data; in mwifiex_host_to_card() local 178 local_tx_pd = (struct txpd *)(head_ptr + adapter->intf_hdr_len); in mwifiex_host_to_card()
|
/linux/Documentation/locking/ |
H A D | robust-futex-ABI.rst | 99 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
H A D | robust-futexes.rst | 177 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
/linux/include/linux/ |
H A D | compat.h | 678 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
|