Searched defs:tidhash (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c342 tidhash_t *tidhash; local
802 tidhash = p->p_tidhash;
882 kmem_free(tidhash, tidhash_sz * sizeof (tidhash_t));
H A Dlwp.c1929 lwp_hash_in(proc_t *p, lwpent_t *lep, tidhash_t *tidhash, uint_t tidhash_sz, argument
1932 tidhash_t *thp = &tidhash[TIDHASH(lep->le_lwpid, tidhash_sz)];
2032 tidhash_t *tidhash; local
2040 if ((tidhash = p->p_tidhash) == NULL)
2043 thp = &tidhash[TIDHASH(lwpid, tidhash_sz)];
2051 if (tidhash != p->p_tidhash || tidhash_sz != p->p_tidhash_sz) {
H A Dexec.c147 tidhash_t *tidhash; local
459 tidhash = kmem_zalloc(2 * sizeof (tidhash_t), KM_SLEEP);
507 lwp_hash_in(p, lep, tidhash, 2, 0);
508 p->p_tidhash = tidhash;
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h112 typedef struct tidhash { struct
118 * Retired tidhash hash tables.
230 ret_tidhash_t *p_ret_tidhash; /* retired tidhash hash tables */

Completed in 57 milliseconds