Home
last modified time | relevance | path

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

/external/blktrace/
Dblkparse.c103 static struct per_process_info *ppi_hash_table[PPI_HASH_SIZE]; variable
657 ppi->hash_next = ppi_hash_table[hash_idx]; in add_ppi_to_hash()
658 ppi_hash_table[hash_idx] = ppi; in add_ppi_to_hash()
673 ppi = ppi_hash_table[hash_idx]; in find_ppi_by_name()
691 ppi = ppi_hash_table[hash_idx]; in find_ppi_by_pid()