Home
last modified time | relevance | path

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

/external/oprofile/daemon/liblegacy/
Dopd_proc.c61 inline static uint proc_hash(pid_t tid) in proc_hash() function
80 list_add(&proc->next, &opd_procs[proc_hash(tid)]); in opd_new_proc()
88 uint hash = proc_hash(tid); in opd_get_proc()