Home
last modified time | relevance | path

Searched full:intervals (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/kernel/linux/linux-5.10/fs/ntfs/
Dtime.h26 * and a long tv_nsec where tv_sec is the number of 1-second intervals since
28 * intervals since the value of tv_sec.
31 * measured as the number of 100-nano-second intervals since 1st January 1601,
37 * Convert the seconds to 100ns intervals, add the nano-seconds in utc2ntfs()
38 * converted to 100ns intervals, and then add the NTFS time offset. in utc2ntfs()
66 * and a long tv_nsec where tv_sec is the number of 1-second intervals since
68 * intervals since the value of tv_sec.
71 * measured as the number of 100 nano-second intervals since 1st January 1601,
81 * Convert the time to 1-second intervals and the remainder to in ntfs2utc()
82 * 1-nano-second intervals. in ntfs2utc()
/kernel/linux/linux-6.6/fs/ntfs/
Dtime.h26 * and a long tv_nsec where tv_sec is the number of 1-second intervals since
28 * intervals since the value of tv_sec.
31 * measured as the number of 100-nano-second intervals since 1st January 1601,
37 * Convert the seconds to 100ns intervals, add the nano-seconds in utc2ntfs()
38 * converted to 100ns intervals, and then add the NTFS time offset. in utc2ntfs()
66 * and a long tv_nsec where tv_sec is the number of 1-second intervals since
68 * intervals since the value of tv_sec.
71 * measured as the number of 100 nano-second intervals since 1st January 1601,
81 * Convert the time to 1-second intervals and the remainder to in ntfs2utc()
82 * 1-nano-second intervals. in ntfs2utc()
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dvidioc-enum-frameintervals.rst13 VIDIOC_ENUM_FRAMEINTERVALS - Enumerate frame intervals
35 This ioctl allows applications to enumerate all frame intervals that the
43 depend on the type of frame intervals the device supports. Here are the
70 intervals.
74 The order in which the frame intervals are returned has no
76 default frame intervals.
85 **Frame intervals and frame rates:** The V4L2 API uses frame
86 intervals instead of frame rates. Given the frame interval the frame
131 - IN: Pixel format for which the frame intervals are enumerated.
134 - IN: Frame width for which the frame intervals are enumerated.
[all …]
Dvidioc-subdev-enum-frame-interval.rst13 VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL - Enumerate frame intervals
34 This ioctl lets applications enumerate available frame intervals on a
35 given sub-device pad. Frame intervals only makes sense for sub-devices
39 For the common use case of image sensors, the frame intervals available
42 when enumerating frame intervals.
44 To enumerate frame intervals applications initialize the ``index``,
50 intervals are enumerable by beginning at index zero and incrementing by
53 Available frame intervals may depend on the current 'try' formats at
92 - Frame intervals to be enumerated, from enum
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-frame-interval.rst13 VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL - Enumerate frame intervals
34 This ioctl lets applications enumerate available frame intervals on a
35 given sub-device pad. Frame intervals only makes sense for sub-devices
39 For the common use case of image sensors, the frame intervals available
42 when enumerating frame intervals.
44 To enumerate frame intervals applications initialize the ``index``,
50 intervals are enumerable by beginning at index zero and incrementing by
53 Available frame intervals may depend on the current 'try' formats at
92 - Frame intervals to be enumerated, from enum
Dvidioc-enum-frameintervals.rst13 VIDIOC_ENUM_FRAMEINTERVALS - Enumerate frame intervals
35 This ioctl allows applications to enumerate all frame intervals that the
43 depend on the type of frame intervals the device supports. Here are the
70 intervals.
74 The order in which the frame intervals are returned has no
76 default frame intervals.
85 **Frame intervals and frame rates:** The V4L2 API uses frame
86 intervals instead of frame rates. Given the frame interval the frame
133 - IN: Pixel format for which the frame intervals are enumerated.
136 - IN: Frame width for which the frame intervals are enumerated.
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst42 intervals (elapsed time between two EOF's) drop below the nominal
47 line mechanism should show an increase in the intervals by 1 line
72 If the averaged intervals fall outside nominal by this amount, in
77 If any intervals are higher than this value, those samples are
85 FIM begins to average intervals.
90 for measuring frame intervals. This is superior to the default method
91 of measuring frame intervals via EOF interrupt, since it is not subject
106 When input capture is disabled, frame intervals will be measured via
/kernel/linux/linux-6.6/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst42 intervals (elapsed time between two EOF's) drop below the nominal
47 line mechanism should show an increase in the intervals by 1 line
72 If the averaged intervals fall outside nominal by this amount, in
77 If any intervals are higher than this value, those samples are
85 FIM begins to average intervals.
90 for measuring frame intervals. This is superior to the default method
91 of measuring frame intervals via EOF interrupt, since it is not subject
106 When input capture is disabled, frame intervals will be measured via
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
Dsensors.c150 __le32 intervals[]; member
287 * Max intervals is not declared previously anywhere so we in iter_intervals_update_state()
291 s->intervals.segmented = SEGMENTED_INTVL_FORMAT(flags); in iter_intervals_update_state()
292 s->intervals.count = st->num_returned + st->num_remaining; in iter_intervals_update_state()
293 /* segmented intervals are reported in one triplet */ in iter_intervals_update_state()
294 if (s->intervals.segmented && in iter_intervals_update_state()
298 s->id, s->intervals.count); in iter_intervals_update_state()
299 s->intervals.segmented = false; in iter_intervals_update_state()
300 s->intervals.count = 0; in iter_intervals_update_state()
304 if (s->intervals.count >= SCMI_MAX_PREALLOC_POOL) { in iter_intervals_update_state()
[all …]
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
Dmenu.c26 #define INTERVALS (1UL << INTERVAL_SHIFT) macro
77 * intervals and if the stand deviation of these 8 intervals is below a
78 * threshold value, we use the average of these intervals as prediction.
118 unsigned int intervals[INTERVALS]; member
167 * intervals, and checking if the standard deviation of that set
181 /* First calculate the average of past intervals */ in get_typical_interval()
186 for (i = 0; i < INTERVALS; i++) { in get_typical_interval()
187 unsigned int value = data->intervals[i]; in get_typical_interval()
202 if (divisor == INTERVALS) in get_typical_interval()
209 for (i = 0; i < INTERVALS; i++) { in get_typical_interval()
[all …]
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
Dmenu.c24 #define INTERVALS (1UL << INTERVAL_SHIFT) macro
75 * intervals and if the stand deviation of these 8 intervals is below a
76 * threshold value, we use the average of these intervals as prediction.
116 unsigned int intervals[INTERVALS]; member
165 * intervals, and checking if the standard deviation of that set
180 /* First calculate the average of past intervals */ in get_typical_interval()
185 for (i = 0; i < INTERVALS; i++) { in get_typical_interval()
186 unsigned int value = data->intervals[i]; in get_typical_interval()
205 if (divisor == INTERVALS) in get_typical_interval()
212 for (i = 0; i < INTERVALS; i++) { in get_typical_interval()
[all …]
Dteo.c18 * they can be covered by taking a few most recent idle time intervals of the
65 #define INTERVALS 8 macro
100 * @intervals: Saved idle duration values.
107 u64 intervals[INTERVALS]; member
200 cpu_data->intervals[cpu_data->interval_idx++] = measured_ns; in teo_update()
201 if (cpu_data->interval_idx >= INTERVALS) in teo_update()
387 for (i = 0; i < INTERVALS; i++) { in teo_select()
388 u64 val = cpu_data->intervals[i]; in teo_select()
401 if (count > INTERVALS / 2) { in teo_select()
475 for (i = 0; i < INTERVALS; i++) in teo_enable_device()
[all …]
/kernel/linux/linux-6.6/mm/damon/
Dsysfs.c412 * intervals directory
426 struct damon_sysfs_intervals *intervals = kmalloc(sizeof(*intervals), in damon_sysfs_intervals_alloc() local
429 if (!intervals) in damon_sysfs_intervals_alloc()
432 intervals->kobj = (struct kobject){}; in damon_sysfs_intervals_alloc()
433 intervals->sample_us = sample_us; in damon_sysfs_intervals_alloc()
434 intervals->aggr_us = aggr_us; in damon_sysfs_intervals_alloc()
435 intervals->update_us = update_us; in damon_sysfs_intervals_alloc()
436 return intervals; in damon_sysfs_intervals_alloc()
442 struct damon_sysfs_intervals *intervals = container_of(kobj, in sample_us_show() local
445 return sysfs_emit(buf, "%lu\n", intervals->sample_us); in sample_us_show()
[all …]
/kernel/linux/linux-6.6/drivers/hid/
Dhid-holtekff.c44 * 2: periodic rumble, short intervals
46 * 4: periodic rumble, long intervals
47 * 5: weak periodic rumble, long intervals
48 * 6: weak periodic rumble, short intervals
49 * 7: periodic rumble, short intervals
50 * 8: strong periodic rumble, short intervals
53 * b: very strong periodic rumble, very short intervals
/kernel/linux/linux-5.10/drivers/hid/
Dhid-holtekff.c44 * 2: periodic rumble, short intervals
46 * 4: periodic rumble, long intervals
47 * 5: weak periodic rumble, long intervals
48 * 6: weak periodic rumble, short intervals
49 * 7: periodic rumble, short intervals
50 * 8: strong periodic rumble, short intervals
53 * b: very strong periodic rumble, very short intervals
/kernel/linux/linux-6.6/kernel/irq/
Dtimings.c47 * interrupt and we end up with a suite of intervals. The experience
79 * The suffix array will build a suite of intervals of different
331 * The buffer contains the suite of intervals, in a ilog2 in irq_timings_next_event_index()
393 * number of intervals greater or equal to three times the in __irq_timings_next_event()
638 u64 *intervals; member
643 * Intervals are given in nanosecond base
730 index = irq_timings_interval_index(ti->intervals[i]); in irq_timings_test_next_index()
746 i = irq_timings_interval_index(ti->intervals[ti->count - 1]); in irq_timings_test_next_index()
763 pr_info("---> Injecting intervals number #%d (count=%zd)\n", in irq_timings_next_index_selftest()
796 index = irq_timings_interval_index(ti->intervals[i]); in irq_timings_test_irqs()
[all …]
/kernel/linux/linux-5.10/kernel/irq/
Dtimings.c47 * interrupt and we end up with a suite of intervals. The experience
79 * The suffix array will build a suite of intervals of different
331 * The buffer contains the suite of intervals, in a ilog2 in irq_timings_next_event_index()
393 * number of intervals greater or equal to three times the in __irq_timings_next_event()
638 u64 *intervals; member
643 * Intervals are given in nanosecond base
730 index = irq_timings_interval_index(ti->intervals[i]); in irq_timings_test_next_index()
746 i = irq_timings_interval_index(ti->intervals[ti->count - 1]); in irq_timings_test_next_index()
763 pr_info("---> Injecting intervals number #%d (count=%zd)\n", in irq_timings_next_index_selftest()
796 index = irq_timings_interval_index(ti->intervals[i]); in irq_timings_test_irqs()
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/ivytown/
Dother.json11 "BriefDescription": "Number of intervals between processor halts while thread is in ring 0",
16 … "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/ivybridge/
Dother.json11 "BriefDescription": "Number of intervals between processor halts while thread is in ring 0",
16 … "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.",
/kernel/linux/linux-6.6/drivers/iio/common/scmi_sensors/
Dscmi_iio.c229 *length = sensor->sensor_info->intervals.count * 2; in scmi_iio_read_avail()
230 if (sensor->sensor_info->intervals.segmented) in scmi_iio_read_avail()
527 (sensor->sensor_info->intervals.count * 2), in scmi_iio_set_sampling_freq_avail()
532 if (sensor->sensor_info->intervals.segmented) { in scmi_iio_set_sampling_freq_avail()
533 low_interval = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail()
540 step_size = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail()
547 high_interval = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail()
555 for (i = 0; i < sensor->sensor_info->intervals.count; i++) { in scmi_iio_set_sampling_freq_avail()
556 cur_interval = sensor->sensor_info->intervals.desc[i]; in scmi_iio_set_sampling_freq_avail()
/kernel/linux/linux-6.6/block/
Dt10-pi.c186 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in t10_pi_type1_complete() local
202 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in t10_pi_type1_complete()
209 intervals--; in t10_pi_type1_complete()
414 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in ext_pi_type1_complete() local
430 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in ext_pi_type1_complete()
438 intervals--; in ext_pi_type1_complete()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivybridge/
Dother.json13 … "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.",
20 "BriefDescription": "Number of intervals between processor halts while thread is in ring 0",
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/
Dother.json13 … "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.",
20 "BriefDescription": "Number of intervals between processor halts while thread is in ring 0",
/kernel/linux/linux-6.6/Documentation/ABI/stable/
Dsysfs-fs-orangefs23 Length of perf counter intervals in
40 other N-1 intervals remain available.
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-fs-orangefs23 Length of perf counter intervals in
40 other N-1 intervals remain available.

12345678910>>...26