Searched hist:41799 (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/usr.sbin/ppp/
H A Dtimer.hdiff 41799 Mon Dec 14 17:24:30 MST 1998 brian Rather than interrupting 10 times per second then checking
to see if there's anything to do, schedule the next alarm
based on the next required timeout.
This decreases the load when there are lots of relatively
idle ppp processes.

While I'm in there, handle the possibility that a timeout
makes the timer element go out of scope by grabbing the
enext pointer before executing the timer function.
H A Dtimer.cdiff 41799 Mon Dec 14 17:24:30 MST 1998 brian Rather than interrupting 10 times per second then checking
to see if there's anything to do, schedule the next alarm
based on the next required timeout.
This decreases the load when there are lots of relatively
idle ppp processes.

While I'm in there, handle the possibility that a timeout
makes the timer element go out of scope by grabbing the
enext pointer before executing the timer function.
H A Dbundle.cdiff 41799 Mon Dec 14 17:24:30 MST 1998 brian Rather than interrupting 10 times per second then checking
to see if there's anything to do, schedule the next alarm
based on the next required timeout.
This decreases the load when there are lots of relatively
idle ppp processes.

While I'm in there, handle the possibility that a timeout
makes the timer element go out of scope by grabbing the
enext pointer before executing the timer function.

Completed in 165 milliseconds