Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dkexec.c945 struct kimage **dest_image, *image; in SYSCALL_DEFINE4() local
984 dest_image = &kexec_image; in SYSCALL_DEFINE4()
986 dest_image = &kexec_crash_image; in SYSCALL_DEFINE4()
1020 image = xchg(dest_image, image); in SYSCALL_DEFINE4()