Lines Matching defs:expected_size
863 * or __int128. If @expected_size is not zero, then size of @t should
867 static bool __btf_type_int_is_regular(const struct btf_type *t, size_t expected_size)
876 (expected_size == 0 || nr_bytes == expected_size);
906 u32 expected_offset, u32 expected_size)
928 BITS_ROUNDUP_BYTES(nr_bits) == expected_size;
935 BITS_ROUNDUP_BYTES(nr_bits) != expected_size)
3626 u32 off, u32 expected_size,
3654 if (expected_size && expected_size != sz * nelems)
3666 if (expected_size && expected_size != sz * nelems)