Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/age/
H A Dif_agevar.h225 int age_process_limit; member
H A Dif_age.c775 &sc->age_process_limit, 0, sysctl_hw_age_proc_limit, "I", in age_sysctl_node()
779 sc->age_process_limit = AGE_PROC_DEFAULT; in age_sysctl_node()
782 &sc->age_process_limit); in age_sysctl_node()
784 if (sc->age_process_limit < AGE_PROC_MIN || in age_sysctl_node()
785 sc->age_process_limit > AGE_PROC_MAX) { in age_sysctl_node()
789 sc->age_process_limit = AGE_PROC_DEFAULT; in age_sysctl_node()
2170 sc->age_process_limit); in age_int_task()