Searched refs:hrec (Results 1 – 1 of 1) sorted by relevance
472 struct htab_btf_record *hrec = ctx; in htab_mem_dtor() local476 if (IS_ERR_OR_NULL(hrec->record)) in htab_mem_dtor()479 map_value = htab_elem_value(elem, hrec->key_size); in htab_mem_dtor()480 bpf_obj_free_fields(hrec->record, map_value); in htab_mem_dtor()486 struct htab_btf_record *hrec = ctx; in htab_pcpu_mem_dtor() local489 if (IS_ERR_OR_NULL(hrec->record)) in htab_pcpu_mem_dtor()493 bpf_obj_free_fields(hrec->record, per_cpu_ptr(pptr, cpu)); in htab_pcpu_mem_dtor()498 struct htab_btf_record *hrec = ctx; in htab_dtor_ctx_free() local500 btf_record_free(hrec->record); in htab_dtor_ctx_free()507 struct htab_btf_record *hrec; in bpf_ma_set_dtor() local[all …]