/linux-6.3-rc2/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-6.3-rc2/fs/ |
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()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | idle.c | 108 static int __initdata nowait; variable 112 nowait = 1; in wait_disable() 123 if (nowait) { in check_wait()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | file-item.h | 55 bool nowait); 58 bool nowait);
|
A D | file.c | 883 if (nowait) in get_prepare_fgp_flags() 894 if (nowait) { in get_prepare_gfp_flags() 908 bool nowait) in prepare_pages() argument 923 if (nowait) in prepare_pages() 944 if (!nowait && err == -EAGAIN) { in prepare_pages() 994 if (nowait) { in lock_and_cleanup_extent_if_need() 1082 if (nowait) { in btrfs_check_nocow_lock() 1199 if (nowait) in btrfs_buffered_write() 1255 write_bytes, nowait); in btrfs_buffered_write() 1270 &write_bytes, nowait); in btrfs_buffered_write() [all …]
|
A D | file.h | 27 size_t *write_bytes, bool nowait);
|
A D | ctree.c | 1576 if (p->nowait) { in read_block_for_search() 1601 } else if (p->nowait) { in read_block_for_search() 1769 if (p->nowait) { in btrfs_search_slot_get_root() 2058 ASSERT(!p->nowait || !cow); in btrfs_search_slot() 2086 if (p->nowait) { in btrfs_search_slot() 2237 if (p->nowait) { in btrfs_search_slot() 2294 ASSERT(!p->nowait); in btrfs_search_old_slot() 4563 ASSERT(!path->nowait); in btrfs_search_forward() 4749 ASSERT(!path->nowait); in btrfs_next_old_leaf() 4769 if (path->nowait) { in btrfs_next_old_leaf() [all …]
|
A D | file-item.c | 520 bool nowait) in btrfs_lookup_csums_list() argument 538 path->nowait = nowait; in btrfs_lookup_csums_list()
|
A D | btrfs_inode.h | 415 u64 *ram_bytes, bool nowait, bool strict);
|
A D | ctree.h | 112 unsigned int nowait:1; member
|
A D | inode.c | 1690 u64 bytenr, u64 num_bytes, bool nowait) in csum_exist_in_range() argument 1698 &list, 0, nowait); in csum_exist_in_range() 1824 bool nowait = path->nowait; in can_nocow_file_extent() local 1902 nowait); in can_nocow_file_extent() 7095 path->nowait = nowait; in can_nocow_extent() 7188 if (nowait) { in lock_extent_direct() 7218 if (nowait) { in lock_extent_direct() 7242 ret = nowait ? -EAGAIN : -ENOTBLK; in lock_extent_direct() 7258 ret = nowait ? -EAGAIN : -ENOTBLK; in lock_extent_direct() 7366 nowait); in btrfs_get_blocks_direct_write() [all …]
|
/linux-6.3-rc2/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-6.3-rc2/tools/testing/selftests/firmware/ |
A D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
/linux-6.3-rc2/drivers/base/firmware_loader/ |
A D | sysfs.h | 77 bool nowait; member
|
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()
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | file.c | 2362 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2370 if (!direct_io && nowait) in ocfs2_file_write_iter() 2376 if (nowait) { in ocfs2_file_write_iter() 2389 if (nowait) in ocfs2_file_write_iter() 2409 if (nowait) in ocfs2_file_write_iter() 2430 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2510 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2525 if (!direct_io && nowait) in ocfs2_file_read_iter() 2533 if (nowait) in ocfs2_file_read_iter() 2558 !nowait); in ocfs2_file_read_iter()
|
/linux-6.3-rc2/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-6.3-rc2/block/ |
A D | blk-core.c | 732 if (plug && plug->nowait) in submit_bio_noacct() 1071 plug->nowait = false; in blk_start_plug_nr_ios()
|
/linux-6.3-rc2/drivers/net/can/spi/mcp251xfd/ |
A D | mcp251xfd-core.c | 228 const u8 mode_req, bool nowait) in __mcp251xfd_chip_set_mode() argument 246 if (mode_req == MCP251XFD_REG_CON_MODE_SLEEP || nowait) in __mcp251xfd_chip_set_mode() 664 bool nowait) in __mcp251xfd_chip_set_normal_mode() argument 670 return __mcp251xfd_chip_set_mode(priv, mode, nowait); in __mcp251xfd_chip_set_normal_mode()
|
/linux-6.3-rc2/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-6.3-rc2/drivers/md/ |
A D | raid1.c | 934 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) in _wait_barrier() argument 988 if (nowait) { in _wait_barrier() 1003 static bool wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_read_barrier() argument 1031 if (nowait) { in wait_read_barrier() 1046 static bool wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_barrier() argument 1050 return _wait_barrier(conf, idx, nowait); in wait_barrier()
|
/linux-6.3-rc2/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() 5813 bool nowait) in mwl8k_init_firmware() argument 5824 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5830 if (nowait) in mwl8k_init_firmware()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | scsi_lib.c | 2728 static void scsi_stop_queue(struct scsi_device *sdev, bool nowait) in scsi_stop_queue() argument 2738 if (nowait) in scsi_stop_queue() 2743 if (!nowait) in scsi_stop_queue()
|