Home
last modified time | relevance | path

Searched refs:head_ptr (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
A Dtxrx.c89 u8 *head_ptr; in mwifiex_process_tx() local
103 head_ptr = mwifiex_process_uap_txpd(priv, skb); in mwifiex_process_tx()
105 head_ptr = mwifiex_process_sta_txpd(priv, skb); in mwifiex_process_tx()
108 if ((adapter->data_sent || adapter->tx_lock_flag) && head_ptr) { in mwifiex_process_tx()
114 if (head_ptr) { in mwifiex_process_tx()
116 local_tx_pd = (struct txpd *)(head_ptr + hroom); in mwifiex_process_tx()
167 u8 *head_ptr = skb->data; in mwifiex_host_to_card() local
183 local_tx_pd = (struct txpd *)(head_ptr + adapter->intf_hdr_len); in mwifiex_host_to_card()
/linux/kernel/futex/
A Dsyscalls.c52 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument
82 return put_user(head, head_ptr); in SYSCALL_DEFINE3()
338 compat_uptr_t __user *, head_ptr, in COMPAT_SYSCALL_DEFINE3() argument
368 return put_user(ptr_to_compat(head), head_ptr); in COMPAT_SYSCALL_DEFINE3()
/linux/Documentation/locking/
A Drobust-futex-ABI.rst99 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
A Drobust-futexes.rst177 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
/linux/include/linux/
A Dcompat.h678 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
A Dsyscalls.h622 struct robust_list_head __user * __user *head_ptr,

Completed in 14 milliseconds