Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dtxrx.c85 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/
Dfutex_compat.c136 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()
Dfutex.c2763 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/
Dinit.c385 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/
Drobust-futex-ABI.txt97 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
Drobust-futexes.txt173 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
/linux-4.1.27/include/linux/
Dcompat.h315 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
Dsyscalls.h798 struct robust_list_head __user * __user *head_ptr,