Home
last modified time | relevance | path

Searched refs:TOTAL_CORPSES_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/corpses/
H A Dtask_corpse.h60 #define TOTAL_CORPSES_ALLOWED 4 macro
62 #define TOTAL_CORPSES_ALLOWED 5 macro
H A Dcorpse.c237 if (newgate.corpses++ >= TOTAL_CORPSES_ALLOWED) { in task_crashinfo_get_ref()
248 proc_best_name(p), proc_pid(p), newgate.corpses, TOTAL_CORPSES_ALLOWED); in task_crashinfo_get_ref()
/xnu-11215.61.5/tests/vm/
H A Dtest_vm_no_pager.m84 /* Abort the test if total_corpse_count is at TOTAL_CORPSES_ALLOWED */