Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-ps-round-robin.c29 unsigned repeat_count; member
101 DMEMIT("%u ", pi->repeat_count); in rr_status()
122 unsigned repeat_count = RR_MIN_IO; in rr_add_path() local
132 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in rr_add_path()
137 if (repeat_count > 1) { in rr_add_path()
139 repeat_count = 1; in rr_add_path()
150 pi->repeat_count = repeat_count; in rr_add_path()
Ddm-ps-queue-length.c38 unsigned repeat_count; member
103 DMEMIT("%u ", pi->repeat_count); in ql_status()
119 unsigned repeat_count = QL_MIN_IO; in ql_add_path() local
133 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in ql_add_path()
138 if (repeat_count > 1) { in ql_add_path()
140 repeat_count = 1; in ql_add_path()
151 pi->repeat_count = repeat_count; in ql_add_path()
Ddm-ps-service-time.c33 unsigned repeat_count; member
99 DMEMIT("%u %u ", pi->repeat_count, in st_status()
116 unsigned repeat_count = ST_MIN_IO; in st_add_path() local
138 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in st_add_path()
143 if (repeat_count > 1) { in st_add_path()
145 repeat_count = 1; in st_add_path()
163 pi->repeat_count = repeat_count; in st_add_path()
Ddm-ps-historical-service-time.c57 unsigned int repeat_count; member
272 unsigned int repeat_count = HST_MIN_IO; in hst_add_path() local
286 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in hst_add_path()
299 pi->repeat_count = repeat_count; in hst_add_path()
/linux-6.1.9/drivers/gpu/ipu-v3/
Dipu-di.c35 int repeat_count; member
167 (c->repeat_count >= 0x1000) || in ipu_di_sync_config()
190 if (c->repeat_count == 0) in ipu_di_sync_config()
197 reg |= c->repeat_count << (16 * ((wave_gen - 1) & 0x1)); in ipu_di_sync_config()
235 .repeat_count = 2, in ipu_di_sync_config_interlaced()
243 .repeat_count = sig->mode.vactive / 2, in ipu_di_sync_config_interlaced()
251 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced()
299 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced()
307 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced()
331 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced()
[all …]
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Ddm-queue-length.rst9 Table parameters for each path: [<repeat_count>]
13 <repeat_count>: The number of I/Os to dispatch using the selected
37 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
Ddm-service-time.rst18 [<repeat_count> [<relative_throughput>]]
19 <repeat_count>:
78 In case that 2 paths (sda and sdb) are used with repeat_count == 128
/linux-6.1.9/lib/842/
D842_compress.c483 u8 repeat_count = 0; in sw842_compress() local
530 if (++repeat_count <= REPEAT_BITS_MAX) in sw842_compress()
533 if (repeat_count) { in sw842_compress()
534 ret = add_repeat_template(p, repeat_count); in sw842_compress()
535 repeat_count = 0; in sw842_compress()
555 if (repeat_count) { in sw842_compress()
556 ret = add_repeat_template(p, repeat_count); in sw842_compress()
/linux-6.1.9/drivers/media/rc/
Dati_remote.c250 unsigned int repeat_count; member
571 ati_remote->repeat_count++; in ati_remote_input_report()
573 ati_remote->repeat_count = 0; in ati_remote_input_report()
583 if (ati_remote->repeat_count > 0 && in ati_remote_input_report()
584 (ati_remote->repeat_count < 5 || in ati_remote_input_report()
/linux-6.1.9/drivers/scsi/
D3w-sas.h320 unsigned char repeat_count; member
D3w-9xxx.h592 unsigned char repeat_count; member
/linux-6.1.9/include/linux/mlx5/
Dqp.h497 __be32 repeat_count; member
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dscan.c2320 if (bgscan_cfg_in->repeat_count) { in mwifiex_cmd_802_11_bg_scan_config()
2326 cpu_to_le16(sizeof(repeat_count_tlv->repeat_count)); in mwifiex_cmd_802_11_bg_scan_config()
2327 repeat_count_tlv->repeat_count = in mwifiex_cmd_802_11_bg_scan_config()
2328 cpu_to_le16(bgscan_cfg_in->repeat_count); in mwifiex_cmd_802_11_bg_scan_config()
Dfw.h812 __le16 repeat_count; member
1560 u16 repeat_count; member
Dcfg80211.c2805 bgscan_cfg->repeat_count = MWIFIEX_BGSCAN_REPEAT_COUNT; in mwifiex_cfg80211_sched_scan_start()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dwr.c495 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()
/linux-6.1.9/drivers/ptp/
Dptp_ocp.c199 u32 repeat_count; member
1728 iowrite32(0, &reg->repeat_count); in ptp_ocp_signal_enable()