Searched refs:head_ptr (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/kernel/futex/ |
H A D | syscalls.c | 50 struct robust_list_head __user * __user *, head_ptr, in SYSCALL_DEFINE3() argument 77 return put_user(head, head_ptr); in SYSCALL_DEFINE3() 322 compat_uptr_t __user *, head_ptr, in COMPAT_SYSCALL_DEFINE3() argument 349 return put_user(ptr_to_compat(head), head_ptr); in COMPAT_SYSCALL_DEFINE3()
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4-pcm.c | 782 snd_pcm_uframes_t head_ptr, tail_ptr; in sof_ipc4_pcm_delay() local 833 head_ptr = substream->runtime->status->hw_ptr; in sof_ipc4_pcm_delay() 836 head_ptr = tmp_ptr; in sof_ipc4_pcm_delay() 840 if (head_ptr < tail_ptr) in sof_ipc4_pcm_delay() 841 return substream->runtime->boundary - tail_ptr + head_ptr; in sof_ipc4_pcm_delay() 843 return head_ptr - tail_ptr; in sof_ipc4_pcm_delay()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | txrx.c | 163 u8 *head_ptr = skb->data; in mwifiex_host_to_card() local 179 local_tx_pd = (struct txpd *)(head_ptr + adapter->intf_hdr_len); in mwifiex_host_to_card()
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futex-ABI.rst | 99 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
H A D | robust-futexes.rst | 177 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 679 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
|
H A D | syscalls.h | 545 struct robust_list_head __user * __user *head_ptr,
|