Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/
Df2fs_io_parse.c73 struct pid_ent { struct
78 LIST_ENTRY(pid_ent) ptr; argument
86 LIST_HEAD(plist, pid_ent) pid_info;
98 struct pid_ent *misc; in do_init()
100 misc = calloc(1, sizeof(struct pid_ent)); in do_init()
151 struct pid_ent *get_pid_entry(int pid) in get_pid_entry()
153 struct pid_ent *entry; in get_pid_entry()
164 struct pid_ent *pent; in handle_tp_pid()
166 pent = calloc(1, sizeof(struct pid_ent)); in handle_tp_pid()
181 struct pid_ent *p; in handle_tp_ios()
[all …]