Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-round-robin.c29 unsigned repeat_count; member
101 DMEMIT("%u ", pi->repeat_count); in rr_status()
118 unsigned repeat_count = RR_MIN_IO; in rr_add_path() local
128 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in rr_add_path()
133 if (repeat_count > 1) { in rr_add_path()
135 repeat_count = 1; in rr_add_path()
146 pi->repeat_count = repeat_count; in rr_add_path()
Ddm-queue-length.c38 unsigned repeat_count; member
103 DMEMIT("%u ", pi->repeat_count); in ql_status()
116 unsigned repeat_count = QL_MIN_IO; in ql_add_path() local
130 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in ql_add_path()
135 if (repeat_count > 1) { in ql_add_path()
137 repeat_count = 1; in ql_add_path()
148 pi->repeat_count = repeat_count; in ql_add_path()
Ddm-service-time.c33 unsigned repeat_count; member
99 DMEMIT("%u %u ", pi->repeat_count, in st_status()
113 unsigned repeat_count = ST_MIN_IO; in st_add_path() local
135 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in st_add_path()
140 if (repeat_count > 1) { in st_add_path()
142 repeat_count = 1; in st_add_path()
160 pi->repeat_count = repeat_count; in st_add_path()
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-di.c44 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-v4.19/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-v4.19/lib/842/
D842_compress.c492 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-v4.19/drivers/media/rc/
Dati_remote.c262 unsigned int repeat_count; member
583 ati_remote->repeat_count++; in ati_remote_input_report()
585 ati_remote->repeat_count = 0; in ati_remote_input_report()
595 if (ati_remote->repeat_count > 0 && in ati_remote_input_report()
596 (ati_remote->repeat_count < 5 || in ati_remote_input_report()
/Linux-v4.19/drivers/scsi/
D3w-sas.h304 unsigned char repeat_count; member
D3w-9xxx.h573 unsigned char repeat_count; member
/Linux-v4.19/include/linux/mlx5/
Dqp.h463 __be32 repeat_count; member
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dscan.c2315 if (bgscan_cfg_in->repeat_count) { in mwifiex_cmd_802_11_bg_scan_config()
2321 cpu_to_le16(sizeof(repeat_count_tlv->repeat_count)); in mwifiex_cmd_802_11_bg_scan_config()
2322 repeat_count_tlv->repeat_count = in mwifiex_cmd_802_11_bg_scan_config()
2323 cpu_to_le16(bgscan_cfg_in->repeat_count); in mwifiex_cmd_802_11_bg_scan_config()
Dfw.h823 __le16 repeat_count; member
1564 u16 repeat_count; member
Dcfg80211.c2705 bgscan_cfg->repeat_count = MWIFIEX_BGSCAN_REPEAT_COUNT; in mwifiex_cfg80211_sched_scan_start()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c4081 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()