Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
Dpercpu.h4 #define DECLARE_BITMAP(x,y) unsigned long x[((y) + BITS_PER_LONG - 1) / BITS_PER_LONG]; macro
/third_party/ltp/tools/sparse/sparse-src/
Dbitmap.h8 #define DECLARE_BITMAP(name, x) unsigned long name[LONGS(x)] macro