Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dio-wq.h10 IO_WQ_WORK_CANCEL = 1, enumerator
Dio-wq.c600 atomic_or(IO_WQ_WORK_CANCEL, &work->flags); in io_worker_handle_work()
900 atomic_or(IO_WQ_WORK_CANCEL, &work->flags); in io_run_cancel()
948 (work_flags & IO_WQ_WORK_CANCEL)) { in io_wq_enqueue()
999 atomic_or(IO_WQ_WORK_CANCEL, &work->flags); in __io_wq_worker_cancel()
Dio_uring.c531 atomic_or(IO_WQ_WORK_CANCEL, &req->work.flags); in io_queue_iowq()
1804 if (atomic_read(&work->flags) & IO_WQ_WORK_CANCEL) { in io_wq_submit_work()
1811 atomic_or(IO_WQ_WORK_CANCEL, &work->flags); in io_wq_submit_work()