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

/linux-master/drivers/md/
H A Ddm-ps-round-robin.c32 unsigned int repeat_count; member in struct:path_info
105 DMEMIT("%u ", pi->repeat_count);
119 * optional repeat_count.
126 unsigned int repeat_count = RR_MIN_IO; local
136 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
141 if (repeat_count > 1) {
142 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead");
143 repeat_count = 1;
154 pi->repeat_count = repeat_count;
[all...]
H A Ddm-ps-service-time.c34 unsigned int repeat_count; member in struct:path_info
100 DMEMIT("%u %u ", pi->repeat_count,
117 unsigned int repeat_count = ST_MIN_IO; local
123 * Arguments: [<repeat_count> [<relative_throughput>]]
124 * <repeat_count>: The number of I/Os before switching path.
138 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
143 if (repeat_count > 1) {
144 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead");
145 repeat_count = 1;
163 pi->repeat_count
[all...]
H A Ddm-ps-queue-length.c39 unsigned int repeat_count; member in struct:path_info
104 DMEMIT("%u ", pi->repeat_count);
120 unsigned int repeat_count = QL_MIN_IO; local
125 * Arguments: [<repeat_count>]
126 * <repeat_count>: The number of I/Os before switching path.
134 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
139 if (repeat_count > 1) {
140 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead");
141 repeat_count = 1;
152 pi->repeat_count
[all...]
H A Ddm-ps-historical-service-time.c57 unsigned int repeat_count; member in struct:path_info
272 unsigned int repeat_count = HST_MIN_IO; local
277 * Arguments: [<repeat_count>]
278 * <repeat_count>: The number of I/Os before switching path.
286 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
299 pi->repeat_count = repeat_count;
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-di.c35 int repeat_count; member in struct:di_sync_config
167 (c->repeat_count >= 0x1000) ||
190 if (c->repeat_count == 0)
197 reg |= c->repeat_count << (16 * ((wave_gen - 1) & 0x1));
235 .repeat_count = 2,
243 .repeat_count = sig->mode.vactive / 2,
251 .repeat_count = sig->mode.hactive,
299 .repeat_count = sig->mode.vactive,
307 .repeat_count = sig->mode.hactive,
331 .repeat_count
[all...]
/linux-master/lib/842/
H A D842_compress.c483 u8 repeat_count = 0; local
530 if (++repeat_count <= REPEAT_BITS_MAX)
533 if (repeat_count) {
534 ret = add_repeat_template(p, repeat_count);
535 repeat_count = 0;
555 if (repeat_count) {
556 ret = add_repeat_template(p, repeat_count);
/linux-master/drivers/media/rc/
H A Dati_remote.c250 unsigned int repeat_count; member in struct:ati_remote
571 ati_remote->repeat_count++;
573 ati_remote->repeat_count = 0;
583 if (ati_remote->repeat_count > 0 &&
584 (ati_remote->repeat_count < 5 ||
/linux-master/drivers/scsi/
H A D3w-sas.h320 unsigned char repeat_count; member in struct:TAG_TW_Event
H A D3w-9xxx.h592 unsigned char repeat_count; member in struct:TAG_TW_Event
/linux-master/include/linux/mlx5/
H A Dqp.h500 __be32 repeat_count; member in struct:mlx5_stride_block_ctrl_seg
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c2303 if (bgscan_cfg_in->repeat_count) {
2309 cpu_to_le16(sizeof(repeat_count_tlv->repeat_count));
2310 repeat_count_tlv->repeat_count =
2311 cpu_to_le16(bgscan_cfg_in->repeat_count);
H A Dfw.h813 __le16 repeat_count; member in struct:mwifiex_ie_types_repeat_count
1562 u16 repeat_count; member in struct:mwifiex_bg_scan_cfg
H A Dcfg80211.c2808 bgscan_cfg->repeat_count = MWIFIEX_BGSCAN_REPEAT_COUNT;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dwr.c495 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size);
/linux-master/drivers/ptp/
H A Dptp_ocp.c214 u32 repeat_count; member in struct:signal_reg
2124 iowrite32(0, &reg->repeat_count);

Completed in 247 milliseconds