Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Dio-wq.h57 static inline bool __io_wq_is_hashed(unsigned int work_flags) in __io_wq_is_hashed() function
64 return __io_wq_is_hashed(atomic_read(&work->flags)); in io_wq_is_hashed()
Dio-wq.c499 if (!__io_wq_is_hashed(work_flags)) { in io_get_next_work()
602 unsigned int hash = __io_wq_is_hashed(work_flags) in io_worker_handle_work()
935 if (!__io_wq_is_hashed(work_flags)) { in io_wq_insert_work()