Searched refs:struct_size_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | overflow.h | 452 #define struct_size_t(type, member, count) \ macro 481 u8 bytes[struct_size_t(type, member, count)]; \
|
| H A D | slab.h | 61 const size_t __psize = struct_size_t(typeof(_p), _field, __n); \
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | core.c | 6662 hw->vif_data_size = struct_size_t(struct rtw89_vif, links_inst, n); in rtw89_core_register_hw() 6663 hw->sta_data_size = struct_size_t(struct rtw89_sta, links_inst, n); in rtw89_core_register_hw()
|