Home
last modified time | relevance | path

Searched refs:vm_swap_vol_get_budget (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/osfmk/vm/
H A Dvm_compressor_backing_store_internal.h127 int vm_swap_vol_get_budget(struct vnode* vp, uint64_t *freeze_daily_budget);
H A Dvm_compressor_backing_store.c2474 if (vm_swap_vol_get_budget(swf->swp_vp, freeze_daily_budget) == 0) { in vm_swap_max_budget()
2495 if (vm_swap_vol_get_budget(temp_vp, freeze_daily_budget) == 0) { in vm_swap_max_budget()
/xnu-11215.61.5/bsd/vm/
H A Dvm_compressor_backing_file.c390 vm_swap_vol_get_budget(vnode_t vp, uint64_t *freeze_daily_budget) in vm_swap_vol_get_budget() function
/xnu-11215.61.5/doc/vm/
H A Dfreezer.md89 …get from the storage layer via an IOCTL to the swap device. See `vm_swap_vol_get_budget` in `bsd/v…