Home
last modified time | relevance | path

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

12

/linux/drivers/cpufreq/
H A 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/fs/
H A 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/arch/mips/kernel/
H A Didle.c108 static int __initdata nowait; variable
112 nowait = 1; in wait_disable()
123 if (nowait) { in check_wait()
/linux/fs/btrfs/
H A Dfile-item.h69 bool nowait);
71 struct list_head *list, bool nowait);
H A Dfile.c897 if (nowait) in get_prepare_fgp_flags()
908 if (nowait) { in get_prepare_gfp_flags()
922 bool nowait) in prepare_pages() argument
937 if (nowait) in prepare_pages()
958 if (!nowait && ret == -EAGAIN) { in prepare_pages()
1008 if (nowait) { in lock_and_cleanup_extent_if_need()
1096 if (nowait) { in btrfs_check_nocow_lock()
1212 if (nowait) in btrfs_buffered_write()
1268 write_bytes, nowait); in btrfs_buffered_write()
1283 &write_bytes, nowait); in btrfs_buffered_write()
[all …]
H A Dfile.h42 size_t *write_bytes, bool nowait);
H A Dctree.c1541 if (p->nowait) { in read_block_for_search()
1566 } else if (p->nowait) { in read_block_for_search()
1734 if (p->nowait) { in btrfs_search_slot_get_root()
2023 ASSERT(!p->nowait || !cow); in btrfs_search_slot()
2051 if (p->nowait) { in btrfs_search_slot()
2202 if (p->nowait) { in btrfs_search_slot()
2259 ASSERT(!p->nowait); in btrfs_search_old_slot()
4624 ASSERT(!path->nowait); in btrfs_search_forward()
4810 ASSERT(!path->nowait); in btrfs_next_old_leaf()
4830 if (path->nowait) { in btrfs_next_old_leaf()
[all …]
H A Dfile-item.c467 struct list_head *list, bool nowait) in btrfs_lookup_csums_list() argument
485 path->nowait = nowait; in btrfs_lookup_csums_list()
H A Dbtrfs_inode.h459 u64 *ram_bytes, bool nowait, bool strict);
H A Dctree.h84 unsigned int nowait:1; member
H A Dinode.c1885 bool nowait = path->nowait; in can_nocow_file_extent() local
1966 NULL, nowait); in can_nocow_file_extent()
7102 u64 *ram_bytes, bool nowait, bool strict) in can_nocow_extent() argument
7118 path->nowait = nowait; in can_nocow_extent()
7204 const bool nowait = (iomap_flags & IOMAP_NOWAIT); in lock_extent_direct() local
7210 if (nowait) { in lock_extent_direct()
7240 if (nowait) { in lock_extent_direct()
7264 ret = nowait ? -EAGAIN : -ENOTBLK; in lock_extent_direct()
7280 ret = nowait ? -EAGAIN : -ENOTBLK; in lock_extent_direct()
7423 nowait); in btrfs_get_blocks_direct_write()
[all …]
/linux/sound/virtio/
H A Dvirtio_ctl_msg.c123 struct scatterlist *in_sgs, bool nowait) in virtsnd_ctl_msg_send() argument
176 if (nowait) in virtsnd_ctl_msg_send()
H A Dvirtio_ctl_msg.h28 struct scatterlist *in_sgs, bool nowait);
/linux/tools/testing/selftests/firmware/
H A Dsettings3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
/linux/drivers/base/firmware_loader/
H A Dsysfs.h77 bool nowait; member
H A 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/fs/ocfs2/
H A Dfile.c2369 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local
2377 if (!direct_io && nowait) in ocfs2_file_write_iter()
2383 if (nowait) { in ocfs2_file_write_iter()
2396 if (nowait) in ocfs2_file_write_iter()
2416 if (nowait) in ocfs2_file_write_iter()
2437 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter()
2517 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local
2532 if (!direct_io && nowait) in ocfs2_file_read_iter()
2540 if (nowait) in ocfs2_file_read_iter()
2565 !nowait); in ocfs2_file_read_iter()
/linux/drivers/net/ethernet/rocker/
H A Drocker.h83 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
H A Drocker_main.c50 bool nowait; member
56 wait->nowait = false; in rocker_wait_reset()
886 if (wait->nowait) { in rocker_cmd_irq_handler()
1044 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, in rocker_cmd_exec() argument
1064 wait->nowait = nowait; in rocker_cmd_exec()
1076 if (nowait) in rocker_cmd_exec()
/linux/drivers/net/can/spi/mcp251xfd/
H A 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/drivers/net/ethernet/smsc/
H A 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");
2328 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
/linux/drivers/md/
H A Draid1.c1024 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) in _wait_barrier() argument
1078 if (nowait) { in _wait_barrier()
1093 static bool wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_read_barrier() argument
1121 if (nowait) { in wait_read_barrier()
1136 static bool wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_barrier() argument
1140 return _wait_barrier(conf, idx, nowait); in wait_barrier()
/linux/drivers/net/wireless/marvell/
H A 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()
5819 bool nowait) in mwl8k_init_firmware() argument
5830 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware()
5836 if (nowait) in mwl8k_init_firmware()
/linux/fs/ext4/
H A Dinode.c824 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; in ext4_getblk() local
829 ASSERT(create == 0 || !nowait); in ext4_getblk()
840 if (nowait) in ext4_getblk()
/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst403 much pressure on the nowait allocator.

12