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

/external/blktrace/
H A Dblkparse.c84 static struct process_pid_map *ppm_hash_table[PPM_HASH_SIZE]; variable in typeref:struct:process_pid_map
544 ppm = ppm_hash_table[hash_idx];
566 ppm->hash_next = ppm_hash_table[hash_idx];
567 ppm_hash_table[hash_idx] = ppm;

Completed in 78 milliseconds