Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dproc.c25 struct pn_info { struct
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg); in __foreach() argument
49 struct pn_info *pnp = rb_entry(n, struct pn_info, rb_node); in __destroy()
67 struct pn_info *this; in __find_process_pid()
71 this = rb_entry(n, struct pn_info, rb_node); in __find_process_pid()
86 struct pn_info *this; in __find_process_name()
90 this = rb_entry(n, struct pn_info, rb_node); in __find_process_name()
105 struct pn_info *this; in insert_pid()
111 this = rb_entry(parent, struct pn_info, rb_node); in insert_pid()
121 this = malloc(sizeof(struct pn_info)); in insert_pid()
[all …]