Searched defs:hlist_entry (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ccompat.h | 46 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
|
/freebsd/sys/dev/drm2/ |
H A D | drm_linux_list.h | 273 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 422 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 486 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
|