Home
last modified time | relevance | path

Searched refs:do_exit (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-5.10/tools/virtio/ringtest/
H A Dmain.h15 extern bool do_exit;
52 if (!do_exit) in vmexit()
59 if (!do_exit) in vmentry()
H A Dmain.c27 bool do_exit = true; variable
357 do_exit = true; in main()
/kernel/linux/linux-6.6/tools/virtio/ringtest/
H A Dmain.h16 extern bool do_exit;
53 if (!do_exit) in vmexit()
60 if (!do_exit) in vmentry()
H A Dmain.c27 bool do_exit = true; variable
357 do_exit = true; in main()
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_cgrp2_tc.sh114 do_exit() { function
176 trap do_exit 0
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_cgrp2_tc.sh116 do_exit() { function
178 trap do_exit 0
/kernel/linux/linux-5.10/kernel/
H A Dreboot.c333 * call do_exit(). in SYSCALL_DEFINE4()
361 do_exit(0); in SYSCALL_DEFINE4()
366 do_exit(0); in SYSCALL_DEFINE4()
H A Dexit.c768 void __noreturn do_exit(long code) in do_exit() function
790 * If do_exit is called because this processes oopsed, it's possible in do_exit()
813 * We're taking recursive faults here in do_exit. Safest is to just in do_exit()
927 EXPORT_SYMBOL_GPL(do_exit); variable
951 do_exit(signr); in make_task_dead()
959 do_exit(code); in complete_and_exit()
965 do_exit((error_code&0xff)<<8); in SYSCALL_DEFINE1()
996 do_exit(exit_code); in do_group_exit()
H A Dkthread.c282 do_exit(-EINTR); in kthread()
288 do_exit(-ENOMEM); in kthread()
315 do_exit(ret); in kthread()
430 * argument. @threadfn() can either call do_exit() directly if it is a
624 * If threadfn() may call do_exit() itself, the caller must ensure
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dwindows.c125 do_exit(SIGILL); in try_to_clear_window_buffer()
H A Dsignal_32.c247 do_exit(SIGILL); in setup_frame()
339 do_exit(SIGILL); in setup_rt_frame()
/kernel/linux/linux-6.6/kernel/
H A Dvhost_task.c61 do_exit(0); in vhost_task_fn()
H A Dreboot.c723 * call do_exit(). in SYSCALL_DEFINE4()
751 do_exit(0); in SYSCALL_DEFINE4()
755 do_exit(0); in SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dnconf.c285 static int do_exit(void);
458 do_exit(); in handle_f9()
648 static int do_exit(void) in do_exit() function
1544 if (!global_exit && do_exit() == 0) in main()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dnconf.c291 static int do_exit(void);
464 do_exit(); in handle_f9()
651 static int do_exit(void) in do_exit() function
1635 if (!global_exit && do_exit() == 0) in main()
/kernel/linux/linux-5.10/arch/openrisc/mm/
H A Dfault.c251 do_exit(SIGKILL); in do_page_fault()
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dfault.c260 do_exit(sig); in bad_page_fault()
/kernel/linux/linux-5.10/arch/nds32/mm/
H A Dfault.c303 do_exit(SIGKILL); in do_page_fault()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtraps.c82 do_exit(SIGSEGV); in default_trap_handler()
H A Dprocess.c139 frame->childregs.gprs[11] = (unsigned long) do_exit; in copy_thread()
/kernel/linux/linux-5.10/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c229 do_exit(SIGSYS); in emulate_vsyscall()
/kernel/linux/linux-6.6/include/linux/
H A Dkernel.h205 void do_exit(long error_code) __noreturn;
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dfault.c273 do_exit(SIGKILL); in do_no_context()
283 do_exit(SIGKILL); in do_low_address()
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dfault.c242 do_exit(SIGKILL); in no_context()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dfault_32.c311 do_exit(SIGKILL); in do_sparc_fault()

Completed in 19 milliseconds

123