Home
last modified time | relevance | path

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

12345678910>>...144

/OK3568_Linux_fs/kernel/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()
124 struct usnic_uiom_interval_node *interval, *tmp; in usnic_uiom_get_intervals_diff() local
134 list_for_each_entry(interval, &intersection_set, link) { in usnic_uiom_get_intervals_diff()
135 if (pivot < interval->start) { in usnic_uiom_get_intervals_diff()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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
65 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
111 - Minimum frame interval [s].
114 - Maximum frame interval [s].
117 - Frame interval step size [s].
130 - IN: Index of the given frame interval in the enumeration.
142 - OUT: Frame interval type the device supports.
145 - OUT: Frame interval with the given index.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dmax_interval_gap.hpp35 // the class Interval must provide the following:
42 // right) endpoint of the interval
44 template <typename Interval>
48 typedef Interval interval_type;
49 typedef typename Interval::value_type time_type;
51 sweep_event(Interval const& interval, bool start_event = true) in sweep_event() argument
52 : m_interval(boost::cref(interval)) in sweep_event()
61 inline interval_type const& interval() const in interval() function in boost::geometry::detail::max_interval_gap::sweep_event
69 ? interval().template get<0>() in time()
70 : interval().template get<1>(); in time()
[all …]
/OK3568_Linux_fs/kernel/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
59 * @sector: start sector of @interval
60 * @interval: may not be a valid pointer
62 * Returns if the tree contains the node @interval with start sector @start.
63 * Does not dereference @interval until @interval is known to be a valid object
64 * in @tree. Returns %false if @interval is in the tree but with a different
69 struct drbd_interval *interval) in drbd_contains_interval() argument
81 else if (interval < here) in drbd_contains_interval()
83 else if (interval > here) in drbd_contains_interval()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/mediactl/
H A Dv4l2subdev.h139 * @brief Retrieve the frame interval on a sub-device.
141 * @param interval - frame interval to be filled.
143 * Retrieve the current frame interval on subdev @a entity and store it in the
144 * @a interval structure.
146 * Frame interval retrieving is usually supported only on devices at the
153 struct v4l2_fract *interval);
156 * @brief Set the frame interval on a sub-device.
158 * @param interval - frame interval.
160 * Set the frame interval on subdev @a entity to @a interval. The driver is
161 * allowed to modify the requested frame interval, in which case @a interval is
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/common/mediactl/
H A Dv4l2subdev.h135 * @brief Retrieve the frame interval on a sub-device.
137 * @param interval - frame interval to be filled.
139 * Retrieve the current frame interval on subdev @a entity and store it in the
140 * @a interval structure.
142 * Frame interval retrieving is usually supported only on devices at the
149 struct v4l2_fract *interval);
152 * @brief Set the frame interval on a sub-device.
154 * @param interval - frame interval.
156 * Set the frame interval on subdev @a entity to @a interval. The driver is
157 * allowed to modify the requested frame interval, in which case @a interval is
[all …]
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dset-timer-lat.c115 void describe_timer(int flags, int interval) in describe_timer() argument
120 interval ? "PERIODIC":"ONE-SHOT"); in describe_timer()
123 int setup_timer(int clock_id, int flags, int interval, timer_t *tm1) in setup_timer() argument
161 its1.it_interval.tv_sec = interval; in setup_timer()
173 int check_timer_latency(int flags, int interval) in check_timer_latency() argument
177 describe_timer(flags, interval); in check_timer_latency()
186 describe_timer(flags, interval); in check_timer_latency()
198 int check_alarmcount(int flags, int interval) in check_alarmcount() argument
200 describe_timer(flags, interval); in check_alarmcount()
213 const int interval = TIMER_SECS; in do_timer() local
[all …]
/OK3568_Linux_fs/kernel/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.
46 'delta' shows the difference in values during the measurement interval.
68 \fB--interval seconds\fP overrides the default 5.0 second measurement interval.
81 \fB--Summary\fP limits output to a 1-line System Summary for each interval.
95 …e (seconds.subsec since Epoch) when the counters ending the measurement interval were collected. …
100 \fBBusy%\fP percent of the measurement interval that the CPU executes instructions, aka. % of time …
102 \fBTSC_MHz\fP average MHz that the TSC ran during the entire interval.
103 \fBIRQ\fP The number of interrupts serviced by that CPU during the measurement interval. The syste…
[all …]
/OK3568_Linux_fs/buildroot/package/tinyalsa/
H A D0002-interval.h-add-missing-header.patch4 Subject: [PATCH] interval.h: add missing header
11 ../include/tinyalsa/interval.h:38:2: error: unknown type name 'ssize_t'
19 include/tinyalsa/interval.h | 1 +
22 diff --git a/include/tinyalsa/interval.h b/include/tinyalsa/interval.h
24 --- a/include/tinyalsa/interval.h
25 +++ b/include/tinyalsa/interval.h
32 /** A closed range signed interval. */
/OK3568_Linux_fs/buildroot/package/watchdogd/
H A DConfig.in31 int "Generic script monitor poll interval (sec)"
34 Poll interval for generic script monitor, in seconds. A value
38 int "CPU load average monitor poll interval (sec)"
41 Poll interval for CPU load average monitor, in seconds. A
45 int "File descriptor leak monitor poll interval (sec)"
48 Poll interval for file descriptor leak monitor, in seconds. A
52 int "Memory leak monitor poll interval (sec)"
55 Poll interval for memory leak monitor, in seconds. A value of
/OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/mediactl/
H A Dv4l2subdev.c193 struct v4l2_fract *interval) in v4l2_subdev_get_frame_interval() argument
208 *interval = ival.interval; in v4l2_subdev_get_frame_interval()
213 struct v4l2_fract *interval) in v4l2_subdev_set_frame_interval() argument
223 ival.interval = *interval; in v4l2_subdev_set_frame_interval()
229 *interval = ival.interval; in v4l2_subdev_set_frame_interval()
322 struct v4l2_fract *interval, in v4l2_subdev_parse_frame_interval() argument
329 interval->numerator = strtoul(p, &end, 10); in v4l2_subdev_parse_frame_interval()
339 interval->denominator = strtoul(p, &end, 10); in v4l2_subdev_parse_frame_interval()
364 struct v4l2_fract *interval, const char *p, char **endp) in v4l2_subdev_parse_pad_format() argument
431 ret = v4l2_subdev_parse_frame_interval(media, interval, ++p, &end); in v4l2_subdev_parse_pad_format()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput-poller.c105 void input_set_poll_interval(struct input_dev *dev, unsigned int interval) in input_set_poll_interval() argument
108 dev->poller->poll_interval = interval; in input_set_poll_interval()
112 void input_set_min_poll_interval(struct input_dev *dev, unsigned int interval) in input_set_min_poll_interval() argument
115 dev->poller->poll_interval_min = interval; in input_set_min_poll_interval()
119 void input_set_max_poll_interval(struct input_dev *dev, unsigned int interval) in input_set_max_poll_interval() argument
122 dev->poller->poll_interval_max = interval; in input_set_max_poll_interval()
152 unsigned int interval; in input_dev_set_poll_interval() local
155 err = kstrtouint(buf, 0, &interval); in input_dev_set_poll_interval()
159 if (interval < poller->poll_interval_min) in input_dev_set_poll_interval()
162 if (interval > poller->poll_interval_max) in input_dev_set_poll_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c335 * @interval: resulting update interval in miliseconds
338 int *interval) in ti_bandgap_read_counter() argument
348 *interval = time; in ti_bandgap_read_counter()
355 * @interval: resulting update interval in miliseconds
358 int *interval) in ti_bandgap_read_counter_delay() argument
370 *interval = 0; in ti_bandgap_read_counter_delay()
373 *interval = 1; in ti_bandgap_read_counter_delay()
376 *interval = 10; in ti_bandgap_read_counter_delay()
379 *interval = 100; in ti_bandgap_read_counter_delay()
382 *interval = 250; in ti_bandgap_read_counter_delay()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dfault-inject.c21 unsigned long interval; in setup_fault_attr() local
25 /* "<interval>,<probability>,<space>,<times>" */ in setup_fault_attr()
27 &interval, &probability, &space, &times) < 4) { in setup_fault_attr()
34 attr->interval = interval; in setup_fault_attr()
46 "name %pd, interval %lu, probability %lu, " in fail_dump()
48 attr->interval, attr->probability, in fail_dump()
133 if (attr->interval > 1) { in should_fail()
135 if (attr->count % attr->interval) in should_fail()
210 debugfs_create_ul("interval", mode, dir, &attr->interval); in fault_create_debugfs_attr()
215 &attr->ratelimit_state.interval); in fault_create_debugfs_attr()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_rbtree.c42 const struct nft_rbtree_elem *interval) in nft_rbtree_equal() argument
44 return memcmp(this, nft_set_ext_key(&interval->ext), set->klen) == 0; in nft_rbtree_equal()
52 const struct nft_rbtree_elem *rbe, *interval = NULL; in __nft_rbtree_lookup() local
69 if (interval && in __nft_rbtree_lookup()
70 nft_rbtree_equal(set, this, interval) && in __nft_rbtree_lookup()
72 nft_rbtree_interval_start(interval)) in __nft_rbtree_lookup()
74 interval = rbe; in __nft_rbtree_lookup()
90 interval = NULL; in __nft_rbtree_lookup()
99 if (set->flags & NFT_SET_INTERVAL && interval != NULL && in __nft_rbtree_lookup()
100 nft_set_elem_active(&interval->ext, genmask) && in __nft_rbtree_lookup()
[all …]
/OK3568_Linux_fs/kernel/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()
92 fsl_wakeup, interval); in fsl_timer_wakeup_store()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c105 /* ss_bmAttributes: 1 packet per service interval */
268 unsigned int interval; in xhci_microframes_to_exponent() local
270 interval = fls(desc_interval) - 1; in xhci_microframes_to_exponent()
271 interval = clamp_val(interval, min_exponent, max_exponent); in xhci_microframes_to_exponent()
272 if ((1 << interval) != desc_interval) in xhci_microframes_to_exponent()
273 debug("rounding interval to %d microframes, "\ in xhci_microframes_to_exponent()
275 1 << interval, desc_interval); in xhci_microframes_to_exponent()
277 return interval; in xhci_microframes_to_exponent()
296 * Convert interval expressed as 2^(bInterval - 1) == interval into
297 * straight exponent value 2^n == interval.
[all …]
/OK3568_Linux_fs/kernel/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>:
51 During <down interval>, replace <Nth_byte> of the data of
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/
H A Dsensord.conf3 # -i, --interval <time> -- interval between scanning alarms (default 60s)
4 # -l, --log-interval <time> -- interval between logging sensors (default 30m)
5 # -t, --rrd-interval <time> -- interval between updating RRD file (default 5m)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/
H A DFixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch5 interval
7 Added minimum POSIX timer interval to prevent from timers firing
13 - critical: added minimum POSIX timer interval to prevent from
55 @@ -100,6 +100,10 @@ eventTimerStart_posix(EventTimer *timer, double interval)
56 ts.tv_sec = interval;
57 ts.tv_nsec = (interval - ts.tv_sec) * 1E9;
63 DBGV("Timer %s start requested at %d.%4d sec interval\n", timer->id, ts.tv_sec, ts.tv_nsec);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfosource.cpp70 to specify how often these updates should be emitted. If no interval is
81 To remove an update interval that was previously set, call
106 d->interval = 0; in QGeoSatelliteInfoSource()
138 \brief This property holds the requested interval in milliseconds between each update.
140 If the update interval is not set (or is set to 0) the
143 If the update interval is set, the source will provide updates at an
144 interval as close to the requested interval as possible. If the requested
145 interval is less than the minimumUpdateInterval(),
146 the minimum interval is used instead.
148 Changes to the update interval will happen as soon as is practical, however the
[all …]

12345678910>>...144