Searched refs:c_major_count (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_compressor_internal.h | 80 extern uint32_t c_major_count;
|
| H A D | vm_compressor.c | 287 uint32_t c_major_count = 0; variable 1872 c_major_count--; in c_seg_switch_state() 2034 c_major_count++; in c_seg_switch_state() 3918 …PRESSOR_COMPACT_AND_SWAP, DBG_FUNC_START, c_age_count, c_minor_count, c_major_count, vm_page_free_… in vm_compressor_compact_and_swap() 4271 …OMPRESSOR_COMPACT_AND_SWAP, DBG_FUNC_END, c_age_count, c_minor_count, c_major_count, vm_page_free_… in vm_compressor_compact_and_swap() 6089 …c_age_count, c_major_count, c_minor_count, (c_early_swapout_count + c_regular_swapout_count + c_la… in vm_panic_hibernate_write_image_failed()
|
| H A D | vm_pageout.c | 2003 c_major_count,
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | host.c | 894 extern uint32_t c_major_count; 921 qc->qcc_major_count = c_major_count; in vm_compressor_queue_lens()
|
| /xnu-12377.81.4/bsd/vm/ |
| H A D | vm_unix.c | 4083 …ressor_segment, OID_AUTO, majorcompact, CTLFLAG_RD | CTLFLAG_LOCKED, &c_major_count, 0, "Number of…
|