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