Home
last modified time | relevance | path

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

/linux/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()
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_multiprobe.tc8 SYM2=do_exit
/linux/tools/objtool/
H A Dnoreturns.h26 NORETURN(do_exit)
/linux/kernel/
H A Dvhost_task.c67 do_exit(0); in vhost_task_fn()
H A Dexit.c896 void __noreturn do_exit(long code) in do_exit() function
1074 do_exit(signr); in make_task_dead()
1079 do_exit((error_code&0xff)<<8); in SYSCALL_DEFINE1()
1112 do_exit(exit_code); in do_group_exit()
H A Dpid_namespace.c342 do_exit(0); in reboot_pid_ns()
H A Dseccomp.c1084 do_exit(SIGKILL); in __secure_computing_strict()
1368 do_exit(SIGSYS); in __seccomp_filter()
1408 do_exit(SIGKILL); in __secure_computing()
H A Dkthread.c336 do_exit(0); in kthread_exit()
/linux/Documentation/locking/
H A Drobust-futexes.rst58 FUTEX_RECOVER. At do_exit() time, all vmas are searched to see whether
92 registration happens at most once per thread lifetime]. At do_exit()
96 In the common case, at do_exit() time, there is no list registered, so
105 The list is guaranteed to be private and per-thread at do_exit() time,
/linux/scripts/kconfig/
H A Dnconf.c294 static int do_exit(void);
467 do_exit(); in handle_f9()
656 static int do_exit(void) in do_exit() function
1549 if (!global_exit && do_exit() == 0) in main()
/linux/include/linux/
H A Dkernel.h154 void do_exit(long error_code) __noreturn;
/linux/io_uring/
H A Dsqpoll.c426 do_exit(0); in io_sq_thread()
H A Dio-wq.c262 do_exit(0); in io_worker_exit()
/linux/Documentation/trace/
H A Dkprobes.rst596 do_exit() case covered. do_execve() and do_fork() are not an issue.
/linux/kernel/bpf/
H A Dverifier.c24500 BTF_ID(func, do_exit) in BTF_SET_START()