Searched refs:throttle_level (Results 1 – 2 of 2) sorted by relevance
1090 int throttle_level; in throttle_timer_start() local1114 …for (throttle_level = THROTTLE_LEVEL_START; throttle_level < THROTTLE_LEVEL_END; throttle_level++)… in throttle_timer_start()1225 return throttle_level; in throttle_timer_start()1236 int throttle_level; in throttle_timer() local1848 int throttle_level; in throttle_io_will_be_throttled_internal() local1856 …for (throttle_level = THROTTLE_LEVEL_START; throttle_level < thread_throttle_level; throttle_level… in throttle_io_will_be_throttled_internal()1868 if (throttle_level >= thread_throttle_level) { in throttle_io_will_be_throttled_internal()1880 *throttling_level = throttle_level; in throttle_io_will_be_throttled_internal()2276 if (throttle_level == THROTTLE_LEVEL_NONE) { in throttle_info_end_io_internal()2460 int throttle_level; in throttle_info_io_will_be_throttled() local[all …]
8731 u_int32_t throttle_level = 0; in necp_application_find_policy_match_internal() local8732 if (ifnet_get_throttle(rt->rt_ifp, &throttle_level) == 0) { in necp_application_find_policy_match_internal()8733 if (throttle_level == IFNET_THROTTLE_OPPORTUNISTIC) { in necp_application_find_policy_match_internal()