Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio-wq.c33 IO_WORKER_F_BOUND = 3, /* is doing bounded work */ enumerator
171 return io_get_acct(worker->wq, test_bit(IO_WORKER_F_BOUND, &worker->flags)); in io_wq_get_acct()
850 set_bit(IO_WORKER_F_BOUND, &worker->flags); in create_io_worker()