Searched refs:needs_to_swap (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c1444 boolean_t needs_to_swap = FALSE; local
1449 while (!queue_empty(&c_minor_list_head) && needs_to_swap == FALSE) {
1470 needs_to_swap = TRUE;
1846 boolean_t needs_to_swap; local
1850 needs_to_swap = compressor_needs_to_swap();
1854 if (needs_to_swap == FALSE)

Completed in 20 milliseconds