| /Linux-v5.15/block/ |
| D | fops.c | 138 bool is_sync : 1; member 161 if (!dio->is_sync) { in blkdev_bio_end_io() 201 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local 213 dio->is_sync = is_sync = is_sync_kiocb(iocb); in __blkdev_direct_IO() 214 if (dio->is_sync) { in __blkdev_direct_IO() 283 if (!is_sync) in __blkdev_direct_IO() 298 if (!is_sync) in __blkdev_direct_IO()
|
| D | bfq-iosched.c | 380 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() argument 382 return bic->bfqq[is_sync]; in bic_to_bfqq() 387 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() argument 402 bic->bfqq[is_sync] = bfqq; in bic_set_bfqq() 3051 bool is_sync = op_is_sync(bio->bi_opf); in bfq_allow_bio_merge() local 3057 if (is_sync && !rq_is_sync(rq)) in bfq_allow_bio_merge() 5209 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync) in bfq_exit_icq_bfqq() argument 5211 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq() 5223 bic_set_bfqq(bic, NULL, is_sync); in bfq_exit_icq_bfqq() 5309 struct bio *bio, bool is_sync, [all …]
|
| D | bfq-iosched.h | 965 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync); 966 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync);
|
| D | blk-mq.c | 2180 const int is_sync = op_is_sync(bio->bi_opf); in blk_mq_submit_bio() local 2291 } else if ((q->nr_hw_queues > 1 && is_sync) || in blk_mq_submit_bio()
|
| /Linux-v5.15/arch/mips/tools/ |
| D | loongson3-llsc-check.c | 92 static bool is_sync(uint32_t insn) in is_sync() function 151 if (!is_sync(le32toh(code[-1]))) { in check_ll() 184 if (is_sync(le32toh(code[i + off]))) in check_ll()
|
| /Linux-v5.15/fs/f2fs/ |
| D | iostat.c | 184 int rw, bool is_sync) in __update_iostat_latency() argument 203 if (is_sync) in __update_iostat_latency() 220 bool is_sync = bio->bi_opf & REQ_SYNC; in iostat_update_and_unbind_ctx() local 226 __update_iostat_latency(iostat_ctx, rw, is_sync); in iostat_update_and_unbind_ctx()
|
| /Linux-v5.15/drivers/nvme/target/ |
| D | io-cmd-file.c | 149 bool is_sync = false; in nvmet_file_execute_io() local 157 is_sync = true; in nvmet_file_execute_io() 174 if (unlikely(is_sync) && in nvmet_file_execute_io() 192 if (unlikely(is_sync)) { in nvmet_file_execute_io()
|
| /Linux-v5.15/drivers/net/wireless/microchip/wilc1000/ |
| D | hif.c | 45 bool is_sync; member 51 bool is_sync) in wilc_alloc_work() argument 63 msg->is_sync = is_sync; in wilc_alloc_work() 64 if (is_sync) in wilc_alloc_work()
|
| /Linux-v5.15/sound/soc/codecs/ |
| D | madera.c | 3242 int is_sync; in madera_dai_set_sysclk() local 3244 is_sync = madera_is_syncclk(clk_id); in madera_dai_set_sysclk() 3245 if (is_sync < 0) { in madera_dai_set_sysclk() 3247 return is_sync; in madera_dai_set_sysclk() 3250 if (is_sync == madera_is_syncclk(dai_priv->clk)) in madera_dai_set_sysclk() 3260 is_sync ? "SYSCLK" : "ASYNCCLK"); in madera_dai_set_sysclk() 3272 if (is_sync) in madera_dai_set_sysclk()
|
| /Linux-v5.15/fs/nfs/ |
| D | inode.c | 986 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context() argument 993 if (!is_sync) in nfs_close_context() 1049 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) in __put_nfs_open_context() argument 1062 NFS_PROTO(inode)->close_context(ctx, is_sync); in __put_nfs_open_context()
|
| D | internal.h | 372 void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
|
| D | nfs4proc.c | 3829 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context() argument 3833 if (is_sync) in nfs4_close_context()
|
| /Linux-v5.15/drivers/net/phy/ |
| D | dp83640.c | 973 static int is_sync(struct sk_buff *skb, int type) in is_sync() function 1402 if (is_sync(skb, type)) { in dp83640_txtstamp()
|