/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
|
/kernel/linux/linux-5.10/mm/ |
H A D | filemap.c | 1049 wake_page_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *arg) wake_page_function() argument 1180 trylock_page_bit_common(struct page *page, int bit_nr, struct wait_queue_entry *wait) trylock_page_bit_common() argument 1201 wait_queue_entry_t *wait = &wait_page.wait; wait_on_page_bit_common() local 1349 __wait_on_page_locked_async(struct page *page, struct wait_page_queue *wait, bool set) __wait_on_page_locked_async() argument 1379 wait_on_page_locked_async(struct page *page, struct wait_page_queue *wait) wait_on_page_locked_async() argument 1557 __lock_page_async(struct page *page, struct wait_page_queue *wait) __lock_page_async() argument [all...] |
H A D | khugepaged.c | 863 static bool khugepaged_prealloc_page(struct page **hpage, bool *wait) in khugepaged_prealloc_page() argument 913 static struct page *khugepaged_alloc_hugepage(bool *wait) in khugepaged_alloc_hugepage() argument 933 static bool khugepaged_prealloc_page(struct page **hpage, bool *wait) in khugepaged_prealloc_page() argument 2243 bool wait = true; khugepaged_do_scan() local [all...] |
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 1066 struct ext_wait_queue wait; in do_mq_timedsend() local 1189 struct ext_wait_queue wait; do_mq_timedreceive() local [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | aops.c | 502 static int ocfs2_releasepage(struct page *page, gfp_t wait) in ocfs2_releasepage() argument 600 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local
|
H A D | file.c | 2181 ocfs2_inode_lock_for_extent_tree(struct inode *inode, struct buffer_head **di_bh, int meta_level, int write_sem, int wait) ocfs2_inode_lock_for_extent_tree() argument 2240 ocfs2_prepare_inode_for_write(struct file *file, loff_t pos, size_t count, int wait) ocfs2_prepare_inode_for_write() argument
|
H A D | super.c | 395 static int ocfs2_sync_fs(struct super_block *sb, int wait) in ocfs2_sync_fs() argument
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | super.c | 266 static int ovl_sync_fs(struct super_block *sb, int wait) in ovl_sync_fs() argument
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 67 static int reiserfs_sync_fs(struct super_block *s, int wait) in reiserfs_sync_fs() argument
|
H A D | journal.c | 2967 wait_queue_entry_t wait; in queue_log_writer() local 3956 reiserfs_prepare_for_journal(struct super_block *sb, struct buffer_head *bh, int wait) reiserfs_prepare_for_journal() argument [all...] |
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_sysctl.c | 286 struct completion wait; in start_unregistering() local 636 static __poll_t proc_sys_poll(struct file *filp, poll_table *wait) in proc_sys_poll() argument
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | super.c | 2370 static int udf_sync_fs(struct super_block *sb, int wait) in udf_sync_fs() argument
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_super.c | 755 xfs_fs_sync_fs( struct super_block *sb, int wait) xfs_fs_sync_fs() argument
|
/kernel/linux/linux-5.10/net/iucv/ |
H A D | af_iucv.c | 838 add_wait_queue_exclusive(sk_sleep(sk), &wait); in iucv_sock_accept() local 862 remove_wait_queue(sk_sleep(sk), &wait); in iucv_sock_accept() local 1374 iucv_sock_poll(struct file *file, struct socket *sock, poll_table *wait) iucv_sock_poll() argument
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 1329 add_wait_queue(sk_sleep(sk), &wait); in mptcp_wait_data() local 1336 remove_wait_queue(sk_sleep(sk), &wait); in mptcp_wait_data() local 2702 mptcp_poll(struct file *file, struct socket *sock, struct poll_table_struct *wait) mptcp_poll() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_lrc.c | 1052 create_rewinder(struct intel_context *ce, struct i915_request *wait, void *slot, int idx) create_rewinder() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_dc.h | 350 wait_queue_head_t wait; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | init.c | 1242 u8 wait = min((u16)retry * 50, 100); in init_condition_time() local
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-cp2112.c | 156 wait_queue_head_t wait; member
|
/kernel/linux/linux-5.10/drivers/media/usb/zr364xx/ |
H A D | zr364xx.c | 1273 zr364xx_poll(struct file *file, struct poll_table_struct *wait) zr364xx_poll() argument
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 2254 static __poll_t mport_cdev_poll(struct file *filp, poll_table *wait) in mport_cdev_poll() argument
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 308 qcom_glink_tx(struct qcom_glink *glink, const void *hdr, size_t hlen, const void *data, size_t dlen, bool wait) qcom_glink_tx() argument 1265 __qcom_glink_send(struct glink_channel *channel, void *data, int len, bool wait) __qcom_glink_send() argument
|
H A D | qcom_smd.c | 743 __qcom_smd_send(struct qcom_smd_channel *channel, const void *data, int len, bool wait) __qcom_smd_send() argument 977 qcom_smd_poll(struct rpmsg_endpoint *ept, struct file *filp, poll_table *wait) qcom_smd_poll() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 591 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() argument 605 static inline void crypto_init_wait(struct crypto_wait *wait) in crypto_init_wait() argument
|
H A D | cgroup-defs.h | 514 wait_queue_head_t wait; member
|