Searched refs:pid_map (Results 1 – 2 of 2) sorted by relevance
43 self.pid_map = {}51 self.pid_map[pid] = function63 while len(self.pid_map) > 0 or len(self.ready_to_run) > 0:64 max_allowed = self.max_procs - len(self.pid_map)71 fn = self.pid_map.pop(pid)
174 struct pid_map { struct318 static struct pid_map *process_hash_search(u32 pid) in process_hash_search()322 struct pid_map *pm; in process_hash_search()332 static struct pid_map *process_hash_insert(u32 pid, char *name) in process_hash_insert()335 struct pid_map *pm; in process_hash_insert()352 pm = malloc(sizeof(struct pid_map) + strlen(name) + 1); in process_hash_insert()1019 static struct pid_map *get_pid_map(struct trace_file *tf, u32 pid) in get_pid_map()1021 struct pid_map *pm; in get_pid_map()1059 struct pid_map *pm; in add_io()