Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.c528 u32 bitoffs, anon_offs; in parse_btf_field() local
546 bitoffs = 0; in parse_btf_field()
566 bitoffs += anon_offs; in parse_btf_field()
570 bitoffs += BTF_MEMBER_BIT_OFFSET(field->offset); in parse_btf_field()
573 bitoffs += field->offset; in parse_btf_field()
592 code->offset = bitoffs / 8; in parse_btf_field()
595 ctx->last_bitoffs = bitoffs % 8; in parse_btf_field()