Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c95 struct swapfile { struct
126 static void vm_swap_free_now(struct swapfile *swf, uint64_t f_offset); argument
131 static void vm_swap_do_delayed_trim(struct swapfile *);
200 static struct swapfile *vm_swapfile_for_handle(uint64_t);
206 static struct swapfile *
211 struct swapfile* swf = NULL; in vm_swapfile_for_handle()
216 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swapfile_for_handle()
223 swf = (struct swapfile*) queue_next(&swf->swp_queue); in vm_swapfile_for_handle()
1510 struct swapfile *swf = NULL; in vm_swap_create_file()
1527 swf = (struct swapfile*) queue_first(&swf_global_queue); in vm_swap_create_file()
[all …]
H A Dvm_compressor_backing_store_internal.h77 struct swapfile;
90 struct swapfile *swp_swf;
98 kern_return_t vm_swap_put_finish(struct swapfile *, uint64_t *, int, boolean_t);
/xnu-11215.1.10/doc/vm/
H A Dmemorystatus_kills.md100 …ore swap files (either because we've run out of disk space or we've hit the static swapfile limit).
101 …scending jetsam priority order. If we're approaching but not yet at the swapfile limit we will lim…