Home
last modified time | relevance | path

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

12

/linux-6.6.21/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-6.6.21/fs/
Dsync.c99 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/
Didle.c108 static int __initdata nowait; variable
112 nowait = 1; in wait_disable()
123 if (nowait) { in check_wait()
/linux-6.6.21/fs/btrfs/
Dfile-item.h56 bool nowait);
59 bool nowait);
Dfile.c879 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 …]
Dfile.h27 size_t *write_bytes, bool nowait);
Dctree.c1671 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 …]
Dfile-item.c459 bool nowait) in btrfs_lookup_csums_list() argument
477 path->nowait = nowait; in btrfs_lookup_csums_list()
Dbtrfs_inode.h417 u64 *ram_bytes, bool nowait, bool strict);
Dctree.h112 unsigned int nowait:1; member
Dinode.c1724 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/
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-6.6.21/tools/testing/selftests/firmware/
Dsettings3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
/linux-6.6.21/drivers/base/firmware_loader/
Dsysfs.h77 bool nowait; member
Dsysfs.c73 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/
Dfile.c2365 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/
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-6.6.21/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-core.c228 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/
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");
2327 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
/linux-6.6.21/drivers/md/
Draid1.c930 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/
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()
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/
Dinode.c822 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/
Dprovider.rst403 much pressure on the nowait allocator.

12