Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dcpumask_kunit.c65 KUNIT_EXPECT_TRUE_MSG(test, cpumask_full(&mask_all), MASK_MSG(&mask_all)); in test_cpumask_weight()
/linux-6.6.21/kernel/bpf/
Dcpumask.c361 return cpumask_full(cpumask); in bpf_cpumask_full()
/linux-6.6.21/include/linux/
Dcpumask.h681 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full() function
/linux-6.6.21/kernel/trace/
Dtrace.c6755 WARN_ON(!cpumask_full(tr->pipe_cpumask)); in close_pipe_on_cpu()