Searched refs:repeat_count (Results 1 – 11 of 11) sorted by relevance
/drivers/md/ |
D | dm-round-robin.c | 27 unsigned repeat_count; member 99 DMEMIT("%u ", pi->repeat_count); in rr_status() 116 unsigned repeat_count = RR_MIN_IO; in rr_add_path() local 125 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in rr_add_path() 138 pi->repeat_count = repeat_count; in rr_add_path() 166 unsigned *repeat_count, size_t nr_bytes) in rr_select_path() argument 174 *repeat_count = pi->repeat_count; in rr_select_path()
|
D | dm-queue-length.c | 37 unsigned repeat_count; member 101 DMEMIT("%u ", pi->repeat_count); in ql_status() 114 unsigned repeat_count = QL_MIN_IO; in ql_add_path() local 127 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in ql_add_path() 140 pi->repeat_count = repeat_count; in ql_add_path() 172 unsigned *repeat_count, size_t nr_bytes) in ql_select_path() argument 195 *repeat_count = best->repeat_count; in ql_select_path()
|
D | dm-service-time.c | 32 unsigned repeat_count; member 97 DMEMIT("%u %u ", pi->repeat_count, in st_status() 111 unsigned repeat_count = ST_MIN_IO; in st_add_path() local 132 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in st_add_path() 152 pi->repeat_count = repeat_count; in st_add_path() 259 unsigned *repeat_count, size_t nr_bytes) in st_select_path() argument 277 *repeat_count = best->repeat_count; in st_select_path()
|
D | dm-path-selector.h | 59 unsigned *repeat_count,
|
D | dm-mpath.c | 84 unsigned repeat_count; /* I/Os left before calling PS again */ member 303 path = pg->ps.type->select_path(&pg->ps, &m->repeat_count, nr_bytes); in __choose_path_in_pg() 396 (!m->queue_io && (m->repeat_count && --m->repeat_count == 0))) in multipath_map()
|
/drivers/gpu/ipu-v3/ |
D | ipu-di.c | 44 int repeat_count; member 172 (c->repeat_count >= 0x1000) || in ipu_di_sync_config() 195 if (c->repeat_count == 0) in ipu_di_sync_config() 202 reg |= c->repeat_count << (16 * ((wave_gen - 1) & 0x1)); in ipu_di_sync_config() 234 .repeat_count = 2, in ipu_di_sync_config_interlaced() 238 .repeat_count = sig->height / 2, in ipu_di_sync_config_interlaced() 248 .repeat_count = 2, in ipu_di_sync_config_interlaced() 254 .repeat_count = sig->width, in ipu_di_sync_config_interlaced() 310 .repeat_count = sig->height, in ipu_di_sync_config_noninterlaced() 317 .repeat_count = sig->width, in ipu_di_sync_config_noninterlaced() [all …]
|
/drivers/media/rc/ |
D | ati_remote.c | 266 unsigned int repeat_count; member 581 ati_remote->repeat_count++; in ati_remote_input_report() 583 ati_remote->repeat_count = 0; in ati_remote_input_report() 593 if (ati_remote->repeat_count > 0 && in ati_remote_input_report() 594 (ati_remote->repeat_count < 5 || in ati_remote_input_report()
|
/drivers/scsi/ |
D | 3w-sas.h | 307 unsigned char repeat_count; member
|
D | 3w-9xxx.h | 576 unsigned char repeat_count; member
|
/drivers/crypto/nx/ |
D | nx-842.c | 1502 int i, repeat_count; in sw842_decompress() local 1531 repeat_count = sw842_get_repeat_count(&inbuf, in sw842_decompress() 1540 for (i = 0; i < repeat_count; i++) { in sw842_decompress()
|
/drivers/infiniband/hw/mlx5/ |
D | qp.c | 2182 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()
|