Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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); })
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvpp2.c56 #define VERIFY_PERCPU_PTR(__p) \ macro
62 #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); })