Home
last modified time | relevance | path

Searched refs:hlist_entry (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h451 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
460 ((ptr) ? hlist_entry(ptr, type, member) : NULL)

Completed in 1 milliseconds