Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c298 udp->ulwp_freelist = udp->ulwp_lastfree = ulwp; in trim_stack_cache()
300 udp->ulwp_lastfree->ul_next = ulwp; in trim_stack_cache()
301 udp->ulwp_lastfree = ulwp; in trim_stack_cache()
441 if (ulwp == udp->ulwp_lastfree) in ulwp_alloc()
442 udp->ulwp_lastfree = prev; in ulwp_alloc()
486 udp->ulwp_freelist = udp->ulwp_lastfree = ulwp; in ulwp_free()
488 udp->ulwp_lastfree->ul_next = ulwp; in ulwp_free()
489 udp->ulwp_lastfree = ulwp; in ulwp_free()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h980 ulwp_t *ulwp_lastfree; member
1196 caddr32_t ulwp_lastfree; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c874 prt_addr(uberdata.ulwp_lastfree, 1), in d_uberdata()