OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TAILQ_LAST
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_var.h
147
* the interface of
TAILQ_LAST
macro changed after the introduction
150
#undef
TAILQ_LAST
151
#define
TAILQ_LAST
(head, headname) \
/src/sys/sys/
queue.h
420
#define
TAILQ_LAST
(head, headname) \
438
for ((var) =
TAILQ_LAST
((head), headname); \
443
for ((var) =
TAILQ_LAST
((head), headname); \
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025