HomeSort by relevance Sort by last modified time
    Searched defs:tidhash (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
exit.c 342 tidhash_t *tidhash; local
783 tidhash = p->p_tidhash;
864 kmem_free(tidhash, tidhash_sz * sizeof (tidhash_t));
lwp.c 64 #define TIDHASH(tid, hash_sz) ((tid) & ((hash_sz) - 1))
1992 tidhash_t *tidhash; local
    [all...]
exec.c 133 tidhash_t *tidhash; local
420 tidhash = kmem_zalloc(2 * sizeof (tidhash_t), KM_SLEEP);
468 lwp_hash_in(p, lep, tidhash, 2, 0);
469 p->p_tidhash = tidhash;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
proc.h 111 typedef struct tidhash { struct
117 * Retired tidhash hash tables.
228 ret_tidhash_t *p_ret_tidhash; /* retired tidhash hash tables */

Completed in 360 milliseconds