HomeSort by: relevance | last modified time | path
    Searched defs:list_first (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
list.h 68 list_first(const struct list_head *head) function in typeref:struct:list_head *
273 list_entry(list_first((PTR)), TYPE, FIELD)
275 (list_empty((PTR)) ? NULL : list_entry(list_first((PTR)), TYPE, FIELD))
284 for ((VAR) = list_first((HEAD)); \
294 for ((VAR) = list_first((HEAD)); \
302 for ((VAR) = list_entry(list_first((HEAD)), typeof(*(VAR)), FIELD); \
308 for ((VAR) = list_entry(list_first((HEAD)), typeof(*(VAR)), FIELD); \
list.h 68 list_first(const struct list_head *head) function in typeref:struct:list_head *
273 list_entry(list_first((PTR)), TYPE, FIELD)
275 (list_empty((PTR)) ? NULL : list_entry(list_first((PTR)), TYPE, FIELD))
284 for ((VAR) = list_first((HEAD)); \
294 for ((VAR) = list_first((HEAD)); \
302 for ((VAR) = list_entry(list_first((HEAD)), typeof(*(VAR)), FIELD); \
308 for ((VAR) = list_entry(list_first((HEAD)), typeof(*(VAR)), FIELD); \

Completed in 21 milliseconds