/kernel/linux/linux-5.10/drivers/cpufreq/ |
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-4.19/drivers/cpufreq/ |
D | loongson2_cpufreq.c | 28 static uint nowait; variable 169 if (!ret && !nowait) { in cpufreq_init() 179 if (!nowait && saved_cpu_wait) in cpufreq_exit() 191 module_param(nowait, uint, 0644); 192 MODULE_PARM_DESC(nowait, "Disable Loongson-2F specific wait");
|
/kernel/linux/linux-4.19/fs/ |
D | sync.c | 110 int nowait = 0, wait = 1; in ksys_sync() local 114 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 130 int nowait = 0; in do_sync_work() local 136 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 137 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 139 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 140 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
/kernel/linux/linux-5.10/fs/ |
D | sync.c | 111 int nowait = 0, wait = 1; in ksys_sync() local 115 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 131 int nowait = 0; in do_sync_work() local 137 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 138 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 140 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 141 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | idle.c | 115 static int __initdata nowait; variable 119 nowait = 1; in wait_disable() 130 if (nowait) { in check_wait()
|
/kernel/linux/linux-4.19/arch/mips/kernel/ |
D | idle.c | 118 static int __initdata nowait; variable 122 nowait = 1; in wait_disable() 133 if (nowait) { in check_wait()
|
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
/kernel/linux/linux-5.10/drivers/base/firmware_loader/ |
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-4.19/drivers/base/firmware_loader/ |
D | fallback.c | 74 bool nowait; member 173 if (add_uevent_var(env, "ASYNC=%d", fw_sysfs->nowait)) in do_firmware_uevent() 521 fw_sysfs->nowait = !!(opt_flags & FW_OPT_NOWAIT); in fw_create_instance()
|
/kernel/linux/linux-4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_ioctl.c | 458 bool nowait = false; in virtio_gpu_wait_ioctl() local 467 nowait = true; in virtio_gpu_wait_ioctl() 468 ret = virtio_gpu_object_wait(qobj, nowait); in virtio_gpu_wait_ioctl()
|
/kernel/linux/linux-4.19/fs/ocfs2/ |
D | file.c | 2302 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2310 if (!direct_io && nowait) in ocfs2_file_write_iter() 2316 if (nowait) { in ocfs2_file_write_iter() 2329 if (nowait) in ocfs2_file_write_iter() 2349 if (nowait) in ocfs2_file_write_iter() 2370 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2450 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2465 if (!direct_io && nowait) in ocfs2_file_read_iter() 2473 if (nowait) in ocfs2_file_read_iter() 2498 !nowait); in ocfs2_file_read_iter()
|
/kernel/linux/linux-4.19/drivers/net/ethernet/rocker/ |
D | rocker.h | 87 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
|
D | rocker_main.c | 55 bool nowait; member 61 wait->nowait = false; in rocker_wait_reset() 888 if (wait->nowait) { in rocker_cmd_irq_handler() 1046 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, in rocker_cmd_exec() argument 1066 wait->nowait = nowait; in rocker_cmd_exec() 1078 if (nowait) in rocker_cmd_exec()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
D | rocker.h | 83 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
|
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/ |
D | file.c | 2361 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2369 if (!direct_io && nowait) in ocfs2_file_write_iter() 2375 if (nowait) { in ocfs2_file_write_iter() 2388 if (nowait) in ocfs2_file_write_iter() 2408 if (nowait) in ocfs2_file_write_iter() 2429 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2509 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2524 if (!direct_io && nowait) in ocfs2_file_read_iter() 2532 if (nowait) in ocfs2_file_read_iter() 2557 !nowait); in ocfs2_file_read_iter()
|
/kernel/linux/linux-5.10/block/ |
D | blk-core.c | 479 bool nowait = bio->bi_opf & REQ_NOWAIT; in bio_queue_enter() local 482 ret = blk_queue_enter(q, nowait ? BLK_MQ_REQ_NOWAIT : 0); in bio_queue_enter() 484 if (nowait && !blk_queue_dying(q)) in bio_queue_enter() 815 if (plug && plug->nowait) in submit_bio_checks() 1692 plug->nowait = false; in blk_start_plug()
|
/kernel/linux/linux-4.19/drivers/net/ethernet/smsc/ |
D | smc91x.c | 102 static int nowait = SMC_NOWAIT; variable 103 module_param(nowait, int, 0400); 104 MODULE_PARM_DESC(nowait, "set to 1 for no wait state"); 2332 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
D | smc91x.c | 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"); 2318 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/ |
D | mwl8k.c | 532 bool nowait) in mwl8k_request_fw() argument 538 if (nowait) in mwl8k_request_fw() 547 bool nowait) in mwl8k_request_firmware() argument 553 if (nowait) in mwl8k_request_firmware() 563 if (rc || nowait) in mwl8k_request_firmware() 567 if (nowait) { in mwl8k_request_firmware() 5805 bool nowait) in mwl8k_init_firmware() argument 5816 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5822 if (nowait) in mwl8k_init_firmware()
|
/kernel/linux/linux-4.19/drivers/net/wireless/marvell/ |
D | mwl8k.c | 532 bool nowait) in mwl8k_request_fw() argument 538 if (nowait) in mwl8k_request_fw() 547 bool nowait) in mwl8k_request_firmware() argument 553 if (nowait) in mwl8k_request_firmware() 563 if (rc || nowait) in mwl8k_request_firmware() 567 if (nowait) { in mwl8k_request_firmware() 5801 bool nowait) in mwl8k_init_firmware() argument 5812 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5818 if (nowait) in mwl8k_init_firmware()
|
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/ |
D | mcp251xfd-core.c | 471 const u8 mode_req, bool nowait) in __mcp251xfd_chip_set_mode() argument 482 if (mode_req == MCP251XFD_REG_CON_MODE_SLEEP || nowait) in __mcp251xfd_chip_set_mode() 946 bool nowait) in __mcp251xfd_chip_set_normal_mode() argument 952 return __mcp251xfd_chip_set_mode(priv, mode, nowait); in __mcp251xfd_chip_set_normal_mode()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | file.c | 1471 size_t *write_bytes, bool nowait) in check_can_nocow() argument 1482 if (!nowait && !btrfs_drew_try_write_lock(&root->snapshot_lock)) in check_can_nocow() 1490 if (nowait) { in check_can_nocow() 1512 if (!nowait) in check_can_nocow()
|
/kernel/linux/linux-4.19/block/ |
D | blk-core.c | 2514 bool nowait = bio->bi_opf & REQ_NOWAIT; in direct_make_request() local 2520 if (unlikely(blk_queue_enter(q, nowait ? BLK_MQ_REQ_NOWAIT : 0))) { in direct_make_request() 2521 if (nowait && !blk_queue_dying(q)) in direct_make_request()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_lib.c | 2645 static void scsi_stop_queue(struct scsi_device *sdev, bool nowait) in scsi_stop_queue() argument 2656 if (nowait) in scsi_stop_queue()
|