Searched refs:swapfile (Results 1 – 3 of 3) sorted by relevance
90 struct swapfile { struct121 static void vm_swap_free_now(struct swapfile *swf, uint64_t f_offset); argument127 static void vm_swap_do_delayed_trim(struct swapfile *);201 static struct swapfile *vm_swapfile_for_handle(uint64_t);207 static struct swapfile *212 struct swapfile* swf = NULL; in vm_swapfile_for_handle()217 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swapfile_for_handle()224 swf = (struct swapfile*) queue_next(&swf->swp_queue); in vm_swapfile_for_handle()1495 struct swapfile *swf = NULL; in vm_swap_create_file()1512 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swap_create_file()[all …]
73 struct swapfile;87 struct swapfile *swp_swf;95 kern_return_t vm_swap_put_finish(struct swapfile *, uint64_t *, int, boolean_t);
106 …ore swap files (either because we've run out of disk space or we've hit the static swapfile limit).107 …scending jetsam priority order. If we're approaching but not yet at the swapfile limit we will lim…