Searched refs:STRUCT_MEMBER_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
16 #define STRUCT_MEMBER_ARRAY_SIZE(type, field) ARRAY_SIZE(((type *)0)->field) macro87 for (i = 0; i < STRUCT_MEMBER_ARRAY_SIZE(struct zvfs_fd_set, bitset); i++) { in z_impl_zvfs_select()