| /linux/mm/damon/ |
| H A D | sysfs.c | 612 struct damon_sysfs_intervals *intervals = kmalloc_obj(*intervals); in damon_sysfs_intervals_alloc() local 614 if (!intervals) in damon_sysfs_intervals_alloc() 617 intervals->kobj = (struct kobject){}; in damon_sysfs_intervals_alloc() 618 intervals->sample_us = sample_us; in damon_sysfs_intervals_alloc() 619 intervals->aggr_us = aggr_us; in damon_sysfs_intervals_alloc() 620 intervals->update_us = update_us; in damon_sysfs_intervals_alloc() 621 return intervals; in damon_sysfs_intervals_alloc() 624 static int damon_sysfs_intervals_add_dirs(struct damon_sysfs_intervals *intervals) in damon_sysfs_intervals_add_dirs() argument 634 &damon_sysfs_intervals_goal_ktype, &intervals->kobj, in damon_sysfs_intervals_add_dirs() 638 intervals->intervals_goal = NULL; in damon_sysfs_intervals_add_dirs() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-enum-frame-interval.rst | 13 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
|
| H A D | vidioc-enum-frameintervals.rst | 13 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 …]
|
| H A D | vidioc-subdev-g-frame-interval.rst | 42 don't support frame intervals must not implement these ioctls. 122 doesn't support frame intervals.
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | imx-uapi.rst | 42 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
|
| /linux/net/netfilter/ |
| H A D | nft_set_rbtree.c | 27 struct nft_array_interval *intervals; member 122 interval = bsearch(&ctx, array->intervals, array->num_intervals, in nft_rbtree_lookup() 182 interval = bsearch(&ctx, array->intervals, array->num_intervals, in nft_rbtree_get() 587 struct nft_array_interval *intervals; in nft_array_intervals_alloc() local 589 intervals = kvzalloc_objs(struct nft_array_interval, max_intervals, in nft_array_intervals_alloc() 591 if (!intervals) in nft_array_intervals_alloc() 594 if (array->intervals) in nft_array_intervals_alloc() 595 kvfree(array->intervals); in nft_array_intervals_alloc() 597 array->intervals = intervals; in nft_array_intervals_alloc() 979 kvfree(array->intervals); in __nft_array_free() [all …]
|
| /linux/drivers/iio/common/scmi_sensors/ |
| H A D | scmi_iio.c | 228 *length = sensor->sensor_info->intervals.count * 2; in scmi_iio_read_avail() 229 if (sensor->sensor_info->intervals.segmented) in scmi_iio_read_avail() 524 array_size(sensor->sensor_info->intervals.count, 2), in scmi_iio_set_sampling_freq_avail() 530 if (sensor->sensor_info->intervals.segmented) { in scmi_iio_set_sampling_freq_avail() 531 low_interval = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail() 538 step_size = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail() 545 high_interval = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail() 553 for (i = 0; i < sensor->sensor_info->intervals.count; i++) { in scmi_iio_set_sampling_freq_avail() 554 cur_interval = sensor->sensor_info->intervals.desc[i]; in scmi_iio_set_sampling_freq_avail()
|
| /linux/kernel/irq/ |
| H A D | timings.c | |
| /linux/block/ |
| H A D | t10-pi.c | 179 unsigned intervals = nr_bytes >> bi->interval_exp; in t10_pi_type1_complete() local 196 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in t10_pi_type1_complete() 203 intervals--; in t10_pi_type1_complete() 342 unsigned intervals = nr_bytes >> bi->interval_exp; in ext_pi_type1_complete() local 359 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in ext_pi_type1_complete() 367 intervals--; in ext_pi_type1_complete()
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_uiom.c | 189 static void usnic_uiom_unmap_sorted_intervals(struct list_head *intervals, in usnic_uiom_unmap_sorted_intervals() argument 195 list_for_each_entry_safe(interval, tmp, intervals, link) { in usnic_uiom_unmap_sorted_intervals() 238 static int usnic_uiom_map_sorted_intervals(struct list_head *intervals, in usnic_uiom_map_sorted_intervals() argument 256 list_for_each_entry(interval_node, intervals, link) { in usnic_uiom_map_sorted_intervals() 324 usnic_uiom_unmap_sorted_intervals(intervals, pd); in usnic_uiom_map_sorted_intervals()
|
| H A D | usnic_uiom_interval_tree.c | 172 void usnic_uiom_put_interval_set(struct list_head *intervals) in usnic_uiom_put_interval_set() argument 175 list_for_each_entry_safe(interval, tmp, intervals, link) in usnic_uiom_put_interval_set()
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | stat.rst | 18 DAMON_STAT uses monitoring intervals :ref:`auto-tuning 20 overhead minimum. It auto-tunes the intervals aiming 4 % of observable access 25 intervals can be retrieved via ``aggr_interval_us`` :ref:`parameter
|
| /linux/drivers/cpuidle/governors/ |
| H A D | menu.c | 77 unsigned int intervals[INTERVALS]; member 103 data->intervals[data->interval_ptr++] = interval_us; in menu_update_intervals() 131 value = data->intervals[i]; in get_typical_interval()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-fs-orangefs | 23 Length of perf counter intervals in 40 other N-1 intervals remain available.
|
| H A D | sysfs-bus-w1 | 7 100 ms - hence the tens-to-hundreds milliseconds scan intervals
|
| /linux/Documentation/hwmon/ |
| H A D | lm93.rst | 92 The monitoring intervals for the two #PROCHOT signals is also configurable. 93 These intervals can be found in the sysfs files prochot1_interval and 94 prochot2_interval. The values in these files specify the intervals for 97 intervals are (in seconds): 99 #PROCHOT intervals: 262 0 (disabled, h/w default) to 0.75 in 0.05 second intervals
|
| H A D | drivetemp.rst | 47 intervals larger than twice the spin-down time. Otherwise affected drives
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-siox | 62 Counts the number of time intervals when the read status byte doesn't yield the 83 Read-only value reporting the number to time intervals when the
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | scan.h | 70 __le32 intervals[SCAN_MAX_CYCLE_INTERVALS]; member
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-trigger-pattern.txt | 11 adding intervening dimming intervals.
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_driver.c | 229 u32 **intervals, u8 ftype, int width_multiplier, in uvc_parse_frame() argument 278 frame->dwFrameInterval = *intervals; in uvc_parse_frame() 282 (*intervals)[i] = interval ? interval : 1; in uvc_parse_frame() 321 (*intervals)[0] = frame->dwDefaultFrameInterval; in uvc_parse_frame() 329 *intervals += n; in uvc_parse_frame() 336 struct uvc_frame *frames, u32 **intervals, const unsigned char *buffer, in uvc_parse_format() argument 462 frame->dwFrameInterval = *intervals; in uvc_parse_format() 463 *(*intervals)++ = 1; in uvc_parse_format() 492 intervals, ftype, width_multiplier, in uvc_parse_format()
|
| /linux/include/sound/ |
| H A D | pcm.h | 259 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - member 275 return &constrs->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL]; in constrs_interval() 987 return ¶ms->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL]; in hw_param_interval() 999 return ¶ms->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL]; in hw_param_interval_c()
|
| /linux/kernel/rcu/ |
| H A D | Kconfig.debug | 125 printed at more widely spaced intervals. 136 are printed at more widely spaced intervals. A value of zero
|
| /linux/lib/ |
| H A D | Kconfig.kfence | 65 option is only recommended when using very large sample intervals, or
|
| /linux/Documentation/filesystems/ |
| H A D | automount-support.rst | 63 It may prove simplest to simply call this at regular intervals, using
|