/linux-6.1.9/drivers/cpufreq/ |
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.1.9/fs/ |
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.1.9/arch/mips/kernel/ |
D | idle.c | 108 static int __initdata nowait; variable 112 nowait = 1; in wait_disable() 123 if (nowait) { in check_wait()
|
/linux-6.1.9/fs/btrfs/ |
D | file.c | 1195 static unsigned int get_prepare_fgp_flags(bool nowait) in get_prepare_fgp_flags() argument 1199 if (nowait) in get_prepare_fgp_flags() 1205 static gfp_t get_prepare_gfp_flags(struct inode *inode, bool nowait) in get_prepare_gfp_flags() argument 1210 if (nowait) { in get_prepare_gfp_flags() 1224 bool nowait) in prepare_pages() argument 1228 gfp_t mask = get_prepare_gfp_flags(inode, nowait); in prepare_pages() 1229 unsigned int fgp_flags = get_prepare_fgp_flags(nowait); in prepare_pages() 1239 if (nowait) in prepare_pages() 1260 if (!nowait && err == -EAGAIN) { in prepare_pages() 1295 u64 *lockstart, u64 *lockend, bool nowait, in lock_and_cleanup_extent_if_need() argument [all …]
|
D | ctree.c | 1466 if (p->nowait) { in read_block_for_search() 1491 } else if (p->nowait) { in read_block_for_search() 1660 if (p->nowait) { in btrfs_search_slot_get_root() 1947 ASSERT(!p->nowait || !cow); in btrfs_search_slot() 1975 if (p->nowait) { in btrfs_search_slot() 2126 if (p->nowait) { in btrfs_search_slot() 2183 ASSERT(!p->nowait); in btrfs_search_old_slot() 4485 ASSERT(!path->nowait); in btrfs_search_forward() 4671 ASSERT(!path->nowait); in btrfs_next_old_leaf() 4691 if (path->nowait) { in btrfs_next_old_leaf() [all …]
|
D | file-item.c | 515 bool nowait) in btrfs_lookup_csums_range() argument 537 path->nowait = nowait; in btrfs_lookup_csums_range()
|
D | inode.c | 1669 u64 bytenr, u64 num_bytes, bool nowait) in csum_exist_in_range() argument 1678 nowait); in csum_exist_in_range() 1804 bool nowait = path->nowait; in can_nocow_file_extent() local 1882 nowait); in can_nocow_file_extent() 7148 u64 *ram_bytes, bool nowait, bool strict) in can_nocow_extent() argument 7164 path->nowait = nowait; in can_nocow_extent() 7251 const bool nowait = (iomap_flags & IOMAP_NOWAIT); in lock_extent_direct() local 7257 if (nowait) { in lock_extent_direct() 7286 if (nowait) { in lock_extent_direct() 7310 ret = nowait ? -EAGAIN : -ENOTBLK; in lock_extent_direct() [all …]
|
D | ctree.h | 447 unsigned int nowait:1; member 3340 bool nowait); 3368 u64 *ram_bytes, bool nowait, bool strict); 3534 size_t *write_bytes, bool nowait);
|
/linux-6.1.9/sound/virtio/ |
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()
|
D | virtio_ctl_msg.h | 28 struct scatterlist *in_sgs, bool nowait);
|
/linux-6.1.9/tools/testing/selftests/firmware/ |
D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
/linux-6.1.9/drivers/base/firmware_loader/ |
D | sysfs.h | 77 bool nowait; member
|
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.1.9/fs/ocfs2/ |
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.1.9/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()
|
/linux-6.1.9/block/ |
D | blk-core.c | 708 if (plug && plug->nowait) in submit_bio_noacct() 1051 plug->nowait = false; in blk_start_plug_nr_ios()
|
/linux-6.1.9/drivers/net/can/spi/mcp251xfd/ |
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.1.9/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"); 2327 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
/linux-6.1.9/drivers/md/ |
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.1.9/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() 5812 bool nowait) in mwl8k_init_firmware() argument 5823 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5829 if (nowait) in mwl8k_init_firmware()
|
/linux-6.1.9/drivers/scsi/ |
D | scsi_lib.c | 2722 static void scsi_stop_queue(struct scsi_device *sdev, bool nowait) in scsi_stop_queue() argument 2732 if (nowait) in scsi_stop_queue() 2737 if (!nowait) in scsi_stop_queue()
|
/linux-6.1.9/include/linux/ |
D | blkdev.h | 1005 bool nowait; member
|
/linux-6.1.9/fs/ext4/ |
D | inode.c | 855 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; in ext4_getblk() local 860 ASSERT(create == 0 || !nowait); in ext4_getblk() 871 if (nowait) in ext4_getblk()
|
/linux-6.1.9/Documentation/driver-api/dmaengine/ |
D | provider.rst | 403 much pressure on the nowait allocator.
|