| /linux/arch/mips/kernel/ |
| H A D | idle.c | 101 static int __initdata nowait; variable 105 nowait = 1; in wait_disable() 116 if (nowait) { in check_wait()
|
| /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 127 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
| /linux/tools/testing/selftests/firmware/ |
| H A D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
| /linux/sound/virtio/ |
| H A D | virtio_ctl_msg.h | 28 struct scatterlist *in_sgs, bool nowait);
|
| /linux/drivers/base/firmware_loader/ |
| H A D | sysfs.h | 77 bool nowait; member
|
| H A D | sysfs.c | 76 if (add_uevent_var(env, "ASYNC=%d", fw_sysfs->nowait)) in do_firmware_uevent() 414 fw_sysfs->nowait = !!(opt_flags & FW_OPT_NOWAIT); in fw_create_instance()
|
| /linux/fs/btrfs/ |
| H A D | file.h | 43 size_t *write_bytes, bool nowait);
|
| H A D | inode.c | 1858 bool nowait = path->nowait; in can_nocow_file_extent() local 1938 NULL, nowait); in can_nocow_file_extent() 7302 bool nowait) in can_nocow_extent() argument 7318 path->nowait = nowait; in can_nocow_extent() 9342 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); in btrfs_encoded_read_inline() local 9348 path->nowait = nowait; in btrfs_encoded_read_inline() 9588 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); in btrfs_encoded_read() local 9594 BTRFS_ILOCK_SHARED | (nowait ? BTRFS_ILOCK_TRY : 0)); in btrfs_encoded_read() 9609 if (nowait) { in btrfs_encoded_read()
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 2387 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2395 if (!direct_io && nowait) in ocfs2_file_write_iter() 2401 if (nowait) { in ocfs2_file_write_iter() 2416 if (nowait) in ocfs2_file_write_iter() 2436 if (nowait) in ocfs2_file_write_iter() 2457 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2537 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2552 if (!direct_io && nowait) in ocfs2_file_read_iter() 2562 if (nowait) in ocfs2_file_read_iter() 2587 !nowait); in ocfs2_file_read_iter()
|
| /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 | 50 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/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"); 2316 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
| /linux/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() 5889 bool nowait) in mwl8k_init_firmware() argument 5900 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5906 if (nowait) in mwl8k_init_firmware()
|
| /linux/include/linux/ |
| H A D | pagemap.h | 36 loff_t pos, loff_t end, bool nowait);
|
| /linux/mm/ |
| H A D | filemap.c | 2895 loff_t pos, loff_t end, bool nowait) in filemap_invalidate_pages() argument 2899 if (nowait) { in filemap_invalidate_pages()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 975 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; in ext4_getblk() local 980 ASSERT(create == 0 || !nowait); in ext4_getblk() 991 if (nowait) in ext4_getblk()
|
| /linux/Documentation/driver-api/dmaengine/ |
| H A D | provider.rst | 405 much pressure on the nowait allocator.
|
| /linux/drivers/md/ |
| H A D | md.c | 6472 bool nowait = true; in md_run() local 6543 nowait = nowait && bdev_nowait(rdev->bdev); in md_run()
|