/linux-4.1.27/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 | 85 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/ |
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->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/ |
D | dm-queue-length.txt | 8 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.
|
D | dm-service-time.txt | 15 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/ |
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()
|
/linux-4.1.27/drivers/scsi/ |
D | 3w-sas.h | 307 unsigned char repeat_count; member
|
D | 3w-9xxx.h | 576 unsigned char repeat_count; member
|
/linux-4.1.27/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()
|
/linux-4.1.27/include/linux/mlx5/ |
D | qp.h | 371 __be32 repeat_count; member
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | qp.c | 2305 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()
|