Home
last modified time | relevance | path

Searched defs:cpumask_t (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Sema/
Dcast.c3 typedef struct { unsigned long bits[(((1) + (64) - 1) / (64))]; } cpumask_t; typedef
/external/kernel-headers/original/linux/
Dcpumask.h88 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef