Searched refs:is_sync (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c92 static bool is_sync(uint32_t insn) function
151 if (!is_sync(le32toh(code[-1]))) {
184 if (is_sync(le32toh(code[i + off])))
/linux-master/drivers/nvme/target/
H A Dio-cmd-file.c124 bool is_sync = false; local
132 is_sync = true;
150 if (unlikely(is_sync) &&
168 if (unlikely(is_sync)) {
/linux-master/block/
H A Dbfq-iosched.c379 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync, argument
382 if (is_sync)
392 bool is_sync,
395 struct bfq_queue *old_bfqq = bic->bfqq[is_sync][actuator_idx];
416 if (is_sync)
3231 bool is_sync = op_is_sync(bio->bi_opf); local
3237 if (is_sync && !rq_is_sync(rq))
5451 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync, argument
5454 struct bfq_queue *bfqq = bic_to_bfqq(bic, is_sync, actuator_idx);
5461 bic_set_bfqq(bic, NULL, is_sync, actuator_id
390 bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync, unsigned int actuator_idx) 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) argument
5832 bfq_get_queue(struct bfq_data *bfqd, struct bio *bio, bool is_sync, struct bfq_io_cq *bic, bool respawn) 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) argument
6851 const int is_sync = rq_is_sync(rq); local
[all...]
H A Dbfq-iosched.h1049 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 Dfops.c170 bool is_read = (iov_iter_rw(iter) == READ), is_sync; local
190 is_sync = is_sync_kiocb(iocb);
191 if (is_sync) {
258 if (!is_sync)
H A Dblk-mq.c2952 const int is_sync = op_is_sync(bio->bi_opf); local
3015 (hctx->dispatch_busy && (q->nr_hw_queues == 1 || !is_sync))) {
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c1021 bool udp_hdr_present = false, is_sync; local
1069 is_sync = !(*msgtype & 0xf);
1070 if (is_sync)
1075 return is_sync;
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c50 bool is_sync; member in struct:host_if_msg
56 bool is_sync)
68 msg->is_sync = is_sync;
69 if (is_sync)
55 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), bool is_sync) argument
/linux-master/sound/soc/codecs/
H A Dmadera.c3248 int is_sync; local
3250 is_sync = madera_is_syncclk(clk_id);
3251 if (is_sync < 0) {
3253 return is_sync;
3256 if (is_sync == madera_is_syncclk(dai_priv->clk))
3266 is_sync ? "SYSCLK" : "ASYNCCLK");
3278 if (is_sync)
/linux-master/fs/nfs/
H A Dinode.c999 * @is_sync: is this a synchronous close
1005 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) argument
1012 if (!is_sync)
1068 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) argument
1081 NFS_PROTO(inode)->close_context(ctx, is_sync);
H A Dinternal.h378 void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
H A Dnfs4proc.c3843 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) argument
3847 if (is_sync)

Completed in 443 milliseconds