Searched defs:is_kdump_kernel (Results 1 – 3 of 3) sorted by relevance
68 static inline bool is_kdump_kernel(void) in is_kdump_kernel() function161 static inline bool is_kdump_kernel(void) { return false; } in is_kdump_kernel() function
166 #define is_kdump_kernel is_kdump_kernel macro
244 bool is_kdump_kernel(void) in is_kdump_kernel() function