Home
last modified time | relevance | path

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

/Linux-v6.6/tools/virtio/ringtest/
Dmain.h16 extern bool do_exit;
53 if (!do_exit) in vmexit()
60 if (!do_exit) in vmentry()
Dmain.c27 bool do_exit = true; variable
357 do_exit = true; in main()
/Linux-v6.6/samples/bpf/
Dtest_cgrp2_tc.sh116 do_exit() { function
178 trap do_exit 0
/Linux-v6.6/drivers/gpu/drm/ci/xfails/
Drockchip-rk3288-skips.txt39 # task_work_run from do_exit+0x34c/0xa20
40 # do_exit from do_group_exit+0x34/0x98
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_multiprobe.tc8 SYM2=do_exit
/Linux-v6.6/tools/objtool/
Dnoreturns.h19 NORETURN(do_exit)
/Linux-v6.6/kernel/
Dvhost_task.c61 do_exit(0); in vhost_task_fn()
Dreboot.c750 do_exit(0); in SYSCALL_DEFINE4()
754 do_exit(0); in SYSCALL_DEFINE4()
Dexit.c809 void __noreturn do_exit(long code) in do_exit() function
986 do_exit(signr); in make_task_dead()
991 do_exit((error_code&0xff)<<8); in SYSCALL_DEFINE1()
1024 do_exit(exit_code); in do_group_exit()
Dumh.c123 do_exit(0); in call_usermodehelper_exec_async()
Dpid_namespace.c342 do_exit(0); in reboot_pid_ns()
Dseccomp.c1033 do_exit(SIGKILL); in __secure_computing_strict()
1316 do_exit(SIGSYS); in __seccomp_filter()
1358 do_exit(SIGKILL); in __secure_computing()
Dkthread.c316 do_exit(0); in kthread_exit()
/Linux-v6.6/Documentation/locking/
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-v6.6/scripts/kconfig/
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()
/Linux-v6.6/include/linux/
Dkernel.h205 void do_exit(long error_code) __noreturn;
/Linux-v6.6/io_uring/
Dsqpoll.c315 do_exit(0); in io_sq_thread()
Dio-wq.c242 do_exit(0); in io_worker_exit()
/Linux-v6.6/Documentation/accounting/
Dtaskstats-struct.rst12 delivery at do_exit() of a task.
/Linux-v6.6/tools/power/x86/turbostat/
Dturbostat.c3655 int do_exit = 0; in check_permissions() local
3659 do_exit += check_for_cap_sys_rawio(); in check_permissions()
3664 do_exit++; in check_permissions()
3669 if (do_exit) in check_permissions()
3673 if (do_exit) in check_permissions()
/Linux-v6.6/Documentation/trace/
Dkprobes.rst595 do_exit() case covered. do_execve() and do_fork() are not an issue.