Searched defs:cpumask_t (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ | ||
H A D | svghelper.c | 691 typedef struct { DECLARE_BITMAP(bits, MAX_NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon14845 |
/linux-4.1.27/include/linux/ | ||
H A D | cpumask.h | 15 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:cpumask |
Completed in 192 milliseconds