Searched refs:tsd_thread (Results 1 – 3 of 3) sorted by relevance
45 wsp->walk_data = mdb_alloc(sizeof (struct tsd_thread), UM_SLEEP); in tsd_walk_init()58 sizeof (struct tsd_thread), wsp->walk_addr) == -1) { in tsd_walk_step()67 (uintptr_t)(((struct tsd_thread *)wsp->walk_data)->ts_next); in tsd_walk_step()74 mdb_free(wsp->walk_data, sizeof (struct tsd_thread)); in tsd_walk_fini()84 struct tsd_thread tsdata, *ts = &tsdata; in ttotsd()
264 struct tsd_thread { struct265 struct tsd_thread *ts_next; /* threads with TSD */ argument266 struct tsd_thread *ts_prev; /* threads with TSD */ argument
1413 static struct tsd_thread *tsd_list;1485 struct tsd_thread *tsd; in tsd_destroy()1556 struct tsd_thread *tsd = t->t_tsd; in tsd_agent_get()1578 struct tsd_thread *tsd = t->t_tsd; in tsd_agent_set()1631 struct tsd_thread *tsd = curthread->t_tsd; in tsd_getcreate()1653 struct tsd_thread *tsd = curthread->t_tsd; in tsd_exit()1692 kmem_free(tsd, sizeof (struct tsd_thread)); in tsd_exit()