Home
last modified time | relevance | path

Searched refs:gd_freetd (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/kern/
H A Dlwkt_thread.c365 if ((td = gd->gd_freetd) != NULL) { in lwkt_alloc_thread()
368 gd->gd_freetd = NULL; in lwkt_alloc_thread()
1713 if ((std = gd->gd_freetd) != NULL) { in lwkt_exit()
1715 gd->gd_freetd = NULL; in lwkt_exit()
1740 KKASSERT(gd->gd_freetd == NULL); in lwkt_exit()
1742 gd->gd_freetd = td; in lwkt_exit()
/dragonfly/sys/sys/
H A Dglobaldata.h132 struct thread *gd_freetd; /* cache one free td */ member