Home
last modified time | relevance | path

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

/include/linux/
Dpercpu-defs.h274 #define VERIFY_PERCPU_PTR(__p) \ macro
280 #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); })