Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio-wq.c71 #define IO_WQ_HASH_ORDER 6 macro
73 #define IO_WQ_HASH_ORDER 5 macro
76 #define IO_WQ_NR_HASH_BUCKETS (1u << IO_WQ_HASH_ORDER)
1059 bit = hash_ptr(val, IO_WQ_HASH_ORDER); in io_wq_hash_work()