Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_probe.c527 u32 bitoffs, anon_offs; in parse_btf_field() local
545 bitoffs = 0; in parse_btf_field()
561 bitoffs += anon_offs; in parse_btf_field()
565 bitoffs += BTF_MEMBER_BIT_OFFSET(field->offset); in parse_btf_field()
568 bitoffs += field->offset; in parse_btf_field()
587 code->offset = bitoffs / 8; in parse_btf_field()
590 ctx->last_bitoffs = bitoffs % 8; in parse_btf_field()