Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c65 #define IO_WQ_HASH_ORDER 6 macro
67 #define IO_WQ_HASH_ORDER 5 macro
70 #define IO_WQ_NR_HASH_BUCKETS (1u << IO_WQ_HASH_ORDER)
979 bit = hash_ptr(val, IO_WQ_HASH_ORDER); in io_wq_hash_work()
/kernel/linux/linux-6.6/io_uring/
H A 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()

Completed in 5 milliseconds