Home
last modified time | relevance | path

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

/external/autotest/utils/
Dparallel.py43 self.pid_map = {}
51 self.pid_map[pid] = function
63 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)
/external/blktrace/iowatcher/
Dblkparse.c174 struct pid_map { struct
318 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()