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

/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_multiprobe.tc8 SYM2=do_exit
/linux-master/tools/virtio/ringtest/
H A Dmain.h16 extern bool do_exit;
53 if (!do_exit)
60 if (!do_exit)
H A Dmain.c27 bool do_exit = true; variable
357 do_exit = true;
/linux-master/tools/objtool/
H A Dnoreturns.h21 NORETURN(do_exit)
/linux-master/samples/bpf/
H A Dtest_cgrp2_tc.sh116 do_exit() { function
178 trap do_exit 0
/linux-master/kernel/
H A Dvhost_task.c61 do_exit(0);
H A Dreboot.c737 * call do_exit().
767 do_exit(0);
771 do_exit(0);
H A Dumh.c123 do_exit(0);
H A Dpid_namespace.c337 do_exit(0);
H A Dexit.c818 void __noreturn do_exit(long code) function
989 do_exit(signr);
994 do_exit((error_code&0xff)<<8);
1027 do_exit(exit_code);
H A Dseccomp.c1033 do_exit(SIGKILL);
1316 do_exit(SIGSYS);
1351 __secure_computing_strict(this_syscall); /* may call do_exit */
1358 do_exit(SIGKILL);
H A Dkthread.c316 do_exit(0);
/linux-master/include/linux/
H A Dkernel.h166 void do_exit(long error_code) __noreturn;
/linux-master/scripts/kconfig/
H A Dnconf.c292 static int do_exit(void);
465 do_exit();
652 static int do_exit(void) function
1585 if (!global_exit && do_exit() == 0)
/linux-master/io_uring/
H A Dsqpoll.c380 do_exit(0);
H A Dio-wq.c242 do_exit(0);

Completed in 331 milliseconds