/linux/drivers/cpufreq/ |
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");
|
/linux/fs/ |
A D | sync.c | 93 int nowait = 0, wait = 1; in ksys_sync() local 97 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 113 int nowait = 0; in do_sync_work() local 119 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 120 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 122 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 123 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
/linux/arch/mips/kernel/ |
A D | idle.c | 115 static int __initdata nowait; variable 119 nowait = 1; in wait_disable() 130 if (nowait) { in check_wait()
|
/linux/sound/virtio/ |
A D | virtio_ctl_msg.c | 123 struct scatterlist *in_sgs, bool nowait) in virtsnd_ctl_msg_send() argument 176 if (nowait) in virtsnd_ctl_msg_send()
|
A D | virtio_ctl_msg.h | 28 struct scatterlist *in_sgs, bool nowait);
|
/linux/tools/testing/selftests/firmware/ |
A D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
/linux/drivers/base/firmware_loader/ |
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()
|
/linux/fs/ocfs2/ |
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()
|
/linux/drivers/net/ethernet/rocker/ |
A D | rocker.h | 83 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
|
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()
|
/linux/drivers/net/ethernet/smsc/ |
A 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"); 2327 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
/linux/block/ |
A D | blk-core.c | 731 if (plug && plug->nowait) in submit_bio_checks() 1507 plug->nowait = false; in blk_start_plug_nr_ios()
|
/linux/drivers/net/wireless/marvell/ |
A 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() 5809 bool nowait) in mwl8k_init_firmware() argument 5820 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5826 if (nowait) in mwl8k_init_firmware()
|
/linux/drivers/net/can/spi/mcp251xfd/ |
A D | mcp251xfd-core.c | 524 const u8 mode_req, bool nowait) in __mcp251xfd_chip_set_mode() argument 535 if (mode_req == MCP251XFD_REG_CON_MODE_SLEEP || nowait) in __mcp251xfd_chip_set_mode() 997 bool nowait) in __mcp251xfd_chip_set_normal_mode() argument 1003 return __mcp251xfd_chip_set_mode(priv, mode, nowait); in __mcp251xfd_chip_set_normal_mode()
|
/linux/drivers/scsi/ |
A D | scsi_lib.c | 2681 static void scsi_stop_queue(struct scsi_device *sdev, bool nowait) in scsi_stop_queue() argument 2691 if (nowait) in scsi_stop_queue() 2696 if (!nowait) in scsi_stop_queue()
|
/linux/fs/btrfs/ |
A D | file.c | 1494 size_t *write_bytes, bool nowait) in check_can_nocow() argument 1505 if (!nowait && !btrfs_drew_try_write_lock(&root->snapshot_lock)) in check_can_nocow() 1513 if (nowait) { in check_can_nocow() 1535 if (!nowait) in check_can_nocow()
|
/linux/include/linux/ |
A D | blkdev.h | 768 bool nowait; member
|
/linux/net/decnet/ |
A D | dn_route.c | 1547 int event, int nowait, unsigned int flags) in dn_rt_fill_info() argument
|
/linux/Documentation/driver-api/dmaengine/ |
A D | provider.rst | 384 much pressure on the nowait allocator.
|
/linux/ |
A D | modules.builtin.modinfo | 13 …econdssmc91x.parmtype=watchdog:intsmc91x.parm=nowait:set to 1 for no wait statesmc91x.parmtype=…
|
A D | System.map | 157024 ffff800012080d14 d nowait
|
A D | .tmp_System.map | 157024 ffff800012080d14 d nowait
|