HomeSort by: relevance | last modified time | path
    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 31 milliseconds