Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dinternal.h1434 __SCX_NR_CAPS, enumerator
1435 __SCX_CAP_ALL = BIT_U64(__SCX_NR_CAPS) - 1,
1508 ) caps[__SCX_NR_CAPS];
H A Dsub.c166 for (i = 0; i < __SCX_NR_CAPS; i++) in alloc_pshard()
234 for (i = 0; i < __SCX_NR_CAPS; i++) in scx_init_root_caps()
907 for (cap_bit = 0; cap_bit < __SCX_NR_CAPS; cap_bit++) in calc_effective_caps()
H A Dext.c5437 static const char *scx_cap_names[__SCX_NR_CAPS] = {
5458 for (cap = 0; cap < __SCX_NR_CAPS; cap++) { in scx_attr_caps_show()