Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio-wq.c70 #define IO_WQ_HASH_ORDER 6 macro
72 #define IO_WQ_HASH_ORDER 5 macro
75 #define IO_WQ_NR_HASH_BUCKETS (1u << IO_WQ_HASH_ORDER)
982 bit = hash_ptr(val, IO_WQ_HASH_ORDER); in io_wq_hash_work()