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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c2937 uint64_t swap_total; local
2943 error = macx_swapinfo(&swap_total,
2950 xsu.xsu_total = swap_total;
2952 xsu.xsu_used = swap_total - swap_avail;

Completed in 18 milliseconds