Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.c88 struct swapfile { struct
119 static void vm_swap_free_now(struct swapfile *swf, uint64_t f_offset); argument
125 static void vm_swap_do_delayed_trim(struct swapfile *);
186 static struct swapfile *vm_swapfile_for_handle(uint64_t);
192 static struct swapfile *
197 struct swapfile* swf = NULL; in vm_swapfile_for_handle()
202 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swapfile_for_handle()
209 swf = (struct swapfile*) queue_next(&swf->swp_queue); in vm_swapfile_for_handle()
1351 struct swapfile *swf = NULL; in vm_swap_create_file()
1368 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swap_create_file()
[all …]
H A Dvm_compressor_backing_store.h68 struct swapfile;
82 struct swapfile *swp_swf;
90 kern_return_t vm_swap_put_finish(struct swapfile *, uint64_t *, int, boolean_t);