Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/virtio/ringtest/
A Dmain.h15 extern bool do_exit;
52 if (!do_exit) in vmexit()
59 if (!do_exit) in vmentry()
A Dmain.c27 bool do_exit = true; variable
357 do_exit = true; in main()
/linux-6.3-rc2/samples/bpf/
A Dtest_cgrp2_tc.sh116 do_exit() { function
178 trap do_exit 0
/linux-6.3-rc2/tools/testing/selftests/ftrace/test.d/kprobe/
A Dkprobe_multiprobe.tc8 SYM2=do_exit
/linux-6.3-rc2/scripts/kconfig/
A Dnconf.c285 static int do_exit(void);
458 do_exit(); in handle_f9()
645 static int do_exit(void) in do_exit() function
1542 if (!global_exit && do_exit() == 0) in main()
/linux-6.3-rc2/Documentation/locking/
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-6.3-rc2/kernel/
A Dreboot.c750 do_exit(0); in SYSCALL_DEFINE4()
754 do_exit(0); in SYSCALL_DEFINE4()
A Dexit.c805 void __noreturn do_exit(long code) in do_exit() function
981 do_exit(signr); in make_task_dead()
986 do_exit((error_code&0xff)<<8); in SYSCALL_DEFINE1()
1019 do_exit(exit_code); in do_group_exit()
A Dumh.c123 do_exit(0); in call_usermodehelper_exec_async()
A Dpid_namespace.c343 do_exit(0); in reboot_pid_ns()
A Dseccomp.c1024 do_exit(SIGKILL); in __secure_computing_strict()
1304 do_exit(SIGSYS); in __seccomp_filter()
1346 do_exit(SIGKILL); in __secure_computing()
A Dkthread.c306 do_exit(0); in kthread_exit()
/linux-6.3-rc2/include/linux/
A Dkernel.h203 void do_exit(long error_code) __noreturn;
/linux-6.3-rc2/io_uring/
A Dsqpoll.c312 do_exit(0); in io_sq_thread()
A Dio-wq.c239 do_exit(0); in io_worker_exit()
/linux-6.3-rc2/Documentation/accounting/
A Dtaskstats-struct.rst12 delivery at do_exit() of a task.
/linux-6.3-rc2/tools/power/x86/turbostat/
A Dturbostat.c3658 int do_exit = 0; in check_permissions() local
3662 do_exit += check_for_cap_sys_rawio(); in check_permissions()
3667 do_exit++; in check_permissions()
3672 if (do_exit) in check_permissions()
3676 if (do_exit) in check_permissions()
/linux-6.3-rc2/Documentation/trace/
A Dkprobes.rst595 do_exit() case covered. do_execve() and do_fork() are not an issue.

Completed in 54 milliseconds