/linux-4.4.14/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 258 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length in need_envelope_modifier() 259 || old->u.periodic.envelope.attack_level != effect->u.periodic.envelope.attack_level in need_envelope_modifier() 260 || old->u.periodic.envelope.fade_length != effect->u.periodic.envelope.fade_length in need_envelope_modifier() 261 || old->u.periodic.envelope.fade_level != effect->u.periodic.envelope.fade_level) in need_envelope_modifier() 285 return (old->u.periodic.period != new->u.periodic.period in need_period_modifier() 286 || old->u.periodic.magnitude != new->u.periodic.magnitude in need_period_modifier() 287 || old->u.periodic.offset != new->u.periodic.offset in need_period_modifier() 288 || old->u.periodic.phase != new->u.periodic.phase); in need_period_modifier() 371 effect->u.periodic.magnitude, effect->u.periodic.offset, in iforce_upload_periodic() 372 effect->u.periodic.period, effect->u.periodic.phase); in iforce_upload_periodic() [all …]
|
/linux-4.4.14/drivers/input/ |
D | ff-core.c | 57 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible() 80 effect->u.periodic.waveform = FF_SINE; in compat_effect() 81 effect->u.periodic.period = 50; in compat_effect() 82 effect->u.periodic.magnitude = max(magnitude, 0x7fff); in compat_effect() 83 effect->u.periodic.offset = 0; in compat_effect() 84 effect->u.periodic.phase = 0; in compat_effect() 85 effect->u.periodic.envelope.attack_length = 0; in compat_effect() 86 effect->u.periodic.envelope.attack_level = 0; in compat_effect() 87 effect->u.periodic.envelope.fade_length = 0; in compat_effect() 88 effect->u.periodic.envelope.fade_level = 0; in compat_effect() [all …]
|
D | input-compat.c | 86 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user() 87 effect->u.periodic.custom_data = in input_ff_effect_from_user() 88 compat_ptr(compat_effect->u.periodic.custom_data); in input_ff_effect_from_user()
|
D | input-compat.h | 62 struct ff_periodic_effect_compat periodic; member
|
D | ff-memless.c | 76 return &effect->u.periodic.envelope; in get_envelope() 307 i = apply_envelope(state, abs(new->u.periodic.magnitude), in ml_combine_effects() 308 &new->u.periodic.envelope); in ml_combine_effects()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | brcms_trace_brcmsmac.h | 45 __field(uint, periodic) 50 __entry->periodic = t->periodic; 54 __entry->ms, __entry->set, __entry->periodic
|
D | mac80211_if.h | 42 bool periodic; member 107 void brcms_add_timer(struct brcms_timer *timer, uint ms, int periodic);
|
D | phy_shim.c | 74 wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic) in wlapi_add_timer() argument 76 brcms_add_timer((struct brcms_timer *)t, ms, periodic); in wlapi_add_timer()
|
D | phy_shim.h | 137 void wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic);
|
D | mac80211_if.c | 1434 if (t->periodic) { in _brcms_timer() 1487 void brcms_add_timer(struct brcms_timer *t, uint ms, int periodic) in brcms_add_timer() argument 1495 __func__, t->name, periodic); in brcms_add_timer() 1498 t->periodic = (bool) periodic; in brcms_add_timer()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-mem.c | 148 if (ehci->periodic) in ehci_mem_cleanup() 151 ehci->periodic, ehci->periodic_dma); in ehci_mem_cleanup() 152 ehci->periodic = NULL; in ehci_mem_cleanup() 209 ehci->periodic = (__le32 *) in ehci_mem_init() 213 if (ehci->periodic == NULL) { in ehci_mem_init() 230 ehci->periodic[i] = cpu_to_hc32(ehci, in ehci_mem_init() 234 ehci->periodic[i] = EHCI_LIST_END(ehci); in ehci_mem_init()
|
D | ehci-sched.c | 45 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow() argument 50 return &periodic->qh->qh_next; in periodic_next_shadow() 52 return &periodic->fstn->fstn_next; in periodic_next_shadow() 54 return &periodic->itd->itd_next; in periodic_next_shadow() 57 return &periodic->sitd->sitd_next; in periodic_next_shadow() 62 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic() argument 68 return &periodic->qh->hw->hw_next; in shadow_next_periodic() 71 return periodic->hw_next; in shadow_next_periodic() 79 __hc32 *hw_p = &ehci->periodic[frame]; in periodic_unlink() 459 type = Q_NEXT_TYPE(ehci, ehci->periodic [frame]); in tt_no_collision() [all …]
|
D | ohci-q.c | 151 struct ed **prev = &ohci->periodic [i]; in periodic_link() 274 struct ed **prev = &ohci->periodic [i]; in periodic_unlink() 600 int periodic = 0; in td_submit_urb() local 646 periodic = ohci_to_hcd(ohci)->self.bandwidth_int_reqs++ == 0 in td_submit_urb() 734 periodic = ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs++ == 0 in td_submit_urb() 740 if (periodic) { in td_submit_urb()
|
D | fotg210-hcd.c | 560 tag = Q_NEXT_TYPE(fotg210, fotg210->periodic[i]); in fill_periodic_buffer() 1930 if (fotg210->periodic) in fotg210_mem_cleanup() 1933 fotg210->periodic, fotg210->periodic_dma); in fotg210_mem_cleanup() 1934 fotg210->periodic = NULL; in fotg210_mem_cleanup() 1978 fotg210->periodic = (__le32 *) in fotg210_mem_init() 1982 if (fotg210->periodic == NULL) in fotg210_mem_init() 1986 fotg210->periodic[i] = FOTG210_LIST_END(fotg210); in fotg210_mem_init() 3309 union fotg210_shadow *periodic, __hc32 tag) in periodic_next_shadow() 3313 return &periodic->qh->qh_next; in periodic_next_shadow() 3315 return &periodic->fstn->fstn_next; in periodic_next_shadow() [all …]
|
D | sl811.h | 154 struct sl811h_ep *periodic[PERIODIC_SIZE]; member
|
D | sl811-hcd.c | 453 struct sl811h_ep **prev = &sl811->periodic[i]; in finish_request() 673 if (sl811->periodic[index]) in sl811h_irq() 674 sl811->next_periodic = sl811->periodic[index]; in sl811h_irq() 926 struct sl811h_ep **prev = &sl811->periodic[i]; in sl811h_urb_enqueue() 1463 ep = sl811->periodic[i]; in sl811h_show()
|
D | oxu210hp-hcd.c | 732 oxu->periodic = NULL; in ehci_mem_cleanup() 763 oxu->periodic = (__le32 *) &oxu->mem->frame_list; in ehci_mem_init() 764 oxu->periodic_dma = virt_to_phys(oxu->periodic); in ehci_mem_init() 767 oxu->periodic[i] = EHCI_LIST_END; in ehci_mem_init() 1813 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow() argument 1819 return &periodic->qh->qh_next; in periodic_next_shadow() 1827 __le32 *hw_p = &oxu->periodic[frame]; in periodic_unlink() 1851 __le32 *hw_p = &oxu->periodic[frame]; in periodic_usecs() 1949 __le32 *hw_p = &oxu->periodic[i]; in qh_link_periodic() 2291 hw_p = &oxu->periodic[frame]; in scan_periodic()
|
D | oxu210hp.h | 399 __le32 *periodic; /* hw periodic table */ member
|
D | fotg210.h | 115 __hc32 *periodic; /* hw periodic table */ member
|
D | isp116x-hcd.c | 325 struct isp116x_ep **prev = &isp116x->periodic[i]; in finish_request() 508 isp116x->periodic[index]; in start_atl_transfers() 796 struct isp116x_ep **prev = &isp116x->periodic[i]; in isp116x_urb_enqueue()
|
D | ohci.h | 381 struct ed *periodic [NUM_INTS]; /* shadow int_table */ member
|
D | ehci.h | 163 __hc32 *periodic; /* hw periodic table */ member
|
D | isp116x.h | 279 struct isp116x_ep *periodic[PERIODIC_SIZE]; member
|
D | Kconfig | 100 This changes the periodic scheduling code to fill more of the low 104 periodic low/fullspeed transfers possible. 106 If you have multiple periodic low/fullspeed devices connected to a
|
D | isp1362-hcd.c | 804 list_for_each_entry(ep, &isp1362_hcd->periodic, schedule) { in start_intl_transfers() 1355 list_add_tail(&ep->schedule, &isp1362_hcd->periodic); in isp1362_urb_enqueue() 2128 list_for_each_entry(ep, &isp1362_hcd->periodic, schedule) { in isp1362_show() 2690 INIT_LIST_HEAD(&isp1362_hcd->periodic); in isp1362_probe()
|
D | ohci-dbg.c | 510 ed = ohci->periodic[i]; in fill_periodic_buffer()
|
D | isp1362.h | 505 struct list_head periodic; member
|
D | ehci-dbg.c | 653 tag = Q_NEXT_TYPE(ehci, ehci->periodic [i]); in fill_periodic_buffer()
|
/linux-4.4.14/drivers/clocksource/ |
D | sh_tmu.c | 50 unsigned long periodic; member 215 int periodic) in sh_tmu_set_next() argument 227 if (periodic) in sh_tmu_set_next() 347 static void sh_tmu_clock_event_start(struct sh_tmu_channel *ch, int periodic) in sh_tmu_clock_event_start() argument 355 if (periodic) { in sh_tmu_clock_event_start() 356 ch->periodic = (ch->rate + HZ/2) / HZ; in sh_tmu_clock_event_start() 357 sh_tmu_set_next(ch, ch->periodic, 1); in sh_tmu_clock_event_start() 371 int periodic) in sh_tmu_clock_event_set_state() argument 380 ch->index, periodic ? "periodic" : "oneshot"); in sh_tmu_clock_event_set_state() 381 sh_tmu_clock_event_start(ch, periodic); in sh_tmu_clock_event_set_state()
|
D | meson6_timer.c | 58 static void meson6_clkevt_time_start(unsigned char timer, bool periodic) in meson6_clkevt_time_start() argument 62 if (periodic) in meson6_clkevt_time_start()
|
D | sun4i_timer.c | 71 static void sun4i_clkevt_time_start(u8 timer, bool periodic) in sun4i_clkevt_time_start() argument 75 if (periodic) in sun4i_clkevt_time_start()
|
D | arm_global_timer.c | 95 static void gt_compare_set(unsigned long delta, int periodic) in gt_compare_set() argument 106 if (periodic) { in gt_compare_set()
|
D | sh_mtu2.c | 210 unsigned long periodic; in sh_mtu2_enable() local 229 periodic = (rate + HZ/2) / HZ; in sh_mtu2_enable() 238 sh_mtu2_write(ch, TGR, periodic); in sh_mtu2_enable()
|
D | mtk_timer.c | 92 bool periodic, u8 timer) in mtk_clkevt_time_start() argument 104 if (periodic) in mtk_clkevt_time_start()
|
D | h8300_timer8.c | 158 static void timer8_clock_event_start(struct timer8_priv *p, int periodic) in timer8_clock_event_start() argument 169 timer8_set_next(p, periodic?(p->rate + HZ/2) / HZ:0x10000); in timer8_clock_event_start()
|
D | sh_cmt.c | 710 static void sh_cmt_clock_event_start(struct sh_cmt_channel *ch, int periodic) in sh_cmt_clock_event_start() argument 723 if (periodic) in sh_cmt_clock_event_start() 738 int periodic) in sh_cmt_clock_event_set_state() argument 747 ch->index, periodic ? "periodic" : "oneshot"); in sh_cmt_clock_event_set_state() 748 sh_cmt_clock_event_start(ch, periodic); in sh_cmt_clock_event_set_state()
|
D | timer-sun5i.c | 93 static void sun5i_clkevt_time_start(struct sun5i_timer_clkevt *ce, u8 timer, bool periodic) in sun5i_clkevt_time_start() argument 97 if (periodic) in sun5i_clkevt_time_start()
|
D | samsung_pwm_timer.c | 163 static void samsung_time_start(unsigned int channel, bool periodic) in samsung_time_start() argument 178 if (periodic) in samsung_time_start()
|
D | exynos_mct.c | 260 static void exynos4_mct_comp0_start(bool periodic, unsigned long cycles) in exynos4_mct_comp0_start() argument 267 if (periodic) { in exynos4_mct_comp0_start()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-module | 18 Description: Maximum time allowed for periodic transfers per microframe (μs) 20 [ USB 2.0 sets maximum allowed time for periodic transfers per 31 microseconds of periodic bandwidth per microframe.
|
D | sysfs-ptp | 40 This file contains the number of periodic or one shot 54 This file contains the number of programmable periodic 108 This write-only file enables or disables periodic 109 outputs. To enable a periodic output, write five 112 period nanoseconds. To disable a periodic output, set
|
D | sysfs-bus-iio | 17 periodic timer, GPIO or high resolution timer).
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hid-pidff.c | 354 effect->u.periodic.magnitude); in pidff_set_periodic_report() 356 effect->u.periodic.offset); in pidff_set_periodic_report() 357 pidff_set(&pidff->set_periodic[PID_PHASE], effect->u.periodic.phase); in pidff_set_periodic_report() 358 pidff->set_periodic[PID_PERIOD].value[0] = effect->u.periodic.period; in pidff_set_periodic_report() 371 return effect->u.periodic.magnitude != old->u.periodic.magnitude || in pidff_needs_set_periodic() 372 effect->u.periodic.offset != old->u.periodic.offset || in pidff_needs_set_periodic() 373 effect->u.periodic.phase != old->u.periodic.phase || in pidff_needs_set_periodic() 374 effect->u.periodic.period != old->u.periodic.period; in pidff_needs_set_periodic() 598 switch (effect->u.periodic.waveform) { in pidff_upload_effect() 629 pidff_needs_set_envelope(&effect->u.periodic.envelope, in pidff_upload_effect() [all …]
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 177 int periodic = 0; in main() local 195 periodic = atoi(optarg); in main() 415 if (periodic) { in main() 426 timeout.it_interval.tv_sec = periodic; in main() 427 timeout.it_value.tv_sec = periodic; in main()
|
D | ptp.txt | 21 - One short or periodic alarms, with signal delivery to user program 51 events via blocking read() and poll(). One shot and periodic 84 - GPIO outputs can produce periodic signals
|
/linux-4.4.14/drivers/staging/iio/trigger/ |
D | Kconfig | 12 Provides support for using periodic capable real time 16 module will be called iio-trig-periodic-rtc.
|
D | Makefile | 5 obj-$(CONFIG_IIO_PERIODIC_RTC_TRIGGER) += iio-trig-periodic-rtc.o
|
/linux-4.4.14/Documentation/timers/ |
D | highres.txt | 71 interrupt(s). The next event is currently defined to be periodic, with its 97 System-level global event devices are used for the Linux periodic tick. Per-CPU 103 - system global periodic tick (jiffies update) 106 - cpu local next event interrupt (non periodic mode) 147 initialized, the system works in the usual low resolution periodic mode. The 182 Once a system has switched to high resolution mode, the periodic tick is 183 switched off. This disables the per system global periodic clock event device - 186 The periodic tick functionality is provided by an per-cpu hrtimer. The callback 189 based periodic tick is designed to be extended with dynamic tick functionality. 191 timer and periodic events (jiffies tick, profiling, process accounting) on UP [all …]
|
D | hpet.txt | 11 additional hardware to support periodic interrupts. The comparators are
|
/linux-4.4.14/arch/s390/kernel/ |
D | vtime.c | 303 static void __add_vtimer(struct vtimer_list *timer, int periodic) in __add_vtimer() argument 307 timer->interval = periodic ? timer->expires : 0; in __add_vtimer() 331 static int __mod_vtimer(struct vtimer_list *timer, u64 expires, int periodic) in __mod_vtimer() argument 344 timer->interval = periodic ? expires : 0; in __mod_vtimer()
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | dwc2.txt | 25 - g-np-tx-fifo-size: size of non-periodic tx fifo size in gadget mode. 26 - g-tx-fifo-size: size of periodic tx fifo per endpoint (except ep0) in gadget mode.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | apds990x.txt | 100 RW - trigger / periodic. In "trigger" mode the driver tells two possible 103 In "periodic" mode the driver reports all values above 108 RO - accepted values to prox0_reporting_mode (trigger, periodic)
|
/linux-4.4.14/Documentation/usb/ |
D | ehci.txt | 80 Also, some shortcuts have been taken with the scheduling periodic 82 limits on the number of periodic transactions that can be scheduled, 119 "periodic" dumps the periodic schedule, used for interrupt 129 can't, such as "high bandwidth" periodic (interrupt or ISO) transfers. 131 periodic transfers) use different encodings when operating at high speed. 209 TBD: Interrupt and ISO transfer performance issues. Those periodic 213 TBD: More than standard 80% periodic bandwidth allocation is possible
|
D | proc_usb_info.txt | 147 (millisecond) is in use. It reflects only periodic transfers, which 245 amount of periodic bandwidth. To use significant fractions 262 The interval is nonzero for all periodic (interrupt or isochronous) 266 For high speed periodic endpoints, the "MaxPacketSize" reflects 271 With the Linux-USB stack, periodic bandwidth reservations use the
|
D | error-codes.txt | 35 b) Invalid or unsupported periodic transfer interval 55 for periodic transfers (interrupt, isochronous).
|
D | URB.txt | 35 of data to (or from) devices when using periodic transfer modes. 252 Interrupt transfers, like isochronous transfers, are periodic, and happen
|
D | dma.txt | 111 usbcore do the map/unmap.) Large periodic transfers make good examples
|
D | WUSB-Design-overview.txt | 77 bit address) and send periodic beacons to advertise themselves and pass
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | nxp,lpc1788-rtc.txt | 4 together with periodic tick and alarm interrupt support.
|
/linux-4.4.14/arch/nios2/kernel/ |
D | time.c | 133 bool periodic) in nios2_timer_config() argument 151 if (periodic) in nios2_timer_config()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | Kconfig | 88 logged for periodic transfers. This allows better debugging of 89 non-periodic transfers, but of course the debug logs will be
|
D | gadget.c | 270 return hs_ep->periodic; in is_ep_periodic() 315 bool periodic = is_ep_periodic(hs_ep); in dwc2_hsotg_write_fifo() local 330 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo() 400 if (can_write > 512 && !periodic) in dwc2_hsotg_write_fifo() 414 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo() 443 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo() 456 if (periodic) in dwc2_hsotg_write_fifo() 2216 static void dwc2_hsotg_irq_fifoempty(struct dwc2_hsotg *hsotg, bool periodic) in dwc2_hsotg_irq_fifoempty() argument 2231 if ((periodic && !ep->periodic) || in dwc2_hsotg_irq_fifoempty() 2232 (!periodic && ep->periodic)) in dwc2_hsotg_irq_fifoempty() [all …]
|
D | core.h | 166 unsigned int periodic:1; member
|
/linux-4.4.14/drivers/cpuidle/ |
D | Kconfig | 21 bool "Ladder governor (for periodic timer tick)"
|
/linux-4.4.14/Documentation/networking/ |
D | dm9000.txt | 138 periodic timer. 156 1) Interrupt on internal PHY state change. This means that the periodic
|
/linux-4.4.14/include/uapi/linux/ |
D | input.h | 434 struct ff_periodic_effect periodic; member
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 42 channels which can be programmed to deliver periodic or one-shot interrupts. 99 each clock to generate a full high / low cycle at the full periodic rate. 193 can function as a periodic timer, an additional once a day alarm, and can issue 227 bit 3-0 = Rate selection for periodic interrupt 228 000 = periodic timer disabled 248 bit 6 = periodic interrupt flag (PF) 276 of one-shot or periodic operation, and is based on the bus clock divided down 480 time by counting periodic interrupts. These interrupts may come from the PIT 500 Windows uses periodic RTC clocking as a means of keeping time internally, and
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | overview.txt | 44 processor periodic interrupt. A single trigger may initialize data
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 62 1) Move to a more general hardware periodic timer request
|
/linux-4.4.14/drivers/hv/ |
D | hyperv_vmbus.h | 194 u64 periodic:1; member
|
/linux-4.4.14/Documentation/ |
D | lockup-watchdogs.txt | 40 A periodic hrtimer runs to generate interrupts and kick the watchdog
|
D | rtc.txt | 59 the type of interrupt (update-done, alarm-rang, or periodic) that was 91 the process of doing this, the kernel briefly turns off RTC periodic
|
D | kernel-per-CPU-kthreads.txt | 179 CONFIG_SLAB=y, thus avoiding the slab allocator's periodic
|
D | kmemcheck.txt | 364 436 * itimers are process shared and we restart periodic
|
D | kernel-parameters.txt | 2096 other rate. 0 disables periodic checking. 3449 skew_tick= [KNL] Offset the periodic timer tick per cpu to mitigate
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 300 If you think you have a use for such a device (such as periodic data 322 If you think you have a use for such a device (such as periodic data 525 non-periodic and/or periodic.
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 387 struct cvmx_usb_tx_fifo periodic; member 1286 if (usb->periodic.head != usb->periodic.tail) { in cvmx_usb_poll_tx_fifo() 1291 if (cvmx_usb_fill_tx_hw(usb, &usb->periodic, in cvmx_usb_poll_tx_fifo() 1352 fifo = &usb->periodic; in cvmx_usb_fill_tx_fifo()
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-sched.c | 510 int len, int periodic) in c67x00_claim_frame_bw() argument 561 if (periodic) { in c67x00_claim_frame_bw()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 130 suited for periodic or sporadic real-time tasks that need guarantees on their 137 (task instances, or jobs) which are activated on a periodic or sporadic 144 A real-time task can be periodic with period P if r_{j+1} = r_j + P, or 397 Specifying a periodic/sporadic task that executes for a given amount of
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 91 The Q40 custom chip is programmable to provide 2 periodic timers:
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 93 # We need at least one periodic CPU for timekeeping
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | README | 108 p4 is Control periodic calibration (0-2)
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache-policies.txt | 19 issues periodic ticks to the policy. It's suggested that the policy
|
/linux-4.4.14/Documentation/input/ |
D | ff.txt | 62 - FF_PERIODIC can render periodic effects with the following waveforms:
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 241 periodic tick. If you have a driver that calls
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig | 149 The governor does a periodic polling and
|
/linux-4.4.14/Documentation/filesystems/ |
D | btrfs.txt | 76 Set the interval of periodic commit, 30 seconds by default. Higher
|
D | Locking | 293 ->writepages() is used for periodic writeback and for syscall-initiated
|
D | xfs-delayed-logging-design.txt | 559 they will be flushed by the periodic log force issued by the xfssyncd. This log
|
/linux-4.4.14/drivers/input/serio/ |
D | Kconfig | 140 of delivering interrupts on a periodic and one-shot basis.
|
/linux-4.4.14/drivers/input/misc/ |
D | uinput.c | 209 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | commands.h | 2143 u8 periodic; /* 1 = periodic */ member
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 180 generate periodic interrupts
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | commands.h | 2028 u8 periodic; /* 1 = periodic */ member
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 183 Setting this to zero disables periodic writeback altogether.
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 525 In sched domain, the scheduler migrates tasks in 2 ways; periodic load
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 1188 Samsung S3C24XX series of SoCs. This can provide periodic
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 707 The overhead should be minimal. A periodic hrtimer runs to
|