Home
last modified time | relevance | path

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

/openbmc/linux/kernel/futex/
H A Dsyscalls.c50 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 Dipc4-pcm.c782 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 Dtxrx.c163 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 Drobust-futex-ABI.rst99 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
H A Drobust-futexes.rst177 sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
/openbmc/linux/include/linux/
H A Dcompat.h679 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
H A Dsyscalls.h545 struct robust_list_head __user * __user *head_ptr,