Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsd.c46 wsp->walk_data = mdb_alloc(sizeof (struct tsd_thread), UM_SLEEP); in tsd_walk_init()
59 sizeof (struct tsd_thread), wsp->walk_addr) == -1) { in tsd_walk_step()
68 (uintptr_t)(((struct tsd_thread *)wsp->walk_data)->ts_next); in tsd_walk_step()
75 mdb_free(wsp->walk_data, sizeof (struct tsd_thread)); in tsd_walk_fini()
85 struct tsd_thread tsdata, *ts = &tsdata; in ttotsd()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h269 struct tsd_thread { struct
270 struct tsd_thread *ts_next; /* threads with TSD */ argument
271 struct tsd_thread *ts_prev; /* threads with TSD */ argument
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1588 static struct tsd_thread *tsd_list;
1660 struct tsd_thread *tsd; in tsd_destroy()
1731 struct tsd_thread *tsd = t->t_tsd; in tsd_agent_get()
1753 struct tsd_thread *tsd = t->t_tsd; in tsd_agent_set()
1806 struct tsd_thread *tsd = curthread->t_tsd; in tsd_getcreate()
1828 struct tsd_thread *tsd = curthread->t_tsd; in tsd_exit()
1867 kmem_free(tsd, sizeof (struct tsd_thread)); in tsd_exit()