Searched refs:lwp_childstksz (Results 1 – 3 of 3) sorted by relevance
183 size_t lwp_childstksz; /* kernel stksize for this lwp's descendants */ member
159 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()
634 lwp->lwp_childstksz = stksize; in svc_pool_init()