Searched refs:hrec (Results 1 – 1 of 1) sorted by relevance
467 struct htab_btf_record *hrec = ctx; in htab_mem_dtor() local471 if (IS_ERR_OR_NULL(hrec->record)) in htab_mem_dtor()474 map_value = htab_elem_value(elem, hrec->key_size); in htab_mem_dtor()475 bpf_obj_free_fields(hrec->record, map_value); in htab_mem_dtor()481 struct htab_btf_record *hrec = ctx; in htab_pcpu_mem_dtor() local484 if (IS_ERR_OR_NULL(hrec->record)) in htab_pcpu_mem_dtor()488 bpf_obj_free_fields(hrec->record, per_cpu_ptr(pptr, cpu)); in htab_pcpu_mem_dtor()493 struct htab_btf_record *hrec = ctx; in htab_dtor_ctx_free() local495 btf_record_free(hrec->record); in htab_dtor_ctx_free()503 struct htab_btf_record *hrec; in htab_set_dtor() local[all …]