Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dblkparse.c46 #define PROCESS_HASH_TABLE_SIZE (1 << PROCESS_HASH_TABLE_BITS) macro
47 static struct list_head process_hash_table[PROCESS_HASH_TABLE_SIZE];
301 for (i = 0; i < PROCESS_HASH_TABLE_SIZE; i++) { in init_process_hash_table()
315 return (hash & (PROCESS_HASH_TABLE_SIZE - 1)); in hash_pid()