Home
last modified time | relevance | path

Searched defs:hlist_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h46 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
/freebsd/sys/dev/drm2/
H A Ddrm_linux_list.h273 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
/freebsd/lib/libpmc/pmu-events/
H A Dlist.h422 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h486 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro