Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c121 static void vm_swap_free_now(struct swapfile *swf, uint64_t f_offset);
164 #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
212 struct swapfile* swf = NULL; in vm_swapfile_for_handle() local
217 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swapfile_for_handle()
219 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swapfile_for_handle()
220 if (swapfile_index == swf->swp_index) { in vm_swapfile_for_handle()
224 swf = (struct swapfile*) queue_next(&swf->swp_queue); in vm_swapfile_for_handle()
227 if (queue_end(&swf_global_queue, (queue_entry_t) swf)) { in vm_swapfile_for_handle()
228 swf = NULL; in vm_swapfile_for_handle()
[all …]