Lines Matching defs:dse_poll0
130 /* dse_poll and dse_poll0 are the normal polling rate and the minimum
131 * polling rate respectively. dse_poll0 should be chosen so that at
136 * worsens performance. dse_poll0 is enforced to be always at least 1
146 int dse_poll0 = 0;
378 dse_poll0 = mstohz(DSE_POLL0);
379 dse_poll0 = dse_poll0? dse_poll0: 1;
621 ntimeo = dse_poll0;
627 ntimeo = (ntimeo < dse_poll0?
628 dse_poll0: ntimeo);