Home
last modified time | relevance | path

Searched defs:DEFINE_PER_CPU_DECRYPTED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpercpu-defs.h182 #define DEFINE_PER_CPU_DECRYPTED(type, name) \ macro
185 #define DEFINE_PER_CPU_DECRYPTED(type, name) DEFINE_PER_CPU(type, name) macro
/kernel/linux/linux-6.6/include/linux/
H A Dpercpu-defs.h182 #define DEFINE_PER_CPU_DECRYPTED(type, name) \ macro
185 #define DEFINE_PER_CPU_DECRYPTED(type, name) DEFINE_PER_CPU(type, name) macro

Completed in 3 milliseconds