Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor_pager.h113 extern int vm_compressor_put(ppnum_t pn, int *slot, void **current_chead, char *scratch_buf);
H A Dvm_compressor_pager.c799 if (vm_compressor_put(ppnum, slot_p, current_chead, scratch_buf)) { in vm_compressor_pager_put()
H A Dvm_compressor.c5562 vm_compressor_put(ppnum_t pn, int *slot, void **current_chead, char *scratch_buf) in vm_compressor_put() function