Searched defs:nowait (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/ |
| H A D | sync.c | 99 int nowait = 0, wait = 1; in ksys_sync() local 117 int nowait = 0; in do_sync_work() local
|
| /linux/arch/mips/kernel/ |
| H A D | idle.c | 101 static int __initdata nowait; variable
|
| /linux/drivers/base/firmware_loader/ |
| H A D | sysfs.h | 77 bool nowait; member
|
| /linux/block/ |
| H A D | ioctl.c | 863 bool nowait; member 892 uint64_t start, uint64_t len, bool nowait) in blkdev_cmd_discard()
|
| /linux/drivers/md/ |
| H A D | raid1.c | 1053 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) in _wait_barrier() 1122 static bool wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_read_barrier() 1165 static bool wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_barrier()
|
| H A D | raid10.c | 1005 static bool wait_barrier(struct r10conf *conf, bool nowait) in wait_barrier()
|
| H A D | md.c | 6626 bool nowait = true; in md_run() local
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 2388 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2538 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local
|
| /linux/fs/btrfs/ |
| H A D | file-item.c | 502 struct list_head *list, bool nowait) in btrfs_lookup_csums_list()
|
| H A D | inode.c | 1827 bool nowait = path->nowait; in can_nocow_file_extent() local 7437 bool nowait) in can_nocow_extent() 9474 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); in btrfs_encoded_read_inline() local 9720 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); in btrfs_encoded_read() local
|
| /linux/drivers/net/ethernet/rocker/ |
| H A D | rocker_main.c | 50 bool nowait; member 1043 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, in rocker_cmd_exec()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.c | 90 static int nowait = SMC_NOWAIT; variable
|
| /linux/mm/ |
| H A D | filemap.c | 2901 loff_t pos, loff_t end, bool nowait) in filemap_invalidate_pages()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 983 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; in ext4_getblk() local
|