Searched refs:poll_burst (Results 1 – 2 of 2) sorted by relevance
100 static uint32_t poll_burst = 5; variable127 if (poll_burst > poll_burst_max) in poll_burst_max_sysctl()128 poll_burst = poll_burst_max; in poll_burst_max_sysctl()403 if (poll_burst > 1) in netisr_pollmore()404 poll_burst--; in netisr_pollmore()406 if (poll_burst < poll_burst_max) in netisr_pollmore()407 poll_burst++; in netisr_pollmore()419 poll_burst -= (poll_burst / 8); in netisr_pollmore()420 if (poll_burst < 1) in netisr_pollmore()421 poll_burst = 1; in netisr_pollmore()[all …]
532 poll_burst(void *args) in poll_burst() function623 rte_eal_remote_launch(poll_burst, in exec_burst()