Searched refs:head_ptr (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/drivers/net/wireless/marvell/mwifiex/ |
| D | txrx.c | 77 u8 *head_ptr; in mwifiex_process_tx() local 91 head_ptr = mwifiex_process_uap_txpd(priv, skb); in mwifiex_process_tx() 93 head_ptr = mwifiex_process_sta_txpd(priv, skb); in mwifiex_process_tx() 96 if ((adapter->data_sent || adapter->tx_lock_flag) && head_ptr) { in mwifiex_process_tx() 102 if (head_ptr) { in mwifiex_process_tx() 104 local_tx_pd = (struct txpd *)(head_ptr + hroom); in mwifiex_process_tx() 155 u8 *head_ptr = skb->data; in mwifiex_host_to_card() local 171 local_tx_pd = (struct txpd *)(head_ptr + adapter->intf_hdr_len); in mwifiex_host_to_card()
|
| /Linux-v6.1/kernel/futex/ |
| D | syscalls.c | 50 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument 77 return put_user(head, head_ptr); in SYSCALL_DEFINE3() 319 compat_uptr_t __user *, head_ptr, in COMPAT_SYSCALL_DEFINE3() argument 346 return put_user(ptr_to_compat(head), head_ptr); in COMPAT_SYSCALL_DEFINE3()
|
| /Linux-v6.1/Documentation/locking/ |
| D | robust-futex-ABI.rst | 99 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
| D | robust-futexes.rst | 177 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
| /Linux-v6.1/include/linux/ |
| D | compat.h | 710 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
|
| D | syscalls.h | 618 struct robust_list_head __user * __user *head_ptr,
|