Searched refs:fru_records (Results 1 – 1 of 1) sorted by relevance
116 static struct fru_rec **fru_records; variable171 for (i = 0; rec = fru_records[i], i < max_nr_fru; i++)315 if (fru_records[fru_idx] == rec) in save_spa()814 kfree(fru_records); in free_records()822 fru_records = kcalloc(max_nr_fru, sizeof(struct fru_rec *), GFP_KERNEL); in allocate_records()823 if (!fru_records) { in allocate_records()829 fru_records[i] = kzalloc(max_rec_len, GFP_KERNEL); in allocate_records()830 if (!fru_records[i]) { in allocate_records()849 kfree(fru_records[i]); in allocate_records()851 kfree(fru_records); in allocate_records()[all …]