CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2019/12/12 11:12:43

Modified files:
        sys/kern       : kern_timeout.c 

Log message:
Recommit "timeout(9): make CIRCQ look more like other sys/queue.h data 
structures"

Backed out during revert of "timeout(9): switch to tickless backend".

Original commit message:

- CIRCQ_APPEND -> CIRCQ_CONCAT
- Flip argument order of CIRCQ_INSERT to match e.g. TAILQ_INSERT_TAIL
- CIRCQ_INSERT -> CIRCQ_INSERT_TAIL
- Add CIRCQ_FOREACH, use it in ddb(4) when printing buckets
- While here, use tabs for indentation like we do with other macros

ok visa@ mpi@

Reply via email to