/kernel/linux/linux-5.10/net/smc/ |
H A D | af_smc.c | 1928 add_wait_queue_exclusive(sk_sleep(sk), &wait); in smc_accept() local 1946 remove_wait_queue(sk_sleep(sk), &wait); in smc_accept() local 2075 smc_poll(struct file *file, struct socket *sock, poll_table *wait) smc_poll() argument [all...] |
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | af_vsock.c | 1340 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_connect() local 1383 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_connect() local 1395 finish_wait(sk_sleep(sk), &wait); in vsock_stream_connect() local 963 vsock_poll(struct file *file, struct socket *sock, poll_table *wait) vsock_poll() argument 1430 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); vsock_accept() local 1436 finish_wait(sk_sleep(listener), &wait); vsock_accept() local 1447 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); vsock_accept() local 1449 finish_wait(sk_sleep(listener), &wait); vsock_accept() local 1748 add_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1757 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1763 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1772 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1776 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1780 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1912 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); vsock_stream_recvmsg() local 1919 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1925 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1932 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1941 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1945 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1951 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local [all...] |
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | cache.c | 969 static __poll_t cache_poll(struct file *filp, poll_table *wait, in cache_poll() argument 1571 static __poll_t cache_poll_procfs(struct file *filp, poll_table *wait) in cache_poll_procfs() argument 1789 static __poll_t cache_poll_pipefs(struct file *filp, poll_table *wait) in cache_poll_pipefs() argument
|
H A D | rpc_pipe.c | 339 rpc_pipe_poll(struct file *filp, struct poll_table_struct *wait) in rpc_pipe_poll() argument
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_sw.c | 1327 add_wait_queue(sk_sleep(sk), &wait); in tls_wait_data() local 1334 remove_wait_queue(sk_sleep(sk), &wait); in tls_wait_data() local
|
/kernel/linux/linux-5.10/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 763 wait_queue_entry_t wait; in snd_ymfpci_irq_wait() local
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 2187 static __poll_t tomoyo_poll_query(struct file *file, poll_table *wait) in tomoyo_poll_query() argument 2524 __poll_t tomoyo_poll_control(struct file *file, poll_table *wait) in tomoyo_poll_control() argument
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_clientmgr.c | 1120 static __poll_t snd_seq_poll(struct file *file, poll_table * wait) in snd_seq_poll() argument 2361 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait) in snd_seq_kernel_client_write_poll() argument
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | control.c | 1794 wait_queue_entry_t wait; in snd_ctl_read() local 1833 static __poll_t snd_ctl_poll(struct file *file, poll_table * wait) in snd_ctl_poll() argument
|
H A D | pcm_lib.c | 1830 wait_queue_entry_t wait; in wait_for_avail() local
|
H A D | timer.c | 2172 wait_queue_entry_t wait; in snd_timer_user_read() local 2248 static __poll_t snd_timer_user_poll(struct file *file, poll_table * wait) in snd_timer_user_poll() argument
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 1608 wait_queue_entry_t wait; in snd_pcm_oss_sync1() local 2480 wait_queue_entry_t wait; in snd_pcm_oss_open() local 2823 static __poll_t snd_pcm_oss_poll(struct file *file, poll_table * wait) in snd_pcm_oss_poll() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-sst-ipc.c | 1017 skl_sst_ipc_load_library(struct sst_generic_ipc *ipc, u8 dma_id, u8 table_id, bool wait) skl_sst_ipc_load_library() argument
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A D | q6asm.c | 1008 __q6asm_run(struct audio_client *ac, uint32_t stream_id, uint32_t flags, uint32_t msw_ts, uint32_t lsw_ts, bool wait) __q6asm_run() argument 1638 __q6asm_cmd(struct audio_client *ac, uint32_t stream_id, int cmd, bool wait) __q6asm_cmd() argument
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.c | 87 wait_queue_entry_t wait; member 90 static int glock_wake_function(wait_queue_entry_t *wait, unsigned int mode, in glock_wake_function() argument 969 struct wait_glock_queue wait; in find_insert_glock() local [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4state.c | 781 __nfs4_close(struct nfs4_state *state, fmode_t fmode, gfp_t gfp_mask, int wait) __nfs4_close() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | aio.c | 155 wait_queue_head_t wait; member 188 struct wait_queue_entry wait; member 879 struct ctx_rq_wait wait; in exit_aio() local 832 kill_ioctx(struct mm_struct *mm, struct kioctx *ctx, struct ctx_rq_wait *wait) kill_ioctx() argument 1401 struct ctx_rq_wait wait; SYSCALL_DEFINE1() local 1748 aio_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, void *key) aio_poll_wake() argument [all...] |
H A D | eventpoll.c | 246 wait_queue_entry_t wait; member 931 ep_eventpoll_poll(struct file *file, poll_table *wait) ep_eventpoll_poll() argument 1212 ep_poll_callback(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) ep_poll_callback() argument 1850 wait_queue_entry_t wait; ep_poll() local [all...] |
H A D | fs-writeback.c | 1374 DEFINE_WAIT(wait); variable 2604 sync_inode_metadata(struct inode *inode, int wait) sync_inode_metadata() argument [all...] |
H A D | block_dev.c | 327 static int blkdev_iopoll(struct kiocb *kiocb, bool wait) in blkdev_iopoll() argument 524 int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev() argument [all...] |
H A D | buffer.c | 1983 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | ac97_codec.h | 194 void (*wait) (struct snd_ac97 *ac97); member
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 415 wait_queue_head_t wait; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 1368 int btrfs_sync_fs(struct super_block *sb, int wait) in btrfs_sync_fs() argument
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | inode.c | 846 static int __fat_write_inode(struct inode *inode, int wait) in __fat_write_inode() argument
|