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

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_linux_list.h 40 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
  /src/sys/external/bsd/common/include/linux/
list.h 392 #define hlist_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD) macro
401 hlist_entry(hlist_first(HEAD), typeof(*(VAR)), \
405 hlist_entry(hlist_next(&(VAR)->FIELD), typeof(*(VAR)),\
410 hlist_entry(hlist_first(HEAD), typeof(*(VAR)), \
414 (VAR) = hlist_entry((NEXT), typeof(*(VAR)), FIELD))
439 hlist_entry(hlist_first_rcu(HEAD), typeof(*(VAR)), \
443 hlist_entry(hlist_next_rcu(&(VAR)->FIELD), \

Completed in 13 milliseconds