Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootstage.c32 uint rec_count; member
59 debug("Relocating %d records\n", data->rec_count); in bootstage_relocate()
60 for (i = 0; i < data->rec_count; i++) in bootstage_relocate()
87 if (!rec && data->rec_count < RECORD_COUNT) { in ensure_id()
88 rec = &data->record[data->rec_count++]; in ensure_id()
107 if (!rec && data->rec_count < RECORD_COUNT) { in bootstage_add_record()
108 rec = &data->record[data->rec_count++]; in bootstage_add_record()
315 data->rec_count); in bootstage_report()
327 if (data->rec_count > RECORD_COUNT) in bootstage_report()
330 data->rec_count - RECORD_COUNT); in bootstage_report()
[all …]
/openbmc/u-boot/include/
H A Dtrace.h42 uint32_t rec_count; /* Number of records */ member
/openbmc/u-boot/lib/
H A Dtrace.c179 output_hdr->rec_count = upto; in trace_list_functions()
223 output_hdr->rec_count = upto; in trace_list_calls()
/openbmc/linux/drivers/s390/char/
H A Dvmur.c212 static struct ccw1 *alloc_chan_prog(const char __user *ubuf, int rec_count, in alloc_chan_prog() argument
219 TRACE("alloc_chan_prog(%p, %i, %i)\n", ubuf, rec_count, reclen); in alloc_chan_prog()
226 cpa = kcalloc(rec_count + 1, sizeof(struct ccw1), in alloc_chan_prog()
231 for (i = 0; i < rec_count; i++) { in alloc_chan_prog()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_dbf.c422 rec->u.run.rec_count = in zfcp_dbf_rec_run_lvl()
425 rec->u.run.rec_count = atomic_read(&erp->port->erp_counter); in zfcp_dbf_rec_run_lvl()
427 rec->u.run.rec_count = atomic_read(&erp->adapter->erp_counter); in zfcp_dbf_rec_run_lvl()
473 rec->u.run.rec_count = ~0; in zfcp_dbf_rec_run_wka()
H A Dzfcp_dbf.h54 u8 rec_count; member
/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c1577 priv->dev_data[atomic_read(&priv->rec_count)] = p; in devio_rec_ind()
1578 priv->dev_size[atomic_read(&priv->rec_count)] = size; in devio_rec_ind()
1584 atomic_inc(&priv->rec_count); in devio_rec_ind()
1585 if (atomic_read(&priv->rec_count) == DEVICE_STOCK_COUNT) in devio_rec_ind()
1586 atomic_set(&priv->rec_count, 0); in devio_rec_ind()
2288 atomic_set(&priv->rec_count, 0); in hostif_counters_init()
H A Dks_wlan.h480 atomic_t rec_count; member
/openbmc/u-boot/tools/
H A Dproftool.c249 if (read_calls(fin, hdr.rec_count)) in read_profile()