Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Duserfaultfd-wrlat.py108 do_exit = 0 variable
117 pass; do_exit = 1 variable
121 if do_exit:
/openbmc/u-boot/cmd/
H A Dexit.c10 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 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()
/openbmc/linux/samples/bpf/
H A Dtest_cgrp2_tc.sh116 do_exit() { function
178 trap do_exit 0
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Drockchip-rk3288-skips.txt39 # 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 Dkprobe_multiprobe.tc8 SYM2=do_exit
/openbmc/linux/tools/objtool/
H A Dnoreturns.h18 NORETURN(do_exit)
/openbmc/linux/kernel/
H A Dvhost_task.c67 do_exit(0); in vhost_task_fn()
H A Dexit.c811 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 Dreboot.c751 do_exit(0); in SYSCALL_DEFINE4()
755 do_exit(0); in SYSCALL_DEFINE4()
H A Dumh.c123 do_exit(0); in call_usermodehelper_exec_async()
H A Dpid_namespace.c343 do_exit(0); in reboot_pid_ns()
H A Dseccomp.c1033 do_exit(SIGKILL); in __secure_computing_strict()
1316 do_exit(SIGSYS); in __seccomp_filter()
1358 do_exit(SIGKILL); in __secure_computing()
H A Dkthread.c316 do_exit(0); in kthread_exit()
/openbmc/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,
/openbmc/linux/scripts/kconfig/
H A 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()
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c285 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 Dkernel.h205 void do_exit(long error_code) __noreturn;
/openbmc/linux/io_uring/
H A Dsqpoll.c332 do_exit(0); in io_sq_thread()
H A Dio-wq.c245 do_exit(0); in io_worker_exit()
/openbmc/linux/Documentation/accounting/
H A Dtaskstats-struct.rst12 delivery at do_exit() of a task.
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c3659 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 Dkprobes.rst595 do_exit() case covered. do_execve() and do_fork() are not an issue.