Home
last modified time | relevance | path

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

/external/oprofile/daemon/liblegacy/
Dopd_proc.c36 static struct list_head opd_procs[OPD_MAX_PROC_HASH]; variable
46 list_init(&opd_procs[i]); in opd_init_procs()
80 list_add(&proc->next, &opd_procs[proc_hash(tid)]); in opd_new_proc()
92 list_for_each_safe(pos, pos2, &opd_procs[hash]) { in opd_get_proc()
98 list_add(&proc->next, &opd_procs[hash]); in opd_get_proc()
348 list_for_each_safe(pos, pos2, &opd_procs[i]) { in opd_for_each_proc()