Home
last modified time | relevance | path

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

/u-boot/common/
A Dbootstage.c26 RECORD_COUNT = CONFIG_VAL(BOOTSTAGE_RECORD_COUNT), enumerator
40 struct bootstage_record record[RECORD_COUNT];
103 if (!rec && data->rec_count < RECORD_COUNT) { in ensure_id()
130 if (!rec && data->rec_count < RECORD_COUNT) { in bootstage_add_record()
350 if (data->rec_count > RECORD_COUNT) in bootstage_report()
353 data->rec_count - RECORD_COUNT); in bootstage_report()
472 if (data->rec_count + hdr->count > RECORD_COUNT) { in bootstage_unstash()
475 __func__, hdr->count, RECORD_COUNT - data->rec_count); in bootstage_unstash()

Completed in 3 milliseconds