Home
last modified time | relevance | path

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

/include/linux/
Dcrash_dump.h53 #ifndef is_kdump_kernel
64 static inline bool is_kdump_kernel(void) in is_kdump_kernel() function
118 static inline bool is_kdump_kernel(void) { return false; } in is_kdump_kernel() function
/include/linux/mlx4/
Ddevice.h1550 return is_kdump_kernel(); in mlx4_low_memory_profile()