Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_backing_store.c126 static void vm_swap_free_now(struct swapfile *swf, uint64_t f_offset);
166 #define VM_SWAP_SHOULD_TRIM(swf) ((swf->swp_delayed_trim_count >= VM_SWAPFILE_DELAYED_TRIM_M… argument
175 #define VM_SWAP_SHOULD_TRIM(swf) ((swf->swp_delayed_trim_count >= VM_SWAPFILE_DELAYED_TRIM_M… argument
211 struct swapfile* swf = NULL; in vm_swapfile_for_handle() local
216 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swapfile_for_handle()
218 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swapfile_for_handle()
219 if (swapfile_index == swf->swp_index) { in vm_swapfile_for_handle()
223 swf = (struct swapfile*) queue_next(&swf->swp_queue); in vm_swapfile_for_handle()
226 if (queue_end(&swf_global_queue, (queue_entry_t) swf)) { in vm_swapfile_for_handle()
227 swf = NULL; in vm_swapfile_for_handle()
[all …]