Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsd.c101 if (t->t_tsd == NULL) in ttotsd()
104 if (mdb_vread(ts, sizeof (*ts), (uintptr_t)t->t_tsd) == -1) { in ttotsd()
105 mdb_warn("failed to read tsd at %p", t->t_tsd); in ttotsd()
132 if (tsdaddr == (uintptr_t)t->t_tsd) in tsdthr_match()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1731 struct tsd_thread *tsd = t->t_tsd; in tsd_agent_get()
1753 struct tsd_thread *tsd = t->t_tsd; in tsd_agent_set()
1761 tsd = t->t_tsd = kmem_zalloc(sizeof (*tsd), KM_SLEEP); in tsd_agent_set()
1806 struct tsd_thread *tsd = curthread->t_tsd; in tsd_getcreate()
1809 tsd = curthread->t_tsd = kmem_zalloc(sizeof (*tsd), KM_SLEEP); in tsd_getcreate()
1828 struct tsd_thread *tsd = curthread->t_tsd; in tsd_exit()
1835 curthread->t_tsd = NULL; in tsd_exit()
1868 curthread->t_tsd = NULL; in tsd_exit()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h274 } *t_tsd; member