Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcid.bpf.h41 #define CMASK_NR_WORDS(nr_cids) ((u32)(((u64)(nr_cids) + 63) / 64 + 1)) macro
73 alloc_words = CMASK_NR_WORDS(alloc_cids); in __cmask_init()
110 if (CMASK_NR_WORDS(nr_cids) > m->alloc_words) { in cmask_reframe()
273 u32 nr_words = CMASK_NR_WORDS(m->nr_cids), i; in cmask_zero()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c105 _Static_assert(QMAP_CMASK_WORDS == CMASK_NR_WORDS(SCX_QMAP_MAX_CPUS),
181 CMASK_NR_WORDS(SCX_QMAP_MAX_CPUS))