Searched refs:rpoll_policy (Results 1 – 2 of 2) sorted by relevance
56 extern int rpoll_policy;
198 int rpoll_policy; /* if 0 start sched callbacks from 0 else try round robin */ variable565 idx = rpoll_policy ? ((last_index+i) % regs_alloc) : i; in poll_dispatch()