Searched refs:IO_RING_F_POLL_ACTIVATED (Results 1 – 3 of 3) sorted by relevance
287 IO_RING_F_POLL_ACTIVATED = BIT(9), enumerator
481 if (ctx->int_flags & IO_RING_F_POLL_ACTIVATED) in __io_commit_cqring_flush()2210 ctx->int_flags |= IO_RING_F_POLL_ACTIVATED; in io_activate_pollwq_cb()2225 if ((ctx->int_flags & IO_RING_F_POLL_ACTIVATED) || ctx->poll_wq_task_work.func) in io_activate_pollwq()2248 if (unlikely(!(data_race(ctx->int_flags) & IO_RING_F_POLL_ACTIVATED))) in io_uring_poll()2996 ctx->int_flags |= IO_RING_F_POLL_ACTIVATED; in io_uring_create()
499 IO_RING_F_HAS_EVFD | IO_RING_F_POLL_ACTIVATED)