Home
last modified time | relevance | path

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

/freebsd/sys/dev/age/
H A Dif_agevar.h222 int age_process_limit; member
H A Dif_age.c752 &sc->age_process_limit, 0, sysctl_hw_age_proc_limit, "I", in age_sysctl_node()
756 sc->age_process_limit = AGE_PROC_DEFAULT; in age_sysctl_node()
759 &sc->age_process_limit); in age_sysctl_node()
761 if (sc->age_process_limit < AGE_PROC_MIN || in age_sysctl_node()
762 sc->age_process_limit > AGE_PROC_MAX) { in age_sysctl_node()
766 sc->age_process_limit = AGE_PROC_DEFAULT; in age_sysctl_node()
2143 sc->age_process_limit); in age_int_task()