Home
last modified time | relevance | path

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

/freebsd/contrib/libbegemot/
H A Drpoll.h56 extern int rpoll_policy;
H A Drpoll.c198 int rpoll_policy; /* if 0 start sched callbacks from 0 else try round robin */ variable
565 idx = rpoll_policy ? ((last_index+i) % regs_alloc) : i; in poll_dispatch()