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

/external/blktrace/
H A Dblkparse.c101 #define PPI_HASH_SIZE (1 << PPI_HASH_SHIFT) macro
102 #define PPI_HASH_MASK (PPI_HASH_SIZE - 1)
103 static struct per_process_info *ppi_hash_table[PPI_HASH_SIZE];

Completed in 50 milliseconds