/Linux-v4.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");
|
/Linux-v4.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()
|
/Linux-v4.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()
|
/Linux-v4.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()
|
/Linux-v4.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()
|
/Linux-v4.19/fs/ocfs2/ |
D | file.c | 2258 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2266 if (!direct_io && nowait) in ocfs2_file_write_iter() 2272 if (nowait) { in ocfs2_file_write_iter() 2285 if (nowait) in ocfs2_file_write_iter() 2305 if (nowait) in ocfs2_file_write_iter() 2326 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2406 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2421 if (!direct_io && nowait) in ocfs2_file_read_iter() 2429 if (nowait) in ocfs2_file_read_iter() 2454 !nowait); in ocfs2_file_read_iter()
|
/Linux-v4.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()
|
/Linux-v4.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"); 2331 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
/Linux-v4.19/drivers/net/wireless/marvell/ |
D | mwl8k.c | 529 bool nowait) in mwl8k_request_fw() argument 535 if (nowait) in mwl8k_request_fw() 544 bool nowait) in mwl8k_request_firmware() argument 550 if (nowait) in mwl8k_request_firmware() 560 if (rc || nowait) in mwl8k_request_firmware() 564 if (nowait) { in mwl8k_request_firmware() 5796 bool nowait) in mwl8k_init_firmware() argument 5807 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5813 if (nowait) in mwl8k_init_firmware()
|
/Linux-v4.19/block/ |
D | blk-core.c | 2505 bool nowait = bio->bi_opf & REQ_NOWAIT; in direct_make_request() local 2511 if (unlikely(blk_queue_enter(q, nowait ? BLK_MQ_REQ_NOWAIT : 0))) { in direct_make_request() 2512 if (nowait && !blk_queue_dying(q)) in direct_make_request()
|
/Linux-v4.19/Documentation/driver-api/dmaengine/ |
D | provider.rst | 291 much pressure on the nowait allocator.
|
/Linux-v4.19/net/decnet/ |
D | dn_route.c | 1552 int event, int nowait, unsigned int flags) in dn_rt_fill_info() argument
|