Home
last modified time | relevance | path

Searched refs:nowait (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.15/drivers/cpufreq/
Dloongson2_cpufreq.c26 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-v5.15/fs/
Dsync.c111 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()
/Linux-v5.15/arch/mips/kernel/
Didle.c115 static int __initdata nowait; variable
119 nowait = 1; in wait_disable()
130 if (nowait) { in check_wait()
/Linux-v5.15/sound/virtio/
Dvirtio_ctl_msg.c123 struct scatterlist *in_sgs, bool nowait) in virtsnd_ctl_msg_send() argument
176 if (nowait) in virtsnd_ctl_msg_send()
Dvirtio_ctl_msg.h28 struct scatterlist *in_sgs, bool nowait);
/Linux-v5.15/tools/testing/selftests/firmware/
Dsettings3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
/Linux-v5.15/drivers/base/firmware_loader/
Dfallback.c77 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-v5.15/fs/ocfs2/
Dfile.c2361 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()
/Linux-v5.15/drivers/net/ethernet/rocker/
Drocker.h83 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
Drocker_main.c51 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-v5.15/drivers/net/ethernet/smsc/
Dsmc91x.c90 static int nowait = SMC_NOWAIT; variable
91 module_param(nowait, int, 0400);
92 MODULE_PARM_DESC(nowait, "set to 1 for no wait state");
2325 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
/Linux-v5.15/drivers/net/wireless/marvell/
Dmwl8k.c532 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-v5.15/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-core.c524 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-v5.15/block/
Dblk-core.c807 if (plug && plug->nowait) in submit_bio_checks()
1669 plug->nowait = false; in blk_start_plug()
/Linux-v5.15/fs/btrfs/
Dfile.c1485 size_t *write_bytes, bool nowait) in check_can_nocow() argument
1496 if (!nowait && !btrfs_drew_try_write_lock(&root->snapshot_lock)) in check_can_nocow()
1504 if (nowait) { in check_can_nocow()
1526 if (!nowait) in check_can_nocow()
/Linux-v5.15/include/linux/
Dblkdev.h1199 bool nowait; member
/Linux-v5.15/net/decnet/
Ddn_route.c1547 int event, int nowait, unsigned int flags) in dn_rt_fill_info() argument
/Linux-v5.15/Documentation/driver-api/dmaengine/
Dprovider.rst384 much pressure on the nowait allocator.