Searched refs:ale_process_limit (Results 1 – 2 of 2) sorted by relevance
215 int ale_process_limit; member
801 &sc->ale_process_limit, 0, sysctl_hw_ale_proc_limit, "I", in ale_sysctl_node()804 sc->ale_process_limit = ALE_PROC_DEFAULT; in ale_sysctl_node()807 &sc->ale_process_limit); in ale_sysctl_node()809 if (sc->ale_process_limit < ALE_PROC_MIN || in ale_sysctl_node()810 sc->ale_process_limit > ALE_PROC_MAX) { in ale_sysctl_node()814 sc->ale_process_limit = ALE_PROC_DEFAULT; in ale_sysctl_node()2226 more = ale_rxeof(sc, sc->ale_process_limit); in ale_int_task()