Home
last modified time | relevance | path

Searched refs:RECORD_COUNT (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/common/
Dbootstage.c20 RECORD_COUNT = CONFIG_VAL(BOOTSTAGE_RECORD_COUNT), enumerator
34 struct bootstage_record record[RECORD_COUNT];
87 if (!rec && data->rec_count < RECORD_COUNT) { in ensure_id()
107 if (!rec && data->rec_count < RECORD_COUNT) { in bootstage_add_record()
327 if (data->rec_count > RECORD_COUNT) in bootstage_report()
330 data->rec_count - RECORD_COUNT); in bootstage_report()
456 if (data->rec_count + hdr->count > RECORD_COUNT) { in bootstage_unstash()
459 __func__, hdr->count, RECORD_COUNT - data->rec_count); in bootstage_unstash()