Searched refs:com_events (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/sio/
H A Dsio.c296 static u_int com_events; /* input chars + weighted output completions */ variable
1320 com_events -= (com->iptr - com->ibuf);
1386 com_events -= (com->iptr - com->ibuf);
1569 ++com_events;
1608 com_events += LOTS_OF_EVENTS;
1665 com_events += LOTS_OF_EVENTS;
1690 if (com_events == 0)
1714 com_events -= incc;
1730 com_events -= LOTS_OF_EVENTS;
1739 com_events
[all...]
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsio.c379 static u_int com_events; /* input chars + weighted output completions */ variable
2063 com_events -= (com->iptr - com->ibuf);
2129 com_events -= (com->iptr - com->ibuf);
2419 ++com_events;
2474 com_events += LOTS_OF_EVENTS;
2579 com_events += LOTS_OF_EVENTS;
2636 if (com_events == 0)
2660 com_events -= incc;
2679 com_events -= LOTS_OF_EVENTS;
2691 com_events
[all...]

Completed in 82 milliseconds