Home
last modified time | relevance | path

Searched refs:bitoffs (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dtrace_probe.c583 u32 bitoffs, anon_offs; in parse_btf_field() local
608 bitoffs = 0; in parse_btf_field()
628 bitoffs += anon_offs; in parse_btf_field()
632 bitoffs += BTF_MEMBER_BIT_OFFSET(field->offset); in parse_btf_field()
635 bitoffs += field->offset; in parse_btf_field()
654 code->offset = bitoffs / 8; in parse_btf_field()
657 ctx->last_bitoffs = bitoffs % 8; in parse_btf_field()