/kernel/linux/linux-5.10/arch/mips/tools/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/mips/tools/ |
H A 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()
|
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 369 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() argument 371 return bic->bfqq[is_sync]; in bic_to_bfqq() 374 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() argument 376 struct bfq_queue *old_bfqq = bic->bfqq[is_sync]; in bic_set_bfqq() 382 bic->bfqq[is_sync] = bfqq; in bic_set_bfqq() 2858 bool is_sync = op_is_sync(bio->bi_opf); in bfq_allow_bio_merge() local 2864 if (is_sync && !rq_is_sync(rq)) in bfq_allow_bio_merge() 4982 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync) in bfq_exit_icq_bfqq() argument 4984 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync); in bfq_exit_icq_bfqq() 4994 bic_set_bfqq(bic, NULL, is_sync); in bfq_exit_icq_bfqq() 5093 bfq_init_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct bfq_io_cq *bic, pid_t pid, int is_sync) bfq_init_bfqq() argument 5172 bfq_get_queue(struct bfq_data *bfqd, struct bio *bio, bool is_sync, struct bfq_io_cq *bic) bfq_get_queue() argument 6014 bfq_get_bfqq_handle_split(struct bfq_data *bfqd, struct bfq_io_cq *bic, struct bio *bio, bool split, bool is_sync, bool *new_queue) bfq_get_bfqq_handle_split() argument 6122 const int is_sync = rq_is_sync(rq); bfq_init_rq() local [all...] |
H A D | bfq-iosched.h | 945 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync); 946 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync);
|
H A D | blk-mq.c | 2184 const int is_sync = op_is_sync(bio->bi_opf); in blk_mq_submit_bio() local 2292 } else if ((q->nr_hw_queues > 1 && is_sync) || in blk_mq_submit_bio()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | io-cmd-file.c | 150 bool is_sync = false; in nvmet_file_execute_io() local 158 is_sync = true; in nvmet_file_execute_io() 175 if (unlikely(is_sync) && in nvmet_file_execute_io() 193 if (unlikely(is_sync)) { in nvmet_file_execute_io()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | io-cmd-file.c | 124 bool is_sync = false; in nvmet_file_execute_io() local 132 is_sync = true; in nvmet_file_execute_io() 150 if (unlikely(is_sync) && in nvmet_file_execute_io() 168 if (unlikely(is_sync)) { in nvmet_file_execute_io()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 379 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync, in bic_to_bfqq() argument 382 if (is_sync) in bic_to_bfqq() 392 bool is_sync, in bic_set_bfqq() 395 struct bfq_queue *old_bfqq = bic->bfqq[is_sync][actuator_idx]; in bic_set_bfqq() 416 if (is_sync) in bic_set_bfqq() 3231 bool is_sync = op_is_sync(bio->bi_opf); in bfq_allow_bio_merge() local 3237 if (is_sync && !rq_is_sync(rq)) in bfq_allow_bio_merge() 5451 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync, in bfq_exit_icq_bfqq() argument 5454 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync, actuator_idx); in bfq_exit_icq_bfqq() 5461 bic_set_bfqq(bic, NULL, is_sync, actuator_id in bfq_exit_icq_bfqq() 390 bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync, unsigned int actuator_idx) bic_set_bfqq() argument 5590 bfq_init_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct bfq_io_cq *bic, pid_t pid, int is_sync, unsigned int act_idx) bfq_init_bfqq() argument 5832 bfq_get_queue(struct bfq_data *bfqd, struct bio *bio, bool is_sync, struct bfq_io_cq *bic, bool respawn) bfq_get_queue() argument 6739 bfq_get_bfqq_handle_split(struct bfq_data *bfqd, struct bfq_io_cq *bic, struct bio *bio, bool split, bool is_sync, bool *new_queue) bfq_get_bfqq_handle_split() argument 6851 const int is_sync = rq_is_sync(rq); bfq_init_rq() local [all...] |
H A D | fops.c | 169 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local 189 is_sync = is_sync_kiocb(iocb); in __blkdev_direct_IO() 190 if (is_sync) { in __blkdev_direct_IO() 256 if (!is_sync) in __blkdev_direct_IO()
|
H A D | bfq-iosched.h | 1049 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync, 1051 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync,
|
H A D | blk-mq.c | 2985 const int is_sync = op_is_sync(bio->bi_opf); in blk_mq_submit_bio() local 3056 (hctx->dispatch_busy && (q->nr_hw_queues == 1 || !is_sync))) { in blk_mq_submit_bio()
|
/kernel/linux/linux-5.10/fs/ |
H A D | block_dev.c | 321 bool is_sync : 1; member 344 if (!dio->is_sync) { in blkdev_bio_end_io() 384 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local 396 dio->is_sync = is_sync = is_sync_kiocb(iocb); in __blkdev_direct_IO() 397 if (dio->is_sync) { in __blkdev_direct_IO() 466 if (!is_sync) in __blkdev_direct_IO() 481 if (!is_sync) in __blkdev_direct_IO()
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.c | 45 bool is_sync; member 51 bool is_sync) in wilc_alloc_work() 63 msg->is_sync = is_sync; in wilc_alloc_work() 64 if (is_sync) in wilc_alloc_work() 50 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), bool is_sync) wilc_alloc_work() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.c | 50 bool is_sync; member 56 bool is_sync) in wilc_alloc_work() 68 msg->is_sync = is_sync; in wilc_alloc_work() 69 if (is_sync) in wilc_alloc_work() 55 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), bool is_sync) wilc_alloc_work() argument
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | madera.c | 3248 int is_sync; in madera_dai_set_sysclk() local 3250 is_sync = madera_is_syncclk(clk_id); in madera_dai_set_sysclk() 3251 if (is_sync < 0) { in madera_dai_set_sysclk() 3253 return is_sync; in madera_dai_set_sysclk() 3256 if (is_sync == madera_is_syncclk(dai_priv->clk)) in madera_dai_set_sysclk() 3266 is_sync ? "SYSCLK" : "ASYNCCLK"); in madera_dai_set_sysclk() 3278 if (is_sync) in madera_dai_set_sysclk()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | madera.c | 3248 int is_sync; in madera_dai_set_sysclk() local 3250 is_sync = madera_is_syncclk(clk_id); in madera_dai_set_sysclk() 3251 if (is_sync < 0) { in madera_dai_set_sysclk() 3253 return is_sync; in madera_dai_set_sysclk() 3256 if (is_sync == madera_is_syncclk(dai_priv->clk)) in madera_dai_set_sysclk() 3266 is_sync ? "SYSCLK" : "ASYNCCLK"); in madera_dai_set_sysclk() 3278 if (is_sync) in madera_dai_set_sysclk()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | inode.c | 953 * @is_sync: is this a synchronous close 959 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context() argument 967 if (!is_sync) in nfs_close_context() 1023 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) in __put_nfs_open_context() argument 1036 NFS_PROTO(inode)->close_context(ctx, is_sync); in __put_nfs_open_context()
|
H A D | internal.h | 385 void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
|
H A D | nfs4proc.c | 3822 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context() argument 3826 if (is_sync) in nfs4_close_context()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | inode.c | 999 * @is_sync: is this a synchronous close 1005 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context() argument 1012 if (!is_sync) in nfs_close_context() 1068 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) in __put_nfs_open_context() argument 1081 NFS_PROTO(inode)->close_context(ctx, is_sync); in __put_nfs_open_context()
|
H A D | internal.h | 378 void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
|
H A D | nfs4proc.c | 3823 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context() argument 3827 if (is_sync) in nfs4_close_context()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 1021 bool udp_hdr_present = false, is_sync; in otx2_ptp_is_sync() local 1069 is_sync = !(*msgtype & 0xf); in otx2_ptp_is_sync() 1070 if (is_sync) in otx2_ptp_is_sync() 1075 return is_sync; in otx2_ptp_is_sync()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | dp83640.c | 964 static int is_sync(struct sk_buff *skb, int type) in is_sync() function 1370 if (is_sync(skb, type)) { in dp83640_txtstamp()
|