tag | line | file | source code |
---|---|---|---|
do_exit | 10 | include/linux/kernel.h | volatile void do_exit(long error_code); |
do_exit | 412 | kernel/exit.c | do_exit((error_code&0xff)<<8); |
do_exit | 188 | kernel/signal.c | do_exit(signr|0x80); |
do_exit | 191 | kernel/signal.c | do_exit(signr); |
do_exit | 77 | kernel/traps.c | do_exit(SIGSEGV); |
do_exit | 674 | mm/memory.c | do_exit(SIGSEGV); |
do_exit | 678 | mm/memory.c | do_exit(SIGSEGV); |