OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hlist_next
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
list.h
364
#define
hlist_next
pslist_writer_next
macro
394
for ((VAR) = hlist_first(HEAD); (VAR) != NULL; (VAR) =
hlist_next
(VAR))
397
(VAR) != NULL && ((NEXT) =
hlist_next
(HEAD), 1); \
404
(VAR) = (
hlist_next
(&(VAR)->FIELD) == NULL ? NULL : \
405
hlist_entry(
hlist_next
(&(VAR)->FIELD), typeof(*(VAR)),\
413
((NEXT) =
hlist_next
(&(VAR)->FIELD), 1)); \
list.h
364
#define
hlist_next
pslist_writer_next
macro
394
for ((VAR) = hlist_first(HEAD); (VAR) != NULL; (VAR) =
hlist_next
(VAR))
397
(VAR) != NULL && ((NEXT) =
hlist_next
(HEAD), 1); \
404
(VAR) = (
hlist_next
(&(VAR)->FIELD) == NULL ? NULL : \
405
hlist_entry(
hlist_next
(&(VAR)->FIELD), typeof(*(VAR)),\
413
((NEXT) =
hlist_next
(&(VAR)->FIELD), 1)); \
list.h
364
#define
hlist_next
pslist_writer_next
macro
394
for ((VAR) = hlist_first(HEAD); (VAR) != NULL; (VAR) =
hlist_next
(VAR))
397
(VAR) != NULL && ((NEXT) =
hlist_next
(HEAD), 1); \
404
(VAR) = (
hlist_next
(&(VAR)->FIELD) == NULL ? NULL : \
405
hlist_entry(
hlist_next
(&(VAR)->FIELD), typeof(*(VAR)),\
413
((NEXT) =
hlist_next
(&(VAR)->FIELD), 1)); \
Completed in 32 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025