Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dkexec.c130 struct kimage **dest_image, *image; in SYSCALL_DEFINE4() local
169 dest_image = &kexec_image; in SYSCALL_DEFINE4()
171 dest_image = &kexec_crash_image; in SYSCALL_DEFINE4()
211 image = xchg(dest_image, image); in SYSCALL_DEFINE4()
Dkexec_file.c314 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
329 dest_image = &kexec_image; in SYSCALL_DEFINE5()
331 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
378 image = xchg(dest_image, image); in SYSCALL_DEFINE5()