Home
last modified time | relevance | path

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

/xnu-10063.121.3/tests/
H A Dsysctl_wire_limits.c15 static const char *g_sysctl_current_wired_count_name = "vm.page_wire_count"; variable
154 …ret = sysctlbyname(g_sysctl_current_wired_count_name, &current_wired, &current_wired_size, NULL, 0… in wire_to_limit()