Searched refs:krecord (Results 1 – 1 of 1) sorted by relevance
38 struct bpf_func_info *krecord; in prepare_btf_func() local66 krecord = kvcalloc(nfuncs, krec_size, GFP_KERNEL_ACCOUNT | __GFP_NOWARN); in prepare_btf_func()67 if (!krecord) in prepare_btf_func()86 if (copy_from_bpfptr(&krecord[i], urecord, min_size)) { in prepare_btf_func()94 if (krecord[i].insn_off) { in prepare_btf_func()97 krecord[i].insn_off); in prepare_btf_func()100 } else if (krecord[i].insn_off <= prev_offset) { in prepare_btf_func()103 krecord[i].insn_off, prev_offset); in prepare_btf_func()108 type = btf_type_by_id(btf, krecord[i].type_id); in prepare_btf_func()111 krecord[i].type_id); in prepare_btf_func()[all …]