HomeSort by relevance Sort by last modified time
    Searched full:proc_hash (Results 1 - 1 of 1) sorted by null

  /external/oprofile/daemon/liblegacy/
opd_proc.c 57 * proc_hash - hash pid value
61 inline static uint proc_hash(pid_t tid) function
80 list_add(&proc->next, &opd_procs[proc_hash(tid)]);
88 uint hash = proc_hash(tid);

Completed in 375 milliseconds