Home
last modified time | relevance | path

Searched refs:periodic (Results 1 – 98 of 98) sorted by relevance

/linux-4.4.14/drivers/input/joystick/iforce/
Diforce-ff.c258 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/
Dff-core.c57 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 …]
Dinput-compat.c86 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()
Dinput-compat.h62 struct ff_periodic_effect_compat periodic; member
Dff-memless.c76 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/
Dbrcms_trace_brcmsmac.h45 __field(uint, periodic)
50 __entry->periodic = t->periodic;
54 __entry->ms, __entry->set, __entry->periodic
Dmac80211_if.h42 bool periodic; member
107 void brcms_add_timer(struct brcms_timer *timer, uint ms, int periodic);
Dphy_shim.c74 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()
Dphy_shim.h137 void wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic);
Dmac80211_if.c1434 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/
Dehci-mem.c148 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()
Dehci-sched.c45 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 …]
Dohci-q.c151 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()
Dfotg210-hcd.c560 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 …]
Dsl811.h154 struct sl811h_ep *periodic[PERIODIC_SIZE]; member
Dsl811-hcd.c453 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()
Doxu210hp-hcd.c732 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()
Doxu210hp.h399 __le32 *periodic; /* hw periodic table */ member
Dfotg210.h115 __hc32 *periodic; /* hw periodic table */ member
Disp116x-hcd.c325 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()
Dohci.h381 struct ed *periodic [NUM_INTS]; /* shadow int_table */ member
Dehci.h163 __hc32 *periodic; /* hw periodic table */ member
Disp116x.h279 struct isp116x_ep *periodic[PERIODIC_SIZE]; member
DKconfig100 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
Disp1362-hcd.c804 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()
Dohci-dbg.c510 ed = ohci->periodic[i]; in fill_periodic_buffer()
Disp1362.h505 struct list_head periodic; member
Dehci-dbg.c653 tag = Q_NEXT_TYPE(ehci, ehci->periodic [i]); in fill_periodic_buffer()
/linux-4.4.14/drivers/clocksource/
Dsh_tmu.c50 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()
Dmeson6_timer.c58 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()
Dsun4i_timer.c71 static void sun4i_clkevt_time_start(u8 timer, bool periodic) in sun4i_clkevt_time_start() argument
75 if (periodic) in sun4i_clkevt_time_start()
Darm_global_timer.c95 static void gt_compare_set(unsigned long delta, int periodic) in gt_compare_set() argument
106 if (periodic) { in gt_compare_set()
Dsh_mtu2.c210 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()
Dmtk_timer.c92 bool periodic, u8 timer) in mtk_clkevt_time_start() argument
104 if (periodic) in mtk_clkevt_time_start()
Dh8300_timer8.c158 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()
Dsh_cmt.c710 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()
Dtimer-sun5i.c93 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()
Dsamsung_pwm_timer.c163 static void samsung_time_start(unsigned int channel, bool periodic) in samsung_time_start() argument
178 if (periodic) in samsung_time_start()
Dexynos_mct.c260 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/
Dsysfs-module18 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.
Dsysfs-ptp40 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
Dsysfs-bus-iio17 periodic timer, GPIO or high resolution timer).
/linux-4.4.14/drivers/hid/usbhid/
Dhid-pidff.c354 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/
Dtestptp.c177 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()
Dptp.txt21 - 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/
DKconfig12 Provides support for using periodic capable real time
16 module will be called iio-trig-periodic-rtc.
DMakefile5 obj-$(CONFIG_IIO_PERIODIC_RTC_TRIGGER) += iio-trig-periodic-rtc.o
/linux-4.4.14/Documentation/timers/
Dhighres.txt71 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 …]
Dhpet.txt11 additional hardware to support periodic interrupts. The comparators are
/linux-4.4.14/arch/s390/kernel/
Dvtime.c303 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/
Ddwc2.txt25 - 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/
Dapds990x.txt100 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/
Dehci.txt80 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
Dproc_usb_info.txt147 (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
Derror-codes.txt35 b) Invalid or unsupported periodic transfer interval
55 for periodic transfers (interrupt, isochronous).
DURB.txt35 of data to (or from) devices when using periodic transfer modes.
252 Interrupt transfers, like isochronous transfers, are periodic, and happen
Ddma.txt111 usbcore do the map/unmap.) Large periodic transfers make good examples
DWUSB-Design-overview.txt77 bit address) and send periodic beacons to advertise themselves and pass
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dnxp,lpc1788-rtc.txt4 together with periodic tick and alarm interrupt support.
/linux-4.4.14/arch/nios2/kernel/
Dtime.c133 bool periodic) in nios2_timer_config() argument
151 if (periodic) in nios2_timer_config()
/linux-4.4.14/drivers/usb/dwc2/
DKconfig88 logged for periodic transfers. This allows better debugging of
89 non-periodic transfers, but of course the debug logs will be
Dgadget.c270 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 …]
Dcore.h166 unsigned int periodic:1; member
/linux-4.4.14/drivers/cpuidle/
DKconfig21 bool "Ladder governor (for periodic timer tick)"
/linux-4.4.14/Documentation/networking/
Ddm9000.txt138 periodic timer.
156 1) Interrupt on internal PHY state change. This means that the periodic
/linux-4.4.14/include/uapi/linux/
Dinput.h434 struct ff_periodic_effect periodic; member
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt42 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/
Doverview.txt44 processor periodic interrupt. A single trigger may initialize data
/linux-4.4.14/drivers/staging/iio/
DTODO62 1) Move to a more general hardware periodic timer request
/linux-4.4.14/drivers/hv/
Dhyperv_vmbus.h194 u64 periodic:1; member
/linux-4.4.14/Documentation/
Dlockup-watchdogs.txt40 A periodic hrtimer runs to generate interrupts and kick the watchdog
Drtc.txt59 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
Dkernel-per-CPU-kthreads.txt179 CONFIG_SLAB=y, thus avoiding the slab allocator's periodic
Dkmemcheck.txt364 436 * itimers are process shared and we restart periodic
Dkernel-parameters.txt2096 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/
DKconfig300 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/
Docteon-hcd.c387 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/
Dc67x00-sched.c510 int len, int periodic) in c67x00_claim_frame_bw() argument
561 if (periodic) { in c67x00_claim_frame_bw()
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt130 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/
DREADME91 The Q40 custom chip is programmable to provide 2 periodic timers:
/linux-4.4.14/kernel/time/
DKconfig93 # We need at least one periodic CPU for timekeeping
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME108 p4 is Control periodic calibration (0-2)
/linux-4.4.14/Documentation/device-mapper/
Dcache-policies.txt19 issues periodic ticks to the policy. It's suggested that the policy
/linux-4.4.14/Documentation/input/
Dff.txt62 - FF_PERIODIC can render periodic effects with the following waveforms:
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt241 periodic tick. If you have a driver that calls
/linux-4.4.14/drivers/cpufreq/
DKconfig149 The governor does a periodic polling and
/linux-4.4.14/Documentation/filesystems/
Dbtrfs.txt76 Set the interval of periodic commit, 30 seconds by default. Higher
DLocking293 ->writepages() is used for periodic writeback and for syscall-initiated
Dxfs-delayed-logging-design.txt559 they will be flushed by the periodic log force issued by the xfssyncd. This log
/linux-4.4.14/drivers/input/serio/
DKconfig140 of delivering interrupts on a periodic and one-shot basis.
/linux-4.4.14/drivers/input/misc/
Duinput.c209 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommands.h2143 u8 periodic; /* 1 = periodic */ member
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt180 generate periodic interrupts
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dcommands.h2028 u8 periodic; /* 1 = periodic */ member
/linux-4.4.14/Documentation/sysctl/
Dvm.txt183 Setting this to zero disables periodic writeback altogether.
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt525 In sched domain, the scheduler migrates tasks in 2 ways; periodic load
/linux-4.4.14/drivers/rtc/
DKconfig1188 Samsung S3C24XX series of SoCs. This can provide periodic
/linux-4.4.14/lib/
DKconfig.debug707 The overhead should be minimal. A periodic hrtimer runs to