Home
last modified time | relevance | path

Searched refs:IO_WORKER_F_BOUND (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c27 IO_WORKER_F_BOUND = 8, /* is doing bounded work */ enumerator
170 return io_get_acct(worker->wqe, worker->flags & IO_WORKER_F_BOUND); in io_wqe_get_acct()
829 worker->flags |= IO_WORKER_F_BOUND; in create_io_worker()
/kernel/linux/linux-6.6/io_uring/
H A Dio-wq.c31 IO_WORKER_F_BOUND = 8, /* is doing bounded work */ enumerator
168 return io_get_acct(worker->wq, worker->flags & IO_WORKER_F_BOUND); in io_wq_get_acct()
841 worker->flags |= IO_WORKER_F_BOUND; in create_io_worker()

Completed in 4 milliseconds