Home
last modified time | relevance | path

Searched refs:int_flags (Results 1 – 12 of 12) sorted by relevance

/linux/io_uring/
H A Dio_uring.c473 if (ctx->int_flags & IO_RING_F_POLL_ACTIVATED) in __io_commit_cqring_flush()
475 if (ctx->int_flags & IO_RING_F_OFF_TIMEOUT_USED) in __io_commit_cqring_flush()
477 if (ctx->int_flags & IO_RING_F_HAS_EVFD) in __io_commit_cqring_flush()
483 if (!(ctx->int_flags & IO_RING_F_LOCKLESS_CQ)) in __io_cq_lock()
496 if (!(ctx->int_flags & IO_RING_F_TASK_COMPLETE)) { in __io_cq_unlock_post()
497 if (!(ctx->int_flags & IO_RING_F_LOCKLESS_CQ)) in __io_cq_unlock_post()
500 if (!(ctx->int_flags & IO_RING_F_SYSCALL_IOPOLL)) in __io_cq_unlock_post()
843 lockdep_assert(ctx->int_flags & IO_RING_F_LOCKLESS_CQ); in io_add_aux_cqe()
873 if (!(ctx->int_flags & IO_RING_F_LOCKLESS_CQ)) { in io_req_post_cqe()
898 if (!(ctx->int_flags & IO_RING_F_LOCKLESS_CQ)) { in io_req_post_cqe32()
[all …]
H A Deventfd.c152 ctx->int_flags |= IO_RING_F_HAS_EVFD; in io_eventfd_register()
166 ctx->int_flags &= ~IO_RING_F_HAS_EVFD; in io_eventfd_unregister()
H A Dio_uring.h229 } else if (!(ctx->int_flags & IO_RING_F_TASK_COMPLETE)) { in io_lockdep_assert_cq_locked()
246 return IS_ENABLED(CONFIG_COMPAT) && unlikely(ctx->int_flags & IO_RING_F_COMPAT); in io_is_compat()
505 if (unlikely(data_race(ctx->int_flags) & SHOULD_FLUSH_MASK)) in io_commit_cqring_flush()
H A Dregister.c195 ctx->int_flags |= IO_RING_F_OP_RESTRICTED; in io_register_restrictions()
197 ctx->int_flags |= IO_RING_F_REG_RESTRICTED; in io_register_restrictions()
395 ctx->int_flags |= IO_RING_F_IOWQ_LIMITS_SET; in io_register_iowq_max_workers()
767 if ((ctx->int_flags & IO_RING_F_REG_RESTRICTED) && !(ctx->flags & IORING_SETUP_R_DISABLED)) { in __io_uring_register()
H A Dtw.c175 if (data_race(ctx->int_flags) & IO_RING_F_HAS_EVFD) in io_req_local_work_add()
H A Dtimeout.c592 if (unlikely(off && !(req->ctx->int_flags & IO_RING_F_OFF_TIMEOUT_USED))) in __io_timeout_prep()
593 req->ctx->int_flags |= IO_RING_F_OFF_TIMEOUT_USED; in __io_timeout_prep()
H A Dmsg_ring.c70 return target_ctx->int_flags & IO_RING_F_TASK_COMPLETE; in io_msg_need_remote()
H A Dtctx.c157 if (data_race(ctx->int_flags) & IO_RING_F_IOWQ_LIMITS_SET) { in __io_uring_add_tctx_node()
/linux/drivers/regulator/
H A Dmax77675-regulator.c443 unsigned int int_flags; in max77675_get_error_flags() local
447 ret = regmap_read(maxreg->regmap, MAX77675_REG_INT_GLBL, &int_flags); in max77675_get_error_flags()
457 if (int_flags & MAX77675_INT_SBB0_F_BIT) in max77675_get_error_flags()
461 if (int_flags & MAX77675_INT_SBB1_F_BIT) in max77675_get_error_flags()
465 if (int_flags & MAX77675_INT_SBB2_F_BIT) in max77675_get_error_flags()
469 if (int_flags & MAX77675_INT_SBB3_F_BIT) in max77675_get_error_flags()
477 if (int_flags & MAX77675_INT_TJAL2_R_BIT) { in max77675_get_error_flags()
/linux/drivers/dma/qcom/
H A Dhidma.h40 u32 int_flags; /* interrupt flags */ member
H A Dhidma_ll.c626 tre->int_flags = flags; in hidma_ll_set_transfer_params()
/linux/include/linux/
H A Dio_uring_types.h330 unsigned int int_flags; member