Searched refs:head_ptr (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | txrx.c | 85 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() 95 if ((adapter->data_sent || adapter->tx_lock_flag) && head_ptr) { in mwifiex_process_tx() 101 if (head_ptr) { in mwifiex_process_tx() 103 local_tx_pd = (struct txpd *)(head_ptr + hroom); in mwifiex_process_tx() 156 u8 *head_ptr = skb->data; in mwifiex_host_to_card() local 172 local_tx_pd = (struct txpd *)head_ptr; in mwifiex_host_to_card() 174 local_tx_pd = (struct txpd *) (head_ptr + in mwifiex_host_to_card()
|
/linux-4.1.27/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 | 2763 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument 2793 return put_user(head, head_ptr); in SYSCALL_DEFINE3()
|
/linux-4.1.27/arch/parisc/mm/ |
D | init.c | 385 static unsigned long head_ptr __initdata; in parisc_text_address() 387 if (!head_ptr) in parisc_text_address() 388 head_ptr = PAGE_MASK & (unsigned long) in parisc_text_address() 391 return core_kernel_text(vaddr) || vaddr == head_ptr; in parisc_text_address()
|
/linux-4.1.27/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.1.27/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,
|