Searched refs:current_free (Results 1 – 1 of 1) sorted by relevance
148 unsigned int current_wired, current_free; in wire_to_limit() local152 size_t current_free_size = sizeof(current_free); in wire_to_limit()156 ret = sysctlbyname(g_sysctl_current_free_count_name, ¤t_free, ¤t_free_size, NULL, 0); in wire_to_limit()158 offset_from_limit = ptoa(current_wired + current_free + wiggle_room_pages); in wire_to_limit()