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

  /src/sys/external/bsd/common/include/linux/
list.h 280 #define list_prev_entry(ENTRY, FIELD) \ macro
333 for ((VAR) = list_prev_entry((VAR), FIELD); \
335 (VAR) = list_prev_entry((VAR), FIELD))
345 (VAR) = list_prev_entry((VAR), FIELD))

Completed in 12 milliseconds