Searched refs:swapfile (Results 1 – 2 of 2) sorted by relevance
88 struct swapfile { struct119 static void vm_swap_free_now(struct swapfile *swf, uint64_t f_offset); argument125 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 …]
68 struct swapfile;82 struct swapfile *swp_swf;90 kern_return_t vm_swap_put_finish(struct swapfile *, uint64_t *, int, boolean_t);