Searched refs:rec_count (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootstage.c | 33 uint rec_count; member 60 debug("Relocating %d records\n", data->rec_count); in bootstage_relocate() 61 for (i = 0; i < data->rec_count; i++) in bootstage_relocate() 73 for (rec = data->record, end = rec + data->rec_count; rec < end; in find_id() 88 if (!rec && data->rec_count < RECORD_COUNT) { in ensure_id() 89 rec = &data->record[data->rec_count++]; in ensure_id() 108 if (!rec && data->rec_count < RECORD_COUNT) { in bootstage_add_record() 109 rec = &data->record[data->rec_count++]; in bootstage_add_record() 273 for (recnum = data->rec_count - 1, i = 0; recnum >= 0; recnum--, i++) { in add_bootstages_devicetree() 316 data->rec_count); in bootstage_report() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | trace.h | 43 uint32_t rec_count; /* Number of records */ member
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | trace.c | 180 output_hdr->rec_count = upto; in trace_list_functions() 224 output_hdr->rec_count = upto; in trace_list_calls()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | vmur.c | 231 static struct ccw1 *alloc_chan_prog(const char __user *ubuf, int rec_count, in alloc_chan_prog() argument 238 TRACE("alloc_chan_prog(%p, %i, %i)\n", ubuf, rec_count, reclen); in alloc_chan_prog() 245 cpa = kcalloc(rec_count + 1, sizeof(struct ccw1), in alloc_chan_prog() 250 for (i = 0; i < rec_count; i++) { in alloc_chan_prog()
|
| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_dbf.c | 405 rec->u.run.rec_count = in zfcp_dbf_rec_run_lvl() 408 rec->u.run.rec_count = atomic_read(&erp->port->erp_counter); in zfcp_dbf_rec_run_lvl() 410 rec->u.run.rec_count = atomic_read(&erp->adapter->erp_counter); in zfcp_dbf_rec_run_lvl() 456 rec->u.run.rec_count = ~0; in zfcp_dbf_rec_run_wka()
|
| H A D | zfcp_dbf.h | 54 u8 rec_count; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/ks7010/ |
| H A D | ks_hostif.c | 1586 priv->dev_data[atomic_read(&priv->rec_count)] = p; in devio_rec_ind() 1587 priv->dev_size[atomic_read(&priv->rec_count)] = size; in devio_rec_ind() 1593 atomic_inc(&priv->rec_count); in devio_rec_ind() 1594 if (atomic_read(&priv->rec_count) == DEVICE_STOCK_COUNT) in devio_rec_ind() 1595 atomic_set(&priv->rec_count, 0); in devio_rec_ind() 2296 atomic_set(&priv->rec_count, 0); in hostif_counters_init()
|
| H A D | ks_wlan.h | 480 atomic_t rec_count; member
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | proftool.c | 250 if (read_calls(fin, hdr.rec_count)) in read_profile()
|