Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c2490 struct vnode *temp_vp = NULL; in vm_swap_max_budget() local
2492 vm_swapfile_open(swapfilename, &temp_vp); in vm_swap_max_budget()
2494 if (temp_vp) { in vm_swap_max_budget()
2495 if (vm_swap_vol_get_budget(temp_vp, freeze_daily_budget) == 0) { in vm_swap_max_budget()
2499 vm_swapfile_close((uint64_t)&swapfilename, temp_vp); in vm_swap_max_budget()
2500 temp_vp = NULL; in vm_swap_max_budget()