Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dschedctl.c72 ulong_t *spc_map; /* bitmap of allocated space on page */ member
164 BT_CLEAR(pagep->spc_map, index); in schedctl_lwp_cleanup()
197 kmem_free(pagep->spc_map, sizeof (ulong_t) * sc_bitmap_words); in schedctl_proc_cleanup()
519 pagep->spc_map = kmem_zalloc(sizeof (ulong_t) * sc_bitmap_words, in schedctl_shared_alloc()
532 index = bt_availbit(pagep->spc_map, sc_bitmap_len); in schedctl_shared_alloc()
540 BT_SET(pagep->spc_map, index); in schedctl_shared_alloc()