Searched refs:typeof_percpu (Results 1 – 1 of 1) sorted by relevance
37 #define typeof_percpu(name) typeof(((struct percpu_data *)0)->name) macro41 static inline typeof_percpu(name) this_cpu_read_##name(void) \43 typeof_percpu(name) val; \63 static inline void this_cpu_write_##name(typeof_percpu(name) val) \