/linux-4.4.14/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 301 path = pg->ps.type->select_path(&pg->ps, &m->repeat_count, nr_bytes); in __choose_path_in_pg() 394 (!m->queue_io && (m->repeat_count && --m->repeat_count == 0))) in __multipath_map()
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-di.c | 44 int repeat_count; member 176 (c->repeat_count >= 0x1000) || in ipu_di_sync_config() 199 if (c->repeat_count == 0) in ipu_di_sync_config() 206 reg |= c->repeat_count << (16 * ((wave_gen - 1) & 0x1)); in ipu_di_sync_config() 244 .repeat_count = 2, in ipu_di_sync_config_interlaced() 252 .repeat_count = sig->mode.vactive / 2, in ipu_di_sync_config_interlaced() 260 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced() 308 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced() 316 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 344 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced() [all …]
|
/linux-4.4.14/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.4.14/lib/842/ |
D | 842_compress.c | 492 u8 repeat_count = 0; in sw842_compress() local 539 if (++repeat_count <= REPEAT_BITS_MAX) in sw842_compress() 542 if (repeat_count) { in sw842_compress() 543 ret = add_repeat_template(p, repeat_count); in sw842_compress() 544 repeat_count = 0; in sw842_compress() 564 if (repeat_count) { in sw842_compress() 565 ret = add_repeat_template(p, repeat_count); in sw842_compress()
|
/linux-4.4.14/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.4.14/drivers/scsi/ |
D | 3w-sas.h | 307 unsigned char repeat_count; member
|
D | 3w-9xxx.h | 576 unsigned char repeat_count; member
|
/linux-4.4.14/include/linux/mlx5/ |
D | qp.h | 396 __be32 repeat_count; member
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | qp.c | 2290 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()
|