Searched refs:BITS_PER_BYTE_MASKED (Results 1 – 1 of 1) sorted by relevance
173 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK) macro176 (BITS_ROUNDDOWN_BYTES(bits) + !!BITS_PER_BYTE_MASKED(bits))832 if (BITS_PER_BYTE_MASKED(nr_bits) || in btf_type_int_is_regular()875 BITS_PER_BYTE_MASKED(m->offset) || in btf_member_is_reg_int()877 BITS_PER_BYTE_MASKED(nr_bits) || in btf_member_is_reg_int()2057 BITS_PER_BYTE_MASKED(struct_bits_off); in btf_int_check_member()2100 if (BITS_PER_BYTE_MASKED(struct_bits_off)) { in btf_int_check_kflag_member()2114 nr_copy_bits = nr_bits + BITS_PER_BYTE_MASKED(struct_bits_off); in btf_int_check_kflag_member()2313 bits_offset = BITS_PER_BYTE_MASKED(total_bits_offset); in btf_int_bits_show()2332 BITS_PER_BYTE_MASKED(nr_bits)) { in btf_int_show()[all …]