Home
last modified time | relevance | path

Searched refs:c_state (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor.h200c_state:4, /* what state is the segment in which dictates which q to find… member
285 #define C_SEG_IS_ONDISK(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || cseg->c_state == C_…
286 #define C_SEG_IS_ON_DISK_OR_SOQ(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || \
287 cseg->c_state == C_ON_SWAPPEDOUTSPARSE_Q || \
288 cseg->c_state == C_ON_SWAPOUT_Q || \
289 cseg->c_state == C_ON_SWAPIO_Q))
H A Dvm_compressor.c1107 assert(c_seg->c_state != C_IS_FILLING); in c_seg_need_delayed_compaction()
1225 if (c_seg->c_state == C_ON_MAJORCOMPACT_Q && C_SEG_SHOULD_MAJORCOMPACT_NOW(c_seg)) { in c_seg_do_minor_compaction_and_unlock()
1403 int old_state = c_seg->c_state; in c_seg_switch_state()
1617 c_seg->c_state = new_state; in c_seg_switch_state()
3170 assert(c_seg->c_state == C_ON_AGE_Q); in vm_compressor_compact_and_swap()
3216 assert(c_seg_next->c_state == C_ON_AGE_Q); in vm_compressor_compact_and_swap()
3365 if (c_seg->c_state == C_ON_AGE_Q) { in vm_compressor_compact_and_swap()
3540 c_seg->c_state = C_IS_EMPTY; in c_seg_allocate()
3678 if (c_seg->c_state == C_ON_SWAPOUT_Q) { in c_current_seg_filled()
3689 if (c_seg->c_state == C_ON_AGE_Q && C_SEG_UNUSED_BYTES(c_seg) >= PAGE_SIZE) { in c_current_seg_filled()
[all …]
H A Dvm_compressor_backing_store.c640 assert(c_seg->c_state == C_ON_SWAPPEDOUTSPARSE_Q); in vm_swap_defragment()
1131 assert(c_seg->c_state == C_ON_SWAPOUT_Q); in vm_swapout_thread()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py4983 c_state = c_seg.c_state
4984 if c_state == 0:
4987 elif c_state == 1:
4990 elif c_state == 2:
4992 elif c_state == 3:
4994 elif c_state == 4:
4996 elif c_state == 5:
4999 elif c_state == 6:
5002 elif c_state == 7:
5004 elif c_state == 8:
[all …]