Home
last modified time | relevance | path

Searched refs:VERIFY_PERCPU_PTR (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dpercpu-defs.h257 #define VERIFY_PERCPU_PTR(__p) \ macro
263 #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); })