Searched refs:head_ptr (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | txrx.c | 89 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 184 local_tx_pd = (struct txpd *)head_ptr; in mwifiex_host_to_card() 186 local_tx_pd = (struct txpd *) (head_ptr + in mwifiex_host_to_card()
|
/linux-4.4.14/kernel/ |
D | futex_compat.c | 136 compat_uptr_t __user *, head_ptr, in COMPAT_SYSCALL_DEFINE3() argument 166 return put_user(ptr_to_compat(head), head_ptr); in COMPAT_SYSCALL_DEFINE3()
|
D | futex.c | 2886 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument 2916 return put_user(head, head_ptr); in SYSCALL_DEFINE3()
|
/linux-4.4.14/arch/parisc/mm/ |
D | init.c | 387 static unsigned long head_ptr __initdata; in parisc_text_address() 389 if (!head_ptr) in parisc_text_address() 390 head_ptr = PAGE_MASK & (unsigned long) in parisc_text_address() 393 return core_kernel_text(vaddr) || vaddr == head_ptr; in parisc_text_address()
|
/linux-4.4.14/Documentation/ |
D | robust-futex-ABI.txt | 97 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
D | robust-futexes.txt | 173 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
/linux-4.4.14/include/linux/ |
D | compat.h | 315 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
|
D | syscalls.h | 798 struct robust_list_head __user * __user *head_ptr,
|