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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor_pager.h85 extern int vm_compressor_put(ppnum_t pn, int *slot, void **current_chead, char *scratch_buf);
H A Dvm_compressor_pager.c694 if (vm_compressor_put(ppnum, slot_p, current_chead, scratch_buf))
H A Dvm_compressor.c2653 vm_compressor_put(ppnum_t pn, int *slot, void **current_chead, char *scratch_buf) function
2659 panic("vm_compressor_put: slot 0x%llx address out of range [0x%llx:0x%llx]",

Completed in 26 milliseconds