Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dklwp.h183 size_t lwp_childstksz; /* kernel stksize for this lwp's descendants */ member
/titanic_50/usr/src/uts/common/os/
H A Dlwp.c159 if (curlwp == NULL || (stksize = curlwp->lwp_childstksz) == 0) in lwp_create()
266 if (curlwp != NULL && curlwp->lwp_childstksz != 0) in lwp_create()
267 lwp->lwp_childstksz = curlwp->lwp_childstksz; in lwp_create()
/titanic_50/usr/src/uts/common/rpc/
H A Dsvc.c634 lwp->lwp_childstksz = stksize; in svc_pool_init()