Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.c119 static void vm_swap_free_now(struct swapfile *swf, uint64_t f_offset);
149 #define VM_SWAP_SHOULD_TRIM(swf) ((swf->swp_delayed_trim_count >= VM_SWAPFILE_DELAYED_TRIM_M… argument
160 #define VM_SWAP_SHOULD_TRIM(swf) ((swf->swp_delayed_trim_count >= VM_SWAPFILE_DELAYED_TRIM_M… argument
197 struct swapfile* swf = NULL; in vm_swapfile_for_handle() local
202 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swapfile_for_handle()
204 while (queue_end(&swf_global_queue, (queue_entry_t)swf) == FALSE) { in vm_swapfile_for_handle()
205 if (swapfile_index == swf->swp_index) { in vm_swapfile_for_handle()
209 swf = (struct swapfile*) queue_next(&swf->swp_queue); in vm_swapfile_for_handle()
212 if (queue_end(&swf_global_queue, (queue_entry_t) swf)) { in vm_swapfile_for_handle()
213 swf = NULL; in vm_swapfile_for_handle()
[all …]