Home
last modified time | relevance | path

Searched defs:cpumask_t (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsvghelper.c690 typedef struct { DECLARE_BITMAP(bits, MAX_NR_CPUS); } cpumask_t; typedef
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsvghelper.c690 typedef struct { DECLARE_BITMAP(bits, MAX_NR_CPUS); } cpumask_t; typedef
/kernel/linux/linux-5.10/include/linux/
H A Dcpumask.h17 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef
/kernel/linux/linux-6.6/include/linux/
H A Dcpumask.h19 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef

Completed in 6 milliseconds