Searched refs:threadhash (Results 1 – 1 of 1) sorted by relevance
231 hash_table *threadhash; variable1309 threadhash = hash_create(nproc > 100 ? nproc * 4 + 1 : 2053); in machine_init()2096 op = (struct oldproc *)hash_lookup_pidthr(threadhash, pidthr); in getptable()2101 hash_add_pidthr(threadhash, pidthr, (void *)op); in getptable()2193 hip = hash_first_pidthr(threadhash, &pos); in getptable()