Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkexec.c1242 struct kimage **dest_image, *image; in SYSCALL_DEFINE4() local
1281 dest_image = &kexec_image; in SYSCALL_DEFINE4()
1283 dest_image = &kexec_crash_image; in SYSCALL_DEFINE4()
1323 image = xchg(dest_image, image); in SYSCALL_DEFINE4()
1389 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
1404 dest_image = &kexec_image; in SYSCALL_DEFINE5()
1406 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
1453 image = xchg(dest_image, image); in SYSCALL_DEFINE5()