Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/external/xserver/
H A Dylwrap165 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 Dtest-driver100 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 Dinstall-sh216 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 Dclang-wrapper.py51 do_exit = False; variable
67 global do_exit
68 do_exit = True;
87 if do_exit:
H A Dgcc-wrapper.py68 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 Dmain.h15 extern bool do_exit;
52 if (!do_exit) in vmexit()
59 if (!do_exit) in vmentry()
H A Dmain.c27 bool do_exit = true; variable
357 do_exit = true; in main()
/OK3568_Linux_fs/u-boot/cmd/
H A Dexit.c11 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 Dexit.su
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dtraps.c188 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 Dtest_cgrp2_tc.sh114 do_exit() { function
176 trap do_exit 0
/OK3568_Linux_fs/kernel/arch/h8300/mm/
H A Dfault.c54 do_exit(SIGKILL); in do_page_fault()
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_multiprobe.tc8 SYM2=do_exit
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c383 do_exit(0); in SYSCALL_DEFINE4()
388 do_exit(0); in SYSCALL_DEFINE4()
H A Dexit.c715 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 Dwindows.c125 do_exit(SIGILL); in try_to_clear_window_buffer()
H A Dtraps_32.c90 do_exit(SIGKILL); in die_if_kernel()
91 do_exit(SIGSEGV); in die_if_kernel()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dtraps.c195 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 Dtraps.c113 do_exit(SIGSEGV); in die()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dexceptions.c50 do_exit(err); in die()
/OK3568_Linux_fs/buildroot/support/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()
/OK3568_Linux_fs/kernel/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
1544 if (!global_exit && do_exit() == 0) in main()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/arch/m68k/mm/
H A Dfault.c51 do_exit(SIGKILL); in send_fault_sig()

1234