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

/external/blktrace/
H A Dblkparse.c86 struct per_process_info { struct
89 struct per_process_info *hash_next, *list_next;
103 static struct per_process_info *ppi_hash_table[PPI_HASH_SIZE];
104 static struct per_process_info *ppi_list;
643 static inline int ppi_hash(struct per_process_info *ppi)
653 static inline void add_ppi_to_hash(struct per_process_info *ppi)
661 static inline void add_ppi_to_list(struct per_process_info *ppi)
668 static struct per_process_info *find_ppi_by_name(char *name)
671 struct per_process_info *ppi;
686 static struct per_process_info *find_ppi_by_pi
[all...]

Completed in 34 milliseconds