Searched defs:container_of (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dcontainer_of.h38 #define container_of(ptr, type, member) \ macro
/freebsd-current/sys/geom/uzip/
H A Dg_uzip_zstd.c55 #define container_of(ptr, type, member) \ macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h90 #define container_of(ptr, type, member) \ macro
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dlist.h49 #define container_of(ptr, type, member) \ macro
/freebsd-current/sys/dev/cxgbe/
H A Dosdep.h93 #define container_of(p, s, f) ((s *)(((uint8_t *)(p)) - offsetof(s, f))) macro
/freebsd-current/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c27 #define container_of(ptr, type, member) ({ \ macro
/freebsd-current/sys/contrib/dpdk_rte_lpm/
H A Drte_common.h732 #define container_of(ptr, type, member) __extension__ ({ \ macro
/freebsd-current/lib/libpmc/pmu-events/
H A Dlist.h32 #define container_of(ptr, type, member) \ macro
/freebsd-current/sys/contrib/ena-com/
H A Dena_plat.h137 #define container_of(ptr, type, member) \ macro
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_adapter.h521 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field))) macro
541 #undef container_of macro
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h101 #define container_of(ptr, type, member) ({ \ macro
/freebsd-current/contrib/ofed/libibverbs/
H A Dverbs.h78 #define container_of(ptr, type, member) \ macro

Completed in 323 milliseconds