| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | loongson2_cpufreq.c | 27 static uint nowait; variable 158 if (!ret && !nowait) { in cpufreq_init() 168 if (!nowait && saved_cpu_wait) in cpufreq_exit() 180 module_param(nowait, uint, 0644); 181 MODULE_PARM_DESC(nowait, "Disable Loongson-2F specific wait");
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | sync.c | 113 int nowait = 0, wait = 1; in ksys_sync() local 117 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 133 int nowait = 0; in do_sync_work() local 139 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 140 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 142 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 143 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | idle.c | 115 static int __initdata nowait; variable 119 nowait = 1; in wait_disable() 130 if (nowait) { in check_wait()
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/kernel/drivers/base/firmware_loader/ |
| H A D | fallback.c | 77 bool nowait; member 175 if (add_uevent_var(env, "ASYNC=%d", fw_sysfs->nowait)) in do_firmware_uevent() 475 fw_sysfs->nowait = !!(opt_flags & FW_OPT_NOWAIT); in fw_create_instance()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/ |
| H A D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
| /OK3568_Linux_fs/buildroot/package/leafnode2/ |
| H A D | Config.in | 15 nntp stream tcp nowait news /usr/sbin/leafnode
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-core.c | 485 bool nowait = bio->bi_opf & REQ_NOWAIT; in bio_queue_enter() local 488 ret = blk_queue_enter(q, nowait ? BLK_MQ_REQ_NOWAIT : 0); in bio_queue_enter() 490 if (nowait && !blk_queue_dying(q)) in bio_queue_enter() 821 if (plug && plug->nowait) in submit_bio_checks() 1707 plug->nowait = false; in blk_start_plug()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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"); 2318 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/ |
| H A 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() 5805 bool nowait) in mwl8k_init_firmware() argument 5816 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5822 if (nowait) in mwl8k_init_firmware()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-core.c | 471 const u8 mode_req, bool nowait) in __mcp251xfd_chip_set_mode() argument 482 if (mode_req == MCP251XFD_REG_CON_MODE_SLEEP || nowait) in __mcp251xfd_chip_set_mode() 946 bool nowait) in __mcp251xfd_chip_set_normal_mode() argument 952 return __mcp251xfd_chip_set_mode(priv, mode, nowait); in __mcp251xfd_chip_set_normal_mode()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | file.c | 1471 size_t *write_bytes, bool nowait) in check_can_nocow() argument 1482 if (!nowait && !btrfs_drew_try_write_lock(&root->snapshot_lock)) in check_can_nocow() 1490 if (nowait) { in check_can_nocow() 1512 if (!nowait) in check_can_nocow()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blkdev.h | 1257 bool nowait; member
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_route.c | 1548 int event, int nowait, unsigned int flags) in dn_rt_fill_info() argument
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/ |
| H A D | provider.rst | 384 much pressure on the nowait allocator.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-7 | 7255 ftp stream tcp nowait root /libexec/ftpd ftpd 7273 The WAIT field should be either ‘wait’ or ‘nowait’. Use ‘wait’ if 7275 multiple requests as they come in. Use ‘nowait’ if ‘inetd’ should start 7277 connections, then WAIT *must* be ‘nowait’.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-7 | 7255 ftp stream tcp nowait root /libexec/ftpd ftpd 7273 The WAIT field should be either ‘wait’ or ‘nowait’. Use ‘wait’ if 7275 multiple requests as they come in. Use ‘nowait’ if ‘inetd’ should start 7277 connections, then WAIT *must* be ‘nowait’.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 14543 Set the nowait flag on 'GIMPLE_OMP_RETURN' statement 'S'. 14578 and nowait. 14618 copyprivate, nowait.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 14543 Set the nowait flag on 'GIMPLE_OMP_RETURN' statement 'S'. 14578 and nowait. 14618 copyprivate, nowait.
|