Lines Matching +full:burst +full:- +full:clock +full:- +full:frequency
54 In the normal, interrupt-based mode, devices generate an interrupt
60 unless the device driver has been programmed with real-time
69 times, i.e., on clock interrupts and within the idle loop.
93 .Bd -literal
94 for i in `ifconfig -l` ;
95 do ifconfig $i polling; # use -polling to disable
105 .Bl -tag -width indent -compact
116 .It Va kern.polling.burst
125 The burst above is split into smaller chunks of this number of
126 packets, going round-robin among all interfaces registered for
128 This prevents the case that a large burst from a single interface
135 .Va kern.polling.burst .
208 As in the worst case the devices are only polled on clock interrupts,
210 to decrease the frequency of the clock below 1000 Hz.