Home
last modified time | relevance | path

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

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