/openbmc/linux/drivers/cpufreq/ |
H A D | loongson2_cpufreq.c | 26 static uint nowait; variable 159 } else if (!nowait) { in cpufreq_init() 169 if (!nowait && saved_cpu_wait) in cpufreq_exit() 181 module_param(nowait, uint, 0644); 182 MODULE_PARM_DESC(nowait, "Disable Loongson-2F specific wait");
|
/openbmc/linux/fs/ |
H A 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()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | idle.c | 108 static int __initdata nowait; variable 112 nowait = 1; in wait_disable() 123 if (nowait) { in check_wait()
|
/openbmc/linux/fs/btrfs/ |
H A D | file-item.h | 56 bool nowait); 59 bool nowait);
|
H A 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 …]
|
H A D | file.h | 27 size_t *write_bytes, bool nowait);
|
H A D | ctree.c | 1700 if (p->nowait) { in read_block_for_search() 1725 } else if (p->nowait) { in read_block_for_search() 1893 if (p->nowait) { in btrfs_search_slot_get_root() 2186 ASSERT(!p->nowait || !cow); in btrfs_search_slot() 2214 if (p->nowait) { in btrfs_search_slot() 2365 if (p->nowait) { in btrfs_search_slot() 2422 ASSERT(!p->nowait); in btrfs_search_old_slot() 4791 ASSERT(!path->nowait); in btrfs_search_forward() 4977 ASSERT(!path->nowait); in btrfs_next_old_leaf() 4997 if (path->nowait) { in btrfs_next_old_leaf() [all …]
|
H A D | file-item.c | 459 bool nowait) in btrfs_lookup_csums_list() argument 477 path->nowait = nowait; in btrfs_lookup_csums_list()
|
H A D | btrfs_inode.h | 422 u64 *ram_bytes, bool nowait, bool strict);
|
H A D | ctree.h | 112 unsigned int nowait:1; member
|
H A D | inode.c | 1726 u64 bytenr, u64 num_bytes, bool nowait) in csum_exist_in_range() argument 1734 &list, 0, nowait); in csum_exist_in_range() 1866 bool nowait = path->nowait; in can_nocow_file_extent() local 1944 nowait); in can_nocow_file_extent() 7072 u64 *ram_bytes, bool nowait, bool strict) in can_nocow_extent() argument 7088 path->nowait = nowait; in can_nocow_extent() 7175 const bool nowait = (iomap_flags & IOMAP_NOWAIT); in lock_extent_direct() local 7181 if (nowait) { in lock_extent_direct() 7211 if (nowait) { in lock_extent_direct() 7235 ret = nowait ? -EAGAIN : -ENOTBLK; in lock_extent_direct() [all …]
|
/openbmc/linux/sound/virtio/ |
H A 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()
|
H A D | virtio_ctl_msg.h | 28 struct scatterlist *in_sgs, bool nowait);
|
/openbmc/linux/tools/testing/selftests/firmware/ |
H A D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | localhostbecontroller.py | 41 def _shellcmd(self, command, cwd=None, nowait=False,env=None): argument 49 if nowait: 506 builddir, nowait=True) 513 builddir, nowait=True)
|
/openbmc/linux/drivers/base/firmware_loader/ |
H A D | sysfs.h | 77 bool nowait; member
|
H A 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()
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 01_man_portability.patch | 142 -finger stream tcp nowait nobody /usr/etc/in.fingerd in.fingerd 143 +finger stream tcp nowait nobody /usr/sbin/in.fingerd in.fingerd 148 -finger stream tcp nowait nobody /some/where/tcpd in.fingerd 149 +finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd
|
/openbmc/linux/fs/ocfs2/ |
H A D | file.c | 2380 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2388 if (!direct_io && nowait) in ocfs2_file_write_iter() 2394 if (nowait) { in ocfs2_file_write_iter() 2409 if (nowait) in ocfs2_file_write_iter() 2429 if (nowait) in ocfs2_file_write_iter() 2450 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2530 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2545 if (!direct_io && nowait) in ocfs2_file_read_iter() 2555 if (nowait) in ocfs2_file_read_iter() 2580 !nowait); in ocfs2_file_read_iter()
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 83 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
|
H A 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()
|
/openbmc/qemu/docs/system/loongarch/ |
H A D | virt.rst | 106 -serial stdio -monitor telnet:localhost:4495,server,nowait \
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A 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()
|
/openbmc/linux/drivers/md/ |
H A D | raid1.c | 925 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) in _wait_barrier() argument 979 if (nowait) { in _wait_barrier() 994 static bool wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_read_barrier() argument 1022 if (nowait) { in wait_read_barrier() 1037 static bool wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_barrier() argument 1041 return _wait_barrier(conf, idx, nowait); in wait_barrier()
|