Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
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-v4.19/kernel/
Dfutex_compat.c137 compat_uptr_t __user *, head_ptr, in COMPAT_SYSCALL_DEFINE3() argument
167 return put_user(ptr_to_compat(head), head_ptr); in COMPAT_SYSCALL_DEFINE3()
Dfutex.c3321 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument
3351 return put_user(head, head_ptr); in SYSCALL_DEFINE3()
/Linux-v4.19/arch/parisc/mm/
Dinit.c391 static unsigned long head_ptr __initdata; in parisc_text_address()
393 if (!head_ptr) in parisc_text_address()
394 head_ptr = PAGE_MASK & (unsigned long) in parisc_text_address()
397 return core_kernel_text(vaddr) || vaddr == head_ptr; in parisc_text_address()
/Linux-v4.19/Documentation/
Drobust-futex-ABI.txt99 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
Drobust-futexes.txt177 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.h1077 __le32 head_ptr; member
Dhns_roce_hw_v2.c1328 roce_set_field(req_a->head_ptr, in hns_roce_config_link_table()
/Linux-v4.19/include/linux/
Dcompat.h700 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
Dsyscalls.h546 struct robust_list_head __user * __user *head_ptr,