Home
last modified time | relevance | path

Searched defs:nowait (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/fs/
Dsync.c99 int nowait = 0, wait = 1; in ksys_sync() local
119 int nowait = 0; in do_sync_work() local
/linux-6.12.1/arch/mips/kernel/
Didle.c108 static int __initdata nowait; variable
/linux-6.12.1/drivers/cpufreq/
Dloongson2_cpufreq.c26 static uint nowait; variable
/linux-6.12.1/fs/btrfs/
Dfile.c893 static fgf_t get_prepare_fgp_flags(bool nowait) in get_prepare_fgp_flags()
903 static gfp_t get_prepare_gfp_flags(struct inode *inode, bool nowait) in get_prepare_gfp_flags()
922 bool nowait) in prepare_pages()
993 u64 *lockstart, u64 *lockend, bool nowait, in lock_and_cleanup_extent_if_need()
1076 size_t *write_bytes, bool nowait) in btrfs_check_nocow_lock()
1207 const bool nowait = (iocb->ki_flags & IOCB_NOWAIT); in btrfs_buffered_write() local
Ddirect-io.c38 const bool nowait = (iomap_flags & IOMAP_NOWAIT); in lock_extent_direct() local
219 const bool nowait = (iomap_flags & IOMAP_NOWAIT); in btrfs_get_blocks_direct_write() local
Dfile-item.c468 struct list_head *list, bool nowait) in btrfs_lookup_csums_list()
Dctree.h85 unsigned int nowait:1; member
Dinode.c1909 bool nowait = path->nowait; in can_nocow_file_extent() local
7037 bool nowait, bool strict) in can_nocow_extent()
/linux-6.12.1/drivers/base/firmware_loader/
Dsysfs.h77 bool nowait; member
/linux-6.12.1/sound/virtio/
Dvirtio_ctl_msg.c123 struct scatterlist *in_sgs, bool nowait) in virtsnd_ctl_msg_send()
/linux-6.12.1/block/
Dioctl.c757 bool nowait; member
784 uint64_t start, uint64_t len, bool nowait) in blkdev_cmd_discard()
/linux-6.12.1/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-core.c228 const u8 mode_req, bool nowait) in __mcp251xfd_chip_set_mode()
670 bool nowait) in __mcp251xfd_chip_set_normal_mode()
/linux-6.12.1/drivers/md/
Draid1.c1033 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) in _wait_barrier()
1102 static bool wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_read_barrier()
1145 static bool wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_barrier()
Draid10.c1006 static bool wait_barrier(struct r10conf *conf, bool nowait) in wait_barrier()
Dmd.c6007 bool nowait = true; in md_run() local
/linux-6.12.1/fs/ocfs2/
Dfile.c2381 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local
2529 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local
/linux-6.12.1/drivers/net/ethernet/rocker/
Drocker_main.c50 bool nowait; member
1044 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, in rocker_cmd_exec()
/linux-6.12.1/drivers/net/ethernet/smsc/
Dsmc91x.c90 static int nowait = SMC_NOWAIT; variable
/linux-6.12.1/fs/bcachefs/
Dalloc_foreground.c607 bool nowait, in bch2_bucket_alloc_trans()
/linux-6.12.1/drivers/net/wireless/marvell/
Dmwl8k.c532 bool nowait) in mwl8k_request_fw()
547 bool nowait) in mwl8k_request_firmware()
5822 bool nowait) in mwl8k_init_firmware()
/linux-6.12.1/mm/
Dfilemap.c2736 loff_t pos, loff_t end, bool nowait) in filemap_invalidate_pages()
/linux-6.12.1/fs/ext4/
Dinode.c840 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; in ext4_getblk() local