Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dschedctl.c73 size_t spc_space; /* amount of space on page */ member
165 pagep->spc_space += sizeof (sc_shared_t); in schedctl_lwp_cleanup()
190 ASSERT(pagep->spc_space == sc_pagesize); in schedctl_proc_cleanup()
486 if (pagep->spc_space != 0) in schedctl_shared_alloc()
521 pagep->spc_space = sc_pagesize; in schedctl_shared_alloc()
531 ASSERT(pagep != NULL && pagep->spc_space >= sizeof (sc_shared_t)); in schedctl_shared_alloc()
541 pagep->spc_space -= sizeof (sc_shared_t); in schedctl_shared_alloc()