Searched refs:struct_size (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | overflow.h | 370 #define struct_size(p, member, count) \ macro 389 struct_size((type *)NULL, member, count)
|
| /include/linux/avf/ |
| A D | virtchnl.h | 1625 (struct_size(p, member, count) + (old - 1 - struct_size(p, member, 0))) 1628 (struct_size(p, member, count - 1) + (old - struct_size(p, member, 0))) 1631 (struct_size(p, member, count) + (old - struct_size(p, member, 0)))
|
| /include/linux/habanalabs/ |
| A D | hl_boot_if.h | 794 __le16 struct_size; member
|
| /include/linux/spi/ |
| A D | spi.h | 1271 mwt = kzalloc(struct_size(mwt, t, ntrans), flags); in spi_message_alloc()
|
Completed in 21 milliseconds