Searched refs:pid_ent (Results 1 – 1 of 1) sorted by relevance
73 struct pid_ent { struct78 LIST_ENTRY(pid_ent) ptr; argument86 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 …]