Searched defs:container_of (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | container_of.h | 38 #define container_of(ptr, type, member) \ macro
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip_zstd.c | 55 #define container_of(ptr, type, member) \ macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ccompat.h | 48 #define container_of(ptr, type, member) \ macro
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 49 #define container_of(ptr, type, member) \ macro
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_common.h | 732 #define container_of(ptr, type, member) __extension__ ({ \ macro
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 27 #define container_of(ptr, type, member) ({ \ macro
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 32 #define container_of(ptr, type, member) \ macro
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 137 #define container_of(ptr, type, member) \ macro
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.h | 101 #define container_of(ptr, type, member) ({ \ macro
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_adapter.h | 521 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field))) macro
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.h | 78 #define container_of(ptr, type, member) \ macro
|