Searched refs:nowait (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/cpufreq/
H A Dloongson2_cpufreq.c26 static uint nowait; variable
157 if (!ret && !nowait) {
167 if (!nowait && saved_cpu_wait)
179 module_param(nowait, uint, 0644);
180 MODULE_PARM_DESC(nowait, "Disable Loongson-2F specific wait");
/linux-master/fs/
H A Dsync.c99 int nowait = 0, wait = 1; local
103 iterate_supers(sync_fs_one_sb, &nowait);
119 int nowait = 0; local
125 iterate_supers(sync_inodes_one_sb, &nowait);
126 iterate_supers(sync_fs_one_sb, &nowait);
128 iterate_supers(sync_inodes_one_sb, &nowait);
129 iterate_supers(sync_fs_one_sb, &nowait);
/linux-master/arch/mips/kernel/
H A Didle.c108 static int __initdata nowait; variable
112 nowait = 1;
117 __setup("nowait", wait_disable);
123 if (nowait) {
/linux-master/sound/virtio/
H A Dvirtio_ctl_msg.h28 struct scatterlist *in_sgs, bool nowait);
H A Dvirtio_ctl_msg.c115 * @nowait: Flag indicating whether to wait for completion.
118 * May sleep if @nowait is false.
123 struct scatterlist *in_sgs, bool nowait)
176 if (nowait)
121 virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, struct scatterlist *out_sgs, struct scatterlist *in_sgs, bool nowait) argument
/linux-master/fs/btrfs/
H A Dfile-item.h69 bool nowait);
72 bool nowait);
H A Dfile.h42 size_t *write_bytes, bool nowait);
H A Dfile.c883 static fgf_t get_prepare_fgp_flags(bool nowait) argument
887 if (nowait)
893 static gfp_t get_prepare_gfp_flags(struct inode *inode, bool nowait) argument
898 if (nowait) {
912 bool nowait)
916 gfp_t mask = get_prepare_gfp_flags(inode, nowait);
917 fgf_t fgp_flags = get_prepare_fgp_flags(nowait);
927 if (nowait)
948 if (!nowait && err == -EAGAIN) {
983 u64 *lockstart, u64 *lockend, bool nowait,
909 prepare_pages(struct inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, bool force_uptodate, bool nowait) argument
980 lock_and_cleanup_extent_if_need(struct btrfs_inode *inode, struct page **pages, size_t num_pages, loff_t pos, size_t write_bytes, u64 *lockstart, u64 *lockend, bool nowait, struct extent_state **cached_state) argument
1065 btrfs_check_nocow_lock(struct btrfs_inode *inode, loff_t pos, size_t *write_bytes, bool nowait) argument
1199 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); local
[all...]
H A Dctree.c1544 if (p->nowait) {
1569 } else if (p->nowait) {
1737 if (p->nowait) {
2022 * For now only allow nowait for read only operations. There's no
2026 ASSERT(!p->nowait || !cow);
2054 if (p->nowait) {
2205 if (p->nowait) {
2262 ASSERT(!p->nowait);
4627 ASSERT(!path->nowait);
4809 * The nowait semantic
[all...]
H A Dfile-item.c455 bool nowait)
473 path->nowait = nowait;
453 btrfs_lookup_csums_list(struct btrfs_root *root, u64 start, u64 end, struct list_head *list, int search_commit, bool nowait) argument
H A Dbtrfs_inode.h447 u64 *ram_bytes, bool nowait, bool strict);
H A Dctree.h84 unsigned int nowait:1; member in struct:btrfs_path
H A Dinode.c1737 u64 bytenr, u64 num_bytes, bool nowait)
1745 &list, 0, nowait);
1877 bool nowait = path->nowait; local
1955 nowait);
7119 u64 *ram_bytes, bool nowait, bool strict)
7135 path->nowait = nowait;
7221 const bool nowait = (iomap_flags & IOMAP_NOWAIT); local
7227 if (nowait) {
1736 csum_exist_in_range(struct btrfs_fs_info *fs_info, u64 bytenr, u64 num_bytes, bool nowait) argument
7117 can_nocow_extent(struct inode *inode, u64 offset, u64 *len, u64 *orig_start, u64 *orig_block_len, u64 *ram_bytes, bool nowait, bool strict) argument
7359 const bool nowait = (iomap_flags & IOMAP_NOWAIT); local
[all...]
/linux-master/drivers/base/firmware_loader/
H A Dsysfs.h77 bool nowait; member in struct:fw_sysfs
H A Dsysfs.c73 if (add_uevent_var(env, "ASYNC=%d", fw_sysfs->nowait))
408 fw_sysfs->nowait = !!(opt_flags & FW_OPT_NOWAIT);
/linux-master/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 in struct:rocker_wait
56 wait->nowait = false;
886 if (wait->nowait) {
1044 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, argument
1064 wait->nowait = nowait;
1076 if (nowait)
/linux-master/fs/ocfs2/
H A Dfile.c2367 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; local
2375 if (!direct_io && nowait)
2381 if (nowait) {
2394 if (nowait)
2414 if (nowait)
2435 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait);
2515 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; local
2530 if (!direct_io && nowait)
2538 if (nowait)
2563 !nowait);
[all...]
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c228 const u8 mode_req, bool nowait)
248 if (mode_req == MCP251XFD_REG_CON_MODE_SLEEP || nowait)
670 bool nowait)
676 return __mcp251xfd_chip_set_mode(priv, mode, nowait);
227 __mcp251xfd_chip_set_mode(const struct mcp251xfd_priv *priv, const u8 mode_req, bool nowait) argument
669 __mcp251xfd_chip_set_normal_mode(const struct mcp251xfd_priv *priv, bool nowait) argument
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.c15 * nowait = 0 for normal wait states, 1 eliminates additional wait states
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");
2031 lp->cfg.flags & SMC91X_NOWAIT ? " [nowait]" : "",
2328 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0;
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c532 bool nowait)
538 if (nowait)
547 bool nowait)
553 if (nowait)
563 if (rc || nowait)
567 if (nowait) {
5817 bool nowait)
5828 rc = mwl8k_request_firmware(priv, fw_image, nowait);
5834 if (nowait)
530 mwl8k_request_fw(struct mwl8k_priv *priv, const char *fname, const struct firmware **fw, bool nowait) argument
546 mwl8k_request_firmware(struct mwl8k_priv *priv, char *fw_image, bool nowait) argument
5816 mwl8k_init_firmware(struct ieee80211_hw *hw, char *fw_image, bool nowait) argument
/linux-master/drivers/md/
H A Draid1.c1024 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) argument
1077 /* Return false when nowait flag is set */
1078 if (nowait) {
1093 static bool wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) argument
1120 /* Return false when nowait flag is set */
1121 if (nowait) {
1122 /* Return false when nowait flag is set */
1136 static bool wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) argument
1140 return _wait_barrier(conf, idx, nowait);
H A Dmd.c5985 bool nowait = true; local
6056 nowait = nowait && bdev_nowait(rdev->bdev);
6207 if (nowait)
7173 pr_info("%s: Disabling nowait because %pg does not support nowait\n",
H A Draid10.c1005 static bool wait_barrier(struct r10conf *conf, bool nowait) argument
1014 /* Return false when nowait flag is set */
1015 if (nowait) {
/linux-master/fs/ext4/
H A Dinode.c824 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; local
829 ASSERT(create == 0 || !nowait);
840 if (nowait)

Completed in 406 milliseconds

12