Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dcpumask_kunit.c75 KUNIT_EXPECT_TRUE_MSG(test, cpumask_full(&mask_all), MASK_MSG(&mask_all)); in test_cpumask_weight()
/linux-6.1.9/include/linux/
Dcpumask.h629 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full() function