df5e198723
before adding/removing packets from the queue. Also, the if_obytes and if_omcasts fields should only be manipulated under protection of the mutex. IF_ENQUEUE, IF_PREPEND, and IF_DEQUEUE perform all necessary locking on the queue. An IF_LOCK macro is provided, as well as the old (mutex-less) versions of the macros in the form _IF_ENQUEUE, _IF_QFULL, for code which needs them, but their use is discouraged. Two new macros are introduced: IF_DRAIN() to drain a queue, and IF_HANDOFF, which takes care of locking/enqueue, and also statistics updating/start if necessary. |
||
---|---|---|
.. | ||
30line.h | ||
cbus_dma.c | ||
cbus.h | ||
clock.c | ||
fdc.c | ||
fdcreg.h | ||
gdc.c | ||
olpt.c | ||
pckbd.c | ||
pcrtc.c | ||
ppc.c | ||
ppcreg.h | ||
sc_machdep.h | ||
scgdcrndr.c | ||
scterm-sck.c | ||
scvtb.c | ||
sio.c | ||
syscons_cbus.c |