Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dschedctl.c79 static size_t sc_bitmap_len; /* # of bits in allocation bitmap */ variable
463 sc_bitmap_len = sc_pagesize / sizeof (sc_shared_t); in schedctl_init()
464 sc_bitmap_words = howmany(sc_bitmap_len, BT_NBIPUL); in schedctl_init()
532 index = bt_availbit(pagep->spc_map, sc_bitmap_len); in schedctl_shared_alloc()