Page MenuHomeFreeBSD

queue: New debug macros for STAILQ
Needs ReviewPublic

Authored by olce on Thu, Oct 3, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 10, 11:46 PM
Unknown Object (File)
Wed, Oct 9, 12:55 PM
Unknown Object (File)
Mon, Oct 7, 5:08 AM
Unknown Object (File)
Sat, Oct 5, 1:38 PM
Subscribers

Details

Summary

QMD_STAILQ_CHECK_TAIL() checks that the tail pointed by 'head' does not
have a next element.

QMD_STAILQ_CHECK_EMPTY() is a check for empty STAILQ, where heads's
'stqh_last' field must point to the 'stqh_first' one (which must be
NULL, but this has to be checked beforehand with STAILQ_EMPTY()).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 59696
Build 56582: arc lint + arc unit