Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio-wq.c73 #define IO_WQ_HASH_ORDER 6 macro
75 #define IO_WQ_HASH_ORDER 5 macro
78 #define IO_WQ_NR_HASH_BUCKETS (1u << IO_WQ_HASH_ORDER)
991 bit = hash_ptr(val, IO_WQ_HASH_ORDER); in io_wq_hash_work()