| /OK3568_Linux_fs/external/xserver/ |
| H A D | ylwrap | 165 do_exit="cd '`pwd`' && rm -rf $dirname > /dev/null 2>&1;"' (exit $ret); exit $ret' 166 trap "ret=129; $do_exit" 1 167 trap "ret=130; $do_exit" 2 168 trap "ret=141; $do_exit" 13 169 trap "ret=143; $do_exit" 15
|
| H A D | test-driver | 100 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st' 101 trap "st=129; $do_exit" 1 102 trap "st=130; $do_exit" 2 103 trap "st=141; $do_exit" 13 104 trap "st=143; $do_exit" 15
|
| H A D | install-sh | 216 do_exit='(exit $ret); exit $ret' 217 trap "ret=129; $do_exit" 1 218 trap "ret=130; $do_exit" 2 219 trap "ret=141; $do_exit" 13 220 trap "ret=143; $do_exit" 15
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | clang-wrapper.py | 51 do_exit = False; variable 67 global do_exit 68 do_exit = True; 87 if do_exit:
|
| H A D | gcc-wrapper.py | 68 do_exit = False; variable 84 global do_exit 85 do_exit = True; 106 if do_exit:
|
| /OK3568_Linux_fs/kernel/tools/virtio/ringtest/ |
| H A D | main.h | 15 extern bool do_exit; 52 if (!do_exit) in vmexit() 59 if (!do_exit) in vmentry()
|
| H A D | main.c | 27 bool do_exit = true; variable 357 do_exit = true; in main()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | exit.c | 11 static int do_exit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_exit() function 23 exit, 2, 1, do_exit,
|
| H A D | exit.su | |
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | traps.c | 188 do_exit(SIGSEGV); in die() 292 do_exit(SIGKILL); in unhandled_interruption() 303 do_exit(SIGKILL); in unhandled_exceptions() 330 do_exit(SIGILL); in do_revinsn()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_cgrp2_tc.sh | 114 do_exit() { function 176 trap do_exit 0
|
| /OK3568_Linux_fs/kernel/arch/h8300/mm/ |
| H A D | fault.c | 54 do_exit(SIGKILL); in do_page_fault()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | kprobe_multiprobe.tc | 8 SYM2=do_exit
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | reboot.c | 383 do_exit(0); in SYSCALL_DEFINE4() 388 do_exit(0); in SYSCALL_DEFINE4()
|
| H A D | exit.c | 715 void __noreturn do_exit(long code) in do_exit() function 866 EXPORT_SYMBOL_GPL(do_exit); 873 do_exit(code); in complete_and_exit() 879 do_exit((error_code&0xff)<<8); in SYSCALL_DEFINE1() 910 do_exit(exit_code); in do_group_exit()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | windows.c | 125 do_exit(SIGILL); in try_to_clear_window_buffer()
|
| H A D | traps_32.c | 90 do_exit(SIGKILL); in die_if_kernel() 91 do_exit(SIGSEGV); in die_if_kernel()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | traps.c | 195 do_exit(SIGSEGV); in die_if_kernel() 580 do_exit(SIGSEGV); in do_entUna() 635 do_exit(SIGSEGV); in do_entUna()
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | traps.c | 113 do_exit(SIGSEGV); in die()
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | exceptions.c | 50 do_exit(err); in die()
|
| /OK3568_Linux_fs/buildroot/support/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()
|
| /OK3568_Linux_fs/kernel/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 1544 if (!global_exit && do_exit() == 0) in main()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | fault.c | 51 do_exit(SIGKILL); in send_fault_sig()
|