Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-round-robin.c27 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()
Ddm-queue-length.c37 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()
Ddm-service-time.c32 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()
Ddm-path-selector.h59 unsigned *repeat_count,
Ddm-mpath.c85 unsigned repeat_count; /* I/Os left before calling PS again */ member
304 path = pg->ps.type->select_path(&pg->ps, &m->repeat_count, nr_bytes); in __choose_path_in_pg()
397 (!m->queue_io && (m->repeat_count && --m->repeat_count == 0))) in __multipath_map()
/linux-4.1.27/drivers/gpu/ipu-v3/
Dipu-di.c44 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->mode.vactive / 2, in ipu_di_sync_config_interlaced()
248 .repeat_count = 2, in ipu_di_sync_config_interlaced()
254 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced()
311 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced()
319 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced()
[all …]
/linux-4.1.27/Documentation/device-mapper/
Ddm-queue-length.txt8 Table parameters for each path: [<repeat_count>]
9 <repeat_count>: The number of I/Os to dispatch using the selected
30 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
Ddm-service-time.txt15 Table parameters for each path: [<repeat_count> [<relative_throughput>]]
16 <repeat_count>: The number of I/Os to dispatch using the selected
68 In case that 2 paths (sda and sdb) are used with repeat_count == 128
/linux-4.1.27/drivers/media/rc/
Dati_remote.c266 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()
/linux-4.1.27/drivers/scsi/
D3w-sas.h307 unsigned char repeat_count; member
D3w-9xxx.h576 unsigned char repeat_count; member
/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c1502 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()
/linux-4.1.27/include/linux/mlx5/
Dqp.h371 __be32 repeat_count; member
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c2305 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()