/linux-6.6.21/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.6.21/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.6.21/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.6.21/fs/btrfs/ |
D | file-item.h | 56 bool nowait); 59 bool nowait);
|
D | file.c | 879 static fgf_t get_prepare_fgp_flags(bool nowait) in get_prepare_fgp_flags() argument 883 if (nowait) in get_prepare_fgp_flags() 889 static gfp_t get_prepare_gfp_flags(struct inode *inode, bool nowait) in get_prepare_gfp_flags() argument 894 if (nowait) { in get_prepare_gfp_flags() 908 bool nowait) in prepare_pages() argument 912 gfp_t mask = get_prepare_gfp_flags(inode, nowait); in prepare_pages() 913 fgf_t fgp_flags = get_prepare_fgp_flags(nowait); in prepare_pages() 923 if (nowait) in prepare_pages() 944 if (!nowait && err == -EAGAIN) { in prepare_pages() 979 u64 *lockstart, u64 *lockend, bool nowait, in lock_and_cleanup_extent_if_need() argument [all …]
|
D | file.h | 27 size_t *write_bytes, bool nowait);
|
D | ctree.c | 1671 if (p->nowait) { in read_block_for_search() 1696 } else if (p->nowait) { in read_block_for_search() 1864 if (p->nowait) { in btrfs_search_slot_get_root() 2153 ASSERT(!p->nowait || !cow); in btrfs_search_slot() 2181 if (p->nowait) { in btrfs_search_slot() 2332 if (p->nowait) { in btrfs_search_slot() 2389 ASSERT(!p->nowait); in btrfs_search_old_slot() 4751 ASSERT(!path->nowait); in btrfs_search_forward() 4937 ASSERT(!path->nowait); in btrfs_next_old_leaf() 4957 if (path->nowait) { in btrfs_next_old_leaf() [all …]
|
D | file-item.c | 459 bool nowait) in btrfs_lookup_csums_list() argument 477 path->nowait = nowait; in btrfs_lookup_csums_list()
|
D | btrfs_inode.h | 417 u64 *ram_bytes, bool nowait, bool strict);
|
D | ctree.h | 112 unsigned int nowait:1; member
|
D | inode.c | 1724 u64 bytenr, u64 num_bytes, bool nowait) in csum_exist_in_range() argument 1732 &list, 0, nowait); in csum_exist_in_range() 1864 bool nowait = path->nowait; in can_nocow_file_extent() local 1942 nowait); in can_nocow_file_extent() 7054 u64 *ram_bytes, bool nowait, bool strict) in can_nocow_extent() argument 7070 path->nowait = nowait; in can_nocow_extent() 7157 const bool nowait = (iomap_flags & IOMAP_NOWAIT); in lock_extent_direct() local 7163 if (nowait) { in lock_extent_direct() 7193 if (nowait) { in lock_extent_direct() 7217 ret = nowait ? -EAGAIN : -ENOTBLK; in lock_extent_direct() [all …]
|
/linux-6.6.21/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.6.21/tools/testing/selftests/firmware/ |
D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
/linux-6.6.21/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.6.21/fs/ocfs2/ |
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-6.6.21/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.6.21/drivers/net/can/spi/mcp251xfd/ |
D | mcp251xfd-core.c | 228 const u8 mode_req, bool nowait) in __mcp251xfd_chip_set_mode() argument 248 if (mode_req == MCP251XFD_REG_CON_MODE_SLEEP || nowait) in __mcp251xfd_chip_set_mode() 670 bool nowait) in __mcp251xfd_chip_set_normal_mode() argument 676 return __mcp251xfd_chip_set_mode(priv, mode, nowait); in __mcp251xfd_chip_set_normal_mode()
|
/linux-6.6.21/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.6.21/drivers/md/ |
D | raid1.c | 930 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) in _wait_barrier() argument 984 if (nowait) { in _wait_barrier() 999 static bool wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_read_barrier() argument 1027 if (nowait) { in wait_read_barrier() 1042 static bool wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_barrier() argument 1046 return _wait_barrier(conf, idx, nowait); in wait_barrier()
|
/linux-6.6.21/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() 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.6.21/fs/ext4/ |
D | inode.c | 822 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; in ext4_getblk() local 827 ASSERT(create == 0 || !nowait); in ext4_getblk() 838 if (nowait) in ext4_getblk()
|
/linux-6.6.21/Documentation/driver-api/dmaengine/ |
D | provider.rst | 403 much pressure on the nowait allocator.
|