Home
last modified time | relevance | path

Searched refs:insert_head (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor.c1617 c_seg_switch_state(c_segment_t c_seg, int new_state, boolean_t insert_head) in c_seg_switch_state() argument
1827 if (insert_head == TRUE) { in c_seg_switch_state()
1865 if (insert_head == TRUE) { in c_seg_switch_state()
1876 if (insert_head == TRUE) { in c_seg_switch_state()
1887 if (insert_head == TRUE) { in c_seg_switch_state()
1898 if (insert_head == TRUE) { in c_seg_switch_state()
1911 if (insert_head == TRUE) { in c_seg_switch_state()
1922 if (insert_head == TRUE) { in c_seg_switch_state()
H A Dvm_compressor_backing_store.c1408 boolean_t insert_head = FALSE; in vm_swapout_finish() local
1413 insert_head = TRUE; in vm_swapout_finish()
1419 c_seg_switch_state(c_seg, new_state, insert_head); in vm_swapout_finish()