Lines Matching refs:fru_rec

104 struct fru_rec {  struct
116 static struct fru_rec **fru_records; argument
153 #define FMPM_MAX_REC_LEN (sizeof(struct fru_rec) + (sizeof(struct cper_fru_poison_desc) * 255))
173 static inline u32 get_fmp_len(struct fru_rec *rec) in get_fmp_len()
178 static struct fru_rec *get_fru_record(u64 fru_id) in get_fru_record()
180 struct fru_rec *rec; in get_fru_record()
215 static int update_record_on_storage(struct fru_rec *rec) in update_record_on_storage()
242 static bool rec_has_valid_entries(struct fru_rec *rec) in rec_has_valid_entries()
283 static bool rec_has_fpd(struct fru_rec *rec, struct cper_fru_poison_desc *fpd) in rec_has_fpd()
299 static void save_spa(struct fru_rec *rec, unsigned int entry, in save_spa()
347 static void update_fru_record(struct fru_rec *rec, struct mce *m) in update_fru_record()
411 struct fru_rec *rec; in fru_handle_mem_poison()
436 static void retire_mem_fmp(struct fru_rec *rec) in retire_mem_fmp()
470 struct fru_rec *rec; in retire_mem_records()
482 static void set_rec_fields(struct fru_rec *rec) in set_rec_fields()
531 struct fru_rec *rec; in save_new_records()
564 static bool fmp_is_usable(struct fru_rec *rec) in fmp_is_usable()
611 static bool fmp_is_valid(struct fru_rec *rec) in fmp_is_valid()
636 static struct fru_rec *get_valid_record(struct fru_rec *old) in get_valid_record()
638 struct fru_rec *new; in get_valid_record()
662 struct fru_rec *old, *new; in get_saved_records()
687 sizeof(struct fru_rec), &CPER_CREATOR_FMP); in get_saved_records()
700 saved_nr_entries = len - sizeof(struct fru_rec); in get_saved_records()
721 static void set_fmp_fields(struct fru_rec *rec, unsigned int cpu) in set_fmp_fields()
741 struct fru_rec *rec; in init_fmps()
797 max_rec_len = sizeof(struct fru_rec); in get_system_info()
808 struct fru_rec *rec; in free_records()
822 fru_records = kzalloc_objs(struct fru_rec *, max_nr_fru); in allocate_records()
884 struct fru_rec *rec; in fmpm_show()