Home
last modified time | relevance | path

Searched full:interval (Results 1 – 25 of 1432) sorted by relevance

12345678910>>...58

/linux/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c73 struct usnic_uiom_interval_node *interval = kzalloc(sizeof(*interval), in usnic_uiom_interval_node_alloc() local
75 if (!interval) in usnic_uiom_interval_node_alloc()
78 interval->start = start; in usnic_uiom_interval_node_alloc()
79 interval->last = last; in usnic_uiom_interval_node_alloc()
80 interval->flags = flags; in usnic_uiom_interval_node_alloc()
81 interval->ref_cnt = ref_cnt; in usnic_uiom_interval_node_alloc()
83 return interval; in usnic_uiom_interval_node_alloc()
125 struct usnic_uiom_interval_node *interval, *tmp; in usnic_uiom_get_intervals_diff() local
135 list_for_each_entry(interval, &intersection_set, link) { in usnic_uiom_get_intervals_diff()
136 if (pivot < interval->start) { in usnic_uiom_get_intervals_diff()
[all …]
/linux/drivers/atm/
H A Didt77252_tables.h9 /* 000 */ 0x8d022e27, /* cps = 10.02, nrm = 3, interval = 35264.00 */
10 /* 001 */ 0x8d362e11, /* cps = 10.42, nrm = 3, interval = 33856.00 */
11 /* 002 */ 0x8d6e2bf8, /* cps = 10.86, nrm = 3, interval = 32512.00 */
12 /* 003 */ 0x8da82bcf, /* cps = 11.31, nrm = 3, interval = 31200.00 */
13 /* 004 */ 0x8de42ba8, /* cps = 11.78, nrm = 3, interval = 29952.00 */
14 /* 005 */ 0x8e242b82, /* cps = 12.28, nrm = 3, interval = 28736.00 */
15 /* 006 */ 0x8e662b5e, /* cps = 12.80, nrm = 3, interval = 27584.00 */
16 /* 007 */ 0x8eaa2b3c, /* cps = 13.33, nrm = 3, interval = 26496.00 */
17 /* 008 */ 0x8ef22b1a, /* cps = 13.89, nrm = 3, interval = 25408.00 */
18 /* 009 */ 0x8f3e2afa, /* cps = 14.48, nrm = 3, interval = 24384.00 */
[all …]
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c202 *next += gcl->operation[i].interval; in get_operation()
368 qopt->entries[0].interval = 200000; in tsnep_test_taprio()
370 qopt->entries[1].interval = 800000; in tsnep_test_taprio()
372 qopt->entries[2].interval = 240000; in tsnep_test_taprio()
374 qopt->entries[3].interval = 80000; in tsnep_test_taprio()
376 qopt->entries[4].interval = 70000; in tsnep_test_taprio()
378 qopt->entries[5].interval = 60000; in tsnep_test_taprio()
380 qopt->entries[6].interval = 50000; in tsnep_test_taprio()
390 qopt->entries[0].interval = 23842; in tsnep_test_taprio()
392 qopt->entries[1].interval = 13482; in tsnep_test_taprio()
[all …]
H A Dtsnep_tc.c26 if (qopt->entries[i].interval < TSNEP_GCL_MIN_INTERVAL) in tsnep_validate_gcl()
28 cycle_time += qopt->entries[i].interval; in tsnep_validate_gcl()
39 u32 properties, u32 interval, bool flush) in tsnep_write_gcl_operation() argument
45 gcl->operation[index].interval = interval; in tsnep_write_gcl_operation()
48 iowrite32(interval, addr + sizeof(u32)); in tsnep_write_gcl_operation()
64 * - operation with adjusted interval is inserted on demand to exactly in tsnep_change_duration()
75 duration += gcl->operation[index].interval; in tsnep_change_duration()
105 qopt->entries[i].interval, true); in tsnep_write_gcl()
169 change -= gcl->operation[index].interval; in tsnep_set_gcl_change()
204 u64 change, u32 interval) in tsnep_insert_gcl_operation() argument
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-frame-interval.rst13 VIDIOC_SUBDEV_G_FRAME_INTERVAL - VIDIOC_SUBDEV_S_FRAME_INTERVAL - Get or set the frame interval on …
38 These ioctls are used to get and set the frame interval at specific
39 subdev pads in the image pipeline. The frame interval only makes sense
44 To retrieve the current frame interval applications set the ``pad``
49 this structure the driver fills the members of the ``interval`` field.
51 To change the current frame interval applications set both the ``pad``
52 field and all members of the ``interval`` field. When they call the
54 structure the driver verifies the requested interval, adjusts it based
58 contains the current frame interval as would be returned by a
66 Drivers must not return an error solely because the requested interval
[all …]
H A Dvidioc-enum-frameintervals.rst30 that contains a pixel format and size and receives a frame interval.
67 the ``type`` field to determine the type of frame interval enumeration
81 other ioctl calls while it runs the frame interval enumeration.
86 intervals instead of frame rates. Given the frame interval the frame
109 - Minimum frame interval [s].
112 - Maximum frame interval [s].
115 - Frame interval step size [s].
128 - IN: Index of the given frame interval in the enumeration.
140 - OUT: Frame interval type the device supports.
143 - OUT: Frame interval with the given index.
[all …]
/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst18 interval or some other task on the runqueue is runnable the scheduler is
31 Halt Polling Interval
35 as the halt polling interval, is increased and decreased based on the perceived
47 During polling if a wakeup source is received within the halt polling interval,
48 the interval is left unchanged. In the event that a wakeup source isn't
49 received during the polling interval (and thus schedule is invoked) there are
50 two options, either the polling interval and total block time[0] were less than
51 the global max polling interval (see module params below), or the total block
52 time was greater than the global max polling interval.
54 In the event that both the polling interval and total block time were less than
[all …]
/linux/drivers/block/drbd/
H A Ddrbd_interval.c22 * drbd_insert_interval - insert a new interval into a tree
58 * drbd_contains_interval - check if a tree contains a given interval
60 * @sector: start sector of @interval
61 * @interval: may be an invalid pointer
63 * Returns if the tree contains the node @interval with start sector @start.
64 * Does not dereference @interval until @interval is known to be a valid object
65 * in @tree. Returns %false if @interval is in the tree but with a different
70 struct drbd_interval *interval) in drbd_contains_interval() argument
82 else if (interval < here) in drbd_contains_interval()
84 else if (interval > here) in drbd_contains_interval()
[all …]
/linux/tools/perf/scripts/python/
H A Dsctop.py7 # [comm] are displayed. If an [interval] arg is specified, the display
8 # will be refreshed every [interval] seconds. The default interval is
27 usage = "perf script -s sctop.py [comm] [interval]\n";
31 interval = default_interval variable
38 interval = int(sys.argv[2]) variable
41 interval = int(sys.argv[1]) variable
44 interval = default_interval variable
49 thread.start_new_thread(print_syscall_totals, (interval,))
68 def print_syscall_totals(interval): argument
89 time.sleep(interval)
/linux/lib/
H A Dratelimit.c21 * in every @rs->interval
33 int interval = READ_ONCE(rs->interval); in ___ratelimit() local
39 * Zero interval says never limit, otherwise, non-positive burst in ___ratelimit()
42 if (interval <= 0 || burst <= 0) { in ___ratelimit()
43 …WARN_ONCE(interval < 0 || burst < 0, "Negative interval (%d) or burst (%d): Uninitialized ratelimi… in ___ratelimit()
44 ret = interval == 0 || burst > 0; in ___ratelimit()
45 if (!(READ_ONCE(rs->flags) & RATELIMIT_INITIALIZED) || (!interval && !burst) || in ___ratelimit()
57 * false positive when we are past the interval and in ___ratelimit()
73 if (time_is_before_jiffies(rs->begin + interval)) { in ___ratelimit()
/linux/tools/testing/selftests/timers/
H A Dset-timer-lat.c103 void describe_timer(int flags, int interval) in describe_timer() argument
108 interval ? "PERIODIC":"ONE-SHOT"); in describe_timer()
111 int setup_timer(int clock_id, int flags, int interval, timer_t *tm1) in setup_timer() argument
149 its1.it_interval.tv_sec = interval; in setup_timer()
161 int check_timer_latency(int flags, int interval) in check_timer_latency() argument
165 describe_timer(flags, interval); in check_timer_latency()
174 describe_timer(flags, interval); in check_timer_latency()
186 int check_alarmcount(int flags, int interval) in check_alarmcount() argument
188 describe_timer(flags, interval); in check_alarmcount()
201 const int interval = TIMER_SECS; in do_timer() local
[all …]
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-flakey.rst10 <up interval> seconds, then exhibits unreliable behaviour for <down
11 interval> seconds, and then this cycle repeats.
22 <dev path> <offset> <up interval> <down interval> \
32 <up interval>:
34 <down interval>:
55 During <down interval>, replace <Nth_byte> of the data of
71 During <down interval>, replace random byte in a read bio
76 During <down interval>, replace random byte in a write bio
/linux/tools/power/x86/turbostat/
H A Dturbostat.812 .RB [ "\--interval seconds" ]
21 and turbostat displays statistics every 5 seconds interval.
22 The 5-second interval can be changed using the --interval option.
52 'delta' shows the difference in values during the measurement interval.
73 'delta' shows the difference in values during the measurement interval.
116 \fB--interval seconds\fP overrides the default 5.0 second measurement interval.
131 \fB--Summary\fP limits output to a 1-line System Summary for each interval.
146 \fBTime_Of_Day_Seconds\fP For each CPU, the gettimeofday(2) value (seconds.subsec since Epoch) when the counters ending the measurement interval wer
[all...]
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dfq_codel.json17 …codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limi…
38 …_codel 1: root refcnt [0-9]+ limit 1000p flows 1024 quantum.*target 5ms interval 100ms memory_limi…
59 …codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limi…
80 …codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 2ms interval 100ms memory_limi…
88 "name": "Create FQ_CODEL with interval setting",
98 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel interval 5000",
101 …codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 5ms memory_limit …
122 …l 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum 9000 target 5ms interval 100ms memory_limi…
143 …codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limi…
164 …t [0-9]+ limit 10240p flows 1024 quantum.*target 5ms ce_threshold 1.02s interval 100ms memory_limi…
[all …]
H A Dcodel.json17 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms",
38 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1500p target 5ms interval 100ms",
59 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 100ms interval 100ms",
67 "name": "Create CODEL with interval setting",
77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel interval 20ms",
80 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 20ms",
101 … "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms ecn",
122 …tern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms ce_threshold 20ms interval 100ms",
144 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms",
165 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 5000p target 5ms interval 100ms",
[all …]
/linux/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c55 time64_t interval = 0; in fsl_timer_wakeup_show() local
59 mpic_get_remain_time(fsl_wakeup->timer, &interval); in fsl_timer_wakeup_show()
60 interval++; in fsl_timer_wakeup_show()
64 return sprintf(buf, "%lld\n", interval); in fsl_timer_wakeup_show()
72 time64_t interval; in fsl_timer_wakeup_store() local
75 if (kstrtoll(buf, 0, &interval)) in fsl_timer_wakeup_store()
86 if (!interval) in fsl_timer_wakeup_store()
90 fsl_wakeup, interval); in fsl_timer_wakeup_store()
/linux/tools/perf/scripts/python/bin/
H A Dsctop-report3 # args: [comm] [interval]
13 echo "usage: sctop-report [comm] [interval]"
18 interval=$2
21 interval=$1
24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
/linux/net/dccp/ccids/lib/
H A Dloss_interval.c
/linux/Documentation/userspace-api/media/drivers/
H A Dimx-uapi.rst21 subdev node. This event is generated by the Frame Interval Monitor
29 Frame Interval Monitor in ipuX_csiY
49 corrupt fields using a frame interval monitor. If the FIM detects a
50 bad frame interval, the ipuX_csiY subdev will send the event
66 How many frame interval measurements to average before comparing against
67 the nominal frame interval reported by the sensor. This can reduce noise
79 discard really high interval errors that might be due to interrupt
/linux/arch/arm/boot/dts/samsung/
H A Ds3c6410-mini6410.dts71 debounce-interval = <20>;
78 debounce-interval = <20>;
85 debounce-interval = <20>;
92 debounce-interval = <20>;
99 debounce-interval = <20>;
106 debounce-interval = <20>;
113 debounce-interval = <20>;
120 debounce-interval = <20>;
/linux/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c139 int64_t delta, interval; in inv_sensors_timestamp_interrupt() local
160 interval = (int64_t)ts->period * (int64_t)sample_nb; in inv_sensors_timestamp_interrupt()
161 ts->timestamp = it->up - interval; in inv_sensors_timestamp_interrupt()
165 /* if interrupt interval is valid, sync with interrupt timestamp */ in inv_sensors_timestamp_interrupt()
175 int64_t interval; in inv_sensors_timestamp_apply_odr() local
187 * After ODR change the time interval with the previous sample is in inv_sensors_timestamp_apply_odr()
196 /* computes time interval between interrupt and this sample */ in inv_sensors_timestamp_apply_odr()
197 interval = (int64_t)(fifo_nb - fifo_no) * (int64_t)fifo_period; in inv_sensors_timestamp_apply_odr()
198 ts->timestamp = ts->it.up - interval; in inv_sensors_timestamp_apply_odr()
/linux/include/net/
H A Dcodel_impl.h56 params->interval = MS2TIME(100); in codel_params_init()
93 * CoDel control_law is t + interval/sqrt(count)
98 codel_time_t interval, in codel_control_law() argument
101 return t + reciprocal_scale(interval, rec_inv_sqrt << REC_INV_SQRT_SHIFT); in codel_control_law()
130 /* went below - stay below for at least interval */ in codel_should_drop()
137 * for at least interval we'll say it's ok to drop in codel_should_drop()
139 vars->first_above_time = now + params->interval; in codel_should_drop()
190 params->interval, in codel_dequeue()
209 params->interval, in codel_dequeue()
237 16 * params->interval)) { in codel_dequeue()
[all …]
/linux/drivers/watchdog/
H A Dwdrtas.c62 * wdrtas_set_interval - sets the watchdog interval
63 * @interval: new interval
67 * wdrtas_set_interval sets the watchdog keepalive interval by calling the
68 * RTAS function set-indicator (surveillance). The unit of interval is
72 static int wdrtas_set_interval(int interval) in wdrtas_set_interval() argument
78 interval = (interval + 59) / 60; in wdrtas_set_interval()
81 WDRTAS_SURVEILLANCE_IND, 0, interval); in wdrtas_set_interval()
84 interval, result); in wdrtas_set_interval()
94 * wdrtas_get_interval - returns the current watchdog interval
97 * returns the interval
[all …]
/linux/block/
H A Dt10-pi.c20 unsigned short interval; member
43 for (i = 0 ; i < iter->data_size ; i += iter->interval) { in t10_pi_generate()
46 pi->guard_tag = t10_pi_csum(0, iter->data_buf, iter->interval, in t10_pi_generate()
58 iter->data_buf += iter->interval; in t10_pi_generate()
70 for (i = 0 ; i < iter->data_size ; i += iter->interval) { in t10_pi_verify()
92 csum = t10_pi_csum(0, iter->data_buf, iter->interval, in t10_pi_verify()
107 iter->data_buf += iter->interval; in t10_pi_verify()
222 for (i = 0 ; i < iter->data_size ; i += iter->interval) { in ext_pi_crc64_generate()
225 pi->guard_tag = ext_pi_crc64(0, iter->data_buf, iter->interval); in ext_pi_crc64_generate()
236 iter->data_buf += iter->interval; in ext_pi_crc64_generate()
[all …]
/linux/kernel/irq/
H A Dtimings.c

12345678910>>...58