Home
last modified time | relevance | path

Searched refs:poll_burst (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_poll.c100 static uint32_t poll_burst = 5; variable
127 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 …]
/f-stack/dpdk/app/test/
H A Dtest_pmd_perf.c532 poll_burst(void *args) in poll_burst() function
623 rte_eal_remote_launch(poll_burst, in exec_burst()