Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dschedctl.c80 static size_t sc_bitmap_words; /* # of words in allocation bitmap */ variable
197 kmem_free(pagep->spc_map, sizeof (ulong_t) * sc_bitmap_words); in schedctl_proc_cleanup()
464 sc_bitmap_words = howmany(sc_bitmap_len, BT_NBIPUL); in schedctl_init()
519 pagep->spc_map = kmem_zalloc(sizeof (ulong_t) * sc_bitmap_words, in schedctl_shared_alloc()