Searched defs:PID_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/fio/t/
H A Dbtrace2fio.c94 #define PID_HASH_SIZE (1U << PID_HASH_BITS) macro
96 static struct flist_head pid_hash[PID_HASH_SIZE];
1135 for (i = 0; i < PID_HASH_SIZE; i++)

Completed in 116 milliseconds