Lines Matching refs:raw_len
2317 int raw_len; member
2381 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_spec_parse()
2384 spec->raw_spec[spec->raw_len++] = access_idx; in bpf_core_spec_parse()
2387 if (spec->raw_len == 0) in bpf_core_spec_parse()
2405 for (i = 1; i < spec->raw_len; i++) { in bpf_core_spec_parse()
2659 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_match_member()
2664 spec->raw_spec[spec->raw_len++] = i; in bpf_core_match_member()
2693 spec->raw_len--; in bpf_core_match_member()
2751 if (targ_spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_spec_match()
2758 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
2759 targ_spec->raw_len++; in bpf_core_spec_match()
2918 for (i = 0; i < spec->raw_len; i++) in bpf_core_dump_spec()
2920 i == spec->raw_len - 1 ? " => " : ":"); in bpf_core_dump_spec()