HomeSort by relevance Sort by last modified time
    Searched full:ppm_hash_table (Results 1 - 1 of 1) sorted by null

  /external/blktrace/
blkparse.c 84 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;
    [all...]

Completed in 751 milliseconds