Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/linux/
H A Dpercpu.h2 #define DECLARE_PER_CPU(type, val) extern type val macro
/openbmc/linux/include/linux/
H A Dpercpu-defs.h111 #define DECLARE_PER_CPU(type, name) \ macro