Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/age/
H A Dif_agevar.h223 int age_process_limit; member
H A Dif_age.c758 &sc->age_process_limit, 0, sysctl_hw_age_proc_limit, "I", in age_sysctl_node()
762 sc->age_process_limit = AGE_PROC_DEFAULT; in age_sysctl_node()
765 &sc->age_process_limit); in age_sysctl_node()
767 if (sc->age_process_limit < AGE_PROC_MIN || in age_sysctl_node()
768 sc->age_process_limit > AGE_PROC_MAX) { in age_sysctl_node()
772 sc->age_process_limit = AGE_PROC_DEFAULT; in age_sysctl_node()
2153 sc->age_process_limit); in age_int_task()