HomeFreeBSD

Add two new macros, SLIST_CONCAT and LIST_CONCAT. Note in both the

Description

Add two new macros, SLIST_CONCAT and LIST_CONCAT. Note in both the
queue.h header file and in the queue.3 manual page that they are O(n)
so should be used only in low-usage paths with short lists (otherwise
an STAILQ or TAILQ should be used).

Reviewed by: kib

Details

Provenance
mckusickAuthored on
Reviewer
kib
Parents
rS304229: When looking up dandling buffers for unwing after failing block
Branches
Unknown
Tags
Unknown