Searched refs:kern_load (Results 1 – 1 of 1) sorted by relevance
376 int kern_load; in netisr_pollmore() local398 kern_load = (t.tv_usec - poll_start_t.tv_usec) + in netisr_pollmore()400 kern_load = (kern_load * hz) / 10000; /* 0..100 */ in netisr_pollmore()401 if (kern_load > (100 - user_frac)) { /* try decrease ticks */ in netisr_pollmore()