/openbmc/qemu/scripts/ |
H A D | userfaultfd-wrlat.py | 108 do_exit = 0 variable 117 pass; do_exit = 1 variable 121 if do_exit:
|
/openbmc/u-boot/cmd/ |
H A D | exit.c | 10 static int do_exit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_exit() function 22 exit, 2, 1, do_exit,
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | main.h | 16 extern bool do_exit; 53 if (!do_exit) in vmexit() 60 if (!do_exit) in vmentry()
|
H A D | main.c | 27 bool do_exit = true; variable 357 do_exit = true; in main()
|
/openbmc/linux/samples/bpf/ |
H A D | test_cgrp2_tc.sh | 116 do_exit() { function 178 trap do_exit 0
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | rockchip-rk3288-skips.txt | 39 # task_work_run from do_exit+0x34c/0xa20 40 # do_exit from do_group_exit+0x34/0x98
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kprobe_multiprobe.tc | 8 SYM2=do_exit
|
/openbmc/linux/tools/objtool/ |
H A D | noreturns.h | 18 NORETURN(do_exit)
|
/openbmc/linux/kernel/ |
H A D | vhost_task.c | 67 do_exit(0); in vhost_task_fn()
|
H A D | exit.c | 811 void __noreturn do_exit(long code) in do_exit() function 985 do_exit(signr); in make_task_dead() 990 do_exit((error_code&0xff)<<8); in SYSCALL_DEFINE1() 1023 do_exit(exit_code); in do_group_exit()
|
H A D | reboot.c | 751 do_exit(0); in SYSCALL_DEFINE4() 755 do_exit(0); in SYSCALL_DEFINE4()
|
H A D | umh.c | 123 do_exit(0); in call_usermodehelper_exec_async()
|
H A D | pid_namespace.c | 343 do_exit(0); in reboot_pid_ns()
|
H A D | seccomp.c | 1033 do_exit(SIGKILL); in __secure_computing_strict() 1316 do_exit(SIGSYS); in __seccomp_filter() 1358 do_exit(SIGKILL); in __secure_computing()
|
H A D | kthread.c | 316 do_exit(0); in kthread_exit()
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 58 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,
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.c | 291 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()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.c | 285 static int do_exit(void); 458 do_exit(); in handle_f9() 648 static int do_exit(void) in do_exit() function 1552 if (!global_exit && do_exit() == 0) in main()
|
/openbmc/linux/include/linux/ |
H A D | kernel.h | 205 void do_exit(long error_code) __noreturn;
|
/openbmc/linux/io_uring/ |
H A D | sqpoll.c | 332 do_exit(0); in io_sq_thread()
|
H A D | io-wq.c | 245 do_exit(0); in io_worker_exit()
|
/openbmc/linux/Documentation/accounting/ |
H A D | taskstats-struct.rst | 12 delivery at do_exit() of a task.
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 3659 int do_exit = 0; in check_permissions() local 3663 do_exit += check_for_cap_sys_rawio(); in check_permissions() 3668 do_exit++; in check_permissions() 3673 if (do_exit) in check_permissions() 3677 if (do_exit) in check_permissions()
|
/openbmc/linux/Documentation/trace/ |
H A D | kprobes.rst | 595 do_exit() case covered. do_execve() and do_fork() are not an issue.
|