Home
last modified time | relevance | path

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

/external/fio/t/
Dbtrace2fio.c100 #define INFLIGHT_HASH_SIZE (1U << INFLIGHT_HASH_BITS) macro
101 static struct flist_head inflight_hash[INFLIGHT_HASH_SIZE];
1137 for (i = 0; i < INFLIGHT_HASH_SIZE; i++) in main()