Home
last modified time | relevance | path

Searched refs:segkp_cache_get (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kp.h141 caddr_t segkp_cache_get(void *cookie);
H A Dseg_kp.c317 segkp_cache_get(void *cookie) in segkp_cache_get() function
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c358 stk = (caddr_t)segkp_cache_get(segkp_thread); in thread_create()
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c199 (lwpdata = (caddr_t)segkp_cache_get(segkp_lwp)) == NULL) { in lwp_create()