Home
last modified time | relevance | path

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

/kernel/
Dkexec.c931 struct kimage *kexec_crash_image; variable
979 dest_image = &kexec_crash_image; in SYSCALL_DEFINE4()
992 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE4()
1087 if (kexec_crash_image) { in crash_kexec()
1093 machine_kexec(kexec_crash_image); in crash_kexec()
1127 if (kexec_crash_image) { in crash_shrink_memory()
Dksysfs.c100 return sprintf(buf, "%d\n", !!kexec_crash_image); in kexec_crash_loaded_show()