/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | loongson2_cpufreq.c | 27 static uint nowait; variable 158 if (!ret && !nowait) { in cpufreq_init() 168 if (!nowait && saved_cpu_wait) in cpufreq_exit() 180 module_param(nowait, uint, 0644); 181 MODULE_PARM_DESC(nowait, "Disable Loongson-2F specific wait");
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | loongson2_cpufreq.c | 26 static uint nowait; variable 157 if (!ret && !nowait) { in cpufreq_init() 167 if (!nowait && saved_cpu_wait) in cpufreq_exit() 179 module_param(nowait, uint, 0644); 180 MODULE_PARM_DESC(nowait, "Disable Loongson-2F specific wait");
|
/kernel/linux/linux-5.10/fs/ |
H A D | sync.c | 113 int nowait = 0, wait = 1; in ksys_sync() local 117 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 133 int nowait = 0; in do_sync_work() local 139 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 140 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 142 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 143 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
/kernel/linux/linux-6.6/fs/ |
H A D | sync.c | 99 int nowait = 0, wait = 1; in ksys_sync() local 103 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 119 int nowait = 0; in do_sync_work() local 125 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 126 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 128 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 129 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | idle.c | 115 static int __initdata nowait; variable 119 nowait = 1; in wait_disable() 124 __setup("nowait", wait_disable); 130 if (nowait) { in check_wait()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | idle.c | 108 static int __initdata nowait; variable 112 nowait = 1; in wait_disable() 117 __setup("nowait", wait_disable); 123 if (nowait) { in check_wait()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file-item.h | 56 bool nowait); 59 bool nowait);
|
H A D | file.c | 879 static fgf_t get_prepare_fgp_flags(bool nowait) in get_prepare_fgp_flags() argument 883 if (nowait) in get_prepare_fgp_flags() 889 static gfp_t get_prepare_gfp_flags(struct inode *inode, bool nowait) in get_prepare_gfp_flags() argument 894 if (nowait) { in get_prepare_gfp_flags() 908 bool nowait) in prepare_pages() 912 gfp_t mask = get_prepare_gfp_flags(inode, nowait); in prepare_pages() 913 fgf_t fgp_flags = get_prepare_fgp_flags(nowait); in prepare_pages() 923 if (nowait) in prepare_pages() 944 if (!nowait && err == -EAGAIN) { in prepare_pages() 979 u64 *lockstart, u64 *lockend, bool nowait, in lock_and_cleanup_extent_if_need() 905 prepare_pages(struct inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, bool force_uptodate, bool nowait) prepare_pages() argument 976 lock_and_cleanup_extent_if_need(struct btrfs_inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, u64 *lockstart, u64 *lockend, bool nowait, struct extent_state **cached_state) lock_and_cleanup_extent_if_need() argument 1061 btrfs_check_nocow_lock(struct btrfs_inode *inode, loff_t pos, size_t *write_bytes, bool nowait) btrfs_check_nocow_lock() argument 1194 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); btrfs_buffered_write() local [all...] |
H A D | file.h | 27 size_t *write_bytes, bool nowait);
|
H A D | ctree.c | 1671 if (p->nowait) { in read_block_for_search() 1696 } else if (p->nowait) { in read_block_for_search() 1864 if (p->nowait) { in btrfs_search_slot_get_root() 2149 * For now only allow nowait for read only operations. There's no in btrfs_search_slot() 2153 ASSERT(!p->nowait || !cow); in btrfs_search_slot() 2181 if (p->nowait) { in btrfs_search_slot() 2332 if (p->nowait) { in btrfs_search_slot() 2389 ASSERT(!p->nowait); in btrfs_search_old_slot() 4751 ASSERT(!path->nowait); in btrfs_search_forward() 4933 * The nowait semantic in btrfs_next_old_leaf() [all...] |
H A D | file-item.c | 459 bool nowait) in btrfs_lookup_csums_list() 477 path->nowait = nowait; in btrfs_lookup_csums_list() 457 btrfs_lookup_csums_list(struct btrfs_root *root, u64 start, u64 end, struct list_head *list, int search_commit, bool nowait) btrfs_lookup_csums_list() argument
|
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_ctl_msg.h | 28 struct scatterlist *in_sgs, bool nowait);
|
H A D | virtio_ctl_msg.c | 115 * @nowait: Flag indicating whether to wait for completion. 118 * May sleep if @nowait is false. 123 struct scatterlist *in_sgs, bool nowait) in virtsnd_ctl_msg_send() 176 if (nowait) in virtsnd_ctl_msg_send() 121 virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, struct scatterlist *out_sgs, struct scatterlist *in_sgs, bool nowait) virtsnd_ctl_msg_send() argument
|
/kernel/linux/linux-6.6/drivers/base/firmware_loader/ |
H A D | sysfs.h | 77 bool nowait; member
|
H A D | sysfs.c | 73 if (add_uevent_var(env, "ASYNC=%d", fw_sysfs->nowait)) in do_firmware_uevent() 408 fw_sysfs->nowait = !!(opt_flags & FW_OPT_NOWAIT); in fw_create_instance()
|
/kernel/linux/linux-5.10/drivers/base/firmware_loader/ |
H A D | fallback.c | 77 bool nowait; member 175 if (add_uevent_var(env, "ASYNC=%d", fw_sysfs->nowait)) in do_firmware_uevent() 475 fw_sysfs->nowait = !!(opt_flags & FW_OPT_NOWAIT); in fw_create_instance()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 83 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
|
H A D | rocker_main.c | 51 bool nowait; member 57 wait->nowait = false; in rocker_wait_reset() 887 if (wait->nowait) { in rocker_cmd_irq_handler() 1045 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, in rocker_cmd_exec() argument 1065 wait->nowait = nowait; in rocker_cmd_exec() 1077 if (nowait) in rocker_cmd_exec()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 83 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
|
H A D | rocker_main.c | 51 bool nowait; member 57 wait->nowait = false; in rocker_wait_reset() 887 if (wait->nowait) { in rocker_cmd_irq_handler() 1045 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, in rocker_cmd_exec() argument 1065 wait->nowait = nowait; in rocker_cmd_exec() 1077 if (nowait) in rocker_cmd_exec()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | file.c | 2371 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2379 if (!direct_io && nowait) in ocfs2_file_write_iter() 2385 if (nowait) { in ocfs2_file_write_iter() 2398 if (nowait) in ocfs2_file_write_iter() 2418 if (nowait) in ocfs2_file_write_iter() 2439 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2519 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2534 if (!direct_io && nowait) in ocfs2_file_read_iter() 2542 if (nowait) in ocfs2_file_read_iter() 2567 !nowait); in ocfs2_file_read_iter() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.c | 2365 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2373 if (!direct_io && nowait) in ocfs2_file_write_iter() 2379 if (nowait) { in ocfs2_file_write_iter() 2392 if (nowait) in ocfs2_file_write_iter() 2412 if (nowait) in ocfs2_file_write_iter() 2433 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2513 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2528 if (!direct_io && nowait) in ocfs2_file_read_iter() 2536 if (nowait) in ocfs2_file_read_iter() 2561 !nowait); in ocfs2_file_read_iter() [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-core.c | 478 bool nowait = bio->bi_opf & REQ_NOWAIT; in bio_queue_enter() local 481 ret = blk_queue_enter(q, nowait ? BLK_MQ_REQ_NOWAIT : 0); in bio_queue_enter() 483 if (nowait && !blk_queue_dying(q)) in bio_queue_enter() 812 if (plug && plug->nowait) in submit_bio_checks() 1696 plug->nowait = false; in blk_start_plug()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc91x.c | 15 * nowait = 0 for normal wait states, 1 eliminates additional wait states 90 static int nowait = SMC_NOWAIT; variable 91 module_param(nowait, int, 0400); 92 MODULE_PARM_DESC(nowait, "set to 1 for no wait state"); 2027 lp->cfg.flags & SMC91X_NOWAIT ? " [nowait]" : "", in smc_probe() 2318 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-core.c | 228 const u8 mode_req, bool nowait) in __mcp251xfd_chip_set_mode() 248 if (mode_req == MCP251XFD_REG_CON_MODE_SLEEP || nowait) in __mcp251xfd_chip_set_mode() 670 bool nowait) in __mcp251xfd_chip_set_normal_mode() 676 return __mcp251xfd_chip_set_mode(priv, mode, nowait); in __mcp251xfd_chip_set_normal_mode() 227 __mcp251xfd_chip_set_mode(const struct mcp251xfd_priv *priv, const u8 mode_req, bool nowait) __mcp251xfd_chip_set_mode() argument 669 __mcp251xfd_chip_set_normal_mode(const struct mcp251xfd_priv *priv, bool nowait) __mcp251xfd_chip_set_normal_mode() argument
|