Home
last modified time | relevance | path

Searched refs:PF_DUMPCORE (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/kernel/
Dacct.c311 if (current->flags & PF_DUMPCORE) in do_acct_process()
/linux-2.4.37.9/arch/sparc64/kernel/
Dbinfmt_aout32.c99 current->flags |= PF_DUMPCORE; in aout32_core_dump()
/linux-2.4.37.9/fs/
Dbinfmt_aout.c113 current->flags |= PF_DUMPCORE; in aout_core_dump()
Dbinfmt_elf.c1240 current->flags |= PF_DUMPCORE; in elf_core_dump()
/linux-2.4.37.9/include/linux/
Dsched.h431 #define PF_DUMPCORE 0x00000200 /* dumped core */ macro
/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c1123 current->flags |= PF_DUMPCORE; in irix_core_dump()