Home
last modified time | relevance | path

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

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