Home
last modified time | relevance | path

Searched refs:IO_WQ_WORK_UNBOUND (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dio-wq.h12 IO_WQ_WORK_UNBOUND = 4, enumerator
H A Dio-wq.c163 return io_get_acct(wq, !(work->flags & IO_WQ_WORK_UNBOUND)); in io_work_get_acct()
594 if (unlikely(do_kill) && (work->flags & IO_WQ_WORK_UNBOUND))
H A Dio_uring.c474 req->work.flags |= IO_WQ_WORK_UNBOUND; in io_prep_async_work()
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.h11 IO_WQ_WORK_UNBOUND = 4, enumerator
H A Dio-wq.c165 return io_get_acct(wqe, !(work->flags & IO_WQ_WORK_UNBOUND)); in io_work_get_acct()
584 if (unlikely(do_kill) && (work->flags & IO_WQ_WORK_UNBOUND))
H A Dio_uring.c1452 req->work.flags |= IO_WQ_WORK_UNBOUND; in io_prep_async_work()

Completed in 24 milliseconds