Searched refs:periodic (Results 51 - 75 of 80) sorted by relevance

1234

/freebsd-11-stable/etc/periodic/daily/
H A D210.backup-aliases8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D440.status-mailq8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D460.status-mail-rejects8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D310.accounting8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D800.scrub-zfs3 # $FreeBSD: stable/11/etc/periodic/daily/800.scrub-zfs 342647 2018-12-31 11:05:38Z mr $
12 if [ -r /etc/defaults/periodic.conf ]
14 . /etc/defaults/periodic.conf
36 echo " '/etc/periodic.conf:daily_scrub_zfs_pools'"
H A D200.backup-passwd3 # $FreeBSD: stable/11/etc/periodic/daily/200.backup-passwd 357900 2020-02-14 02:27:01Z kevans $
8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A DMakefile1 # $FreeBSD: stable/11/etc/periodic/daily/Makefile 330770 2018-03-11 17:43:04Z emaste $
33 ACCTDIR= /etc/periodic/daily
/freebsd-11-stable/etc/periodic/monthly/
H A D200.accounting8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/freebsd-11-stable/etc/periodic/weekly/
H A D340.noid3 # $FreeBSD: stable/11/etc/periodic/weekly/340.noid 342366 2018-12-22 10:57:52Z eugen $
8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/freebsd-11-stable/sys/kern/
H A Dkern_clocksource.c89 static sbintime_t timerperiod; /* Timer period for periodic mode. */
99 static int singlemul; /* Multiplier for periodic mode. */
101 0, "Multiplier for periodic mode");
103 static u_int idletick; /* Run periodic events when idle. */
105 0, "Run periodic events when idle");
107 static int periodic; /* Periodic or one-shot mode. */ variable
109 TUNABLE_INT("kern.eventtimer.periodic", &want_periodic);
319 if (periodic)
390 if (periodic) {
393 * Try to start all periodic timer
[all...]
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_timer.c173 uint32_t periodic; local
181 periodic = 0;
185 periodic = AML_TIMER_A_PERIODIC;
199 AML_TIMER_A_EN | periodic));
/freebsd-11-stable/share/man/man5/
H A DMakefile51 periodic.conf.5 \
/freebsd-11-stable/contrib/tcsh/
H A Dtc.func.c916 * Added period_cmd(), which executes the alias "periodic" every
931 xprintf("%s", CGETS(22, 6, "Faulty alias 'periodic' removed.\n"));
1052 * Either precmd, or cwdcmd, or periodic had an error. Call it again so
1062 * So if we hit ^C in the middle of cwdcmd or periodic the alias gets
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h523 The user can select to start the timer as periodic timer or as
529 @Param[in] periodic - TRUE for a periodic timer;
540 bool periodic,
/freebsd-11-stable/usr.sbin/
H A DMakefile62 periodic \
/freebsd-11-stable/sys/dev/evdev/
H A Dinput.h209 * Force feedback periodic effect types
264 struct ff_periodic_effect periodic; member in union:ff_effect::__anon7
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c735 callout_schedule(&cfg->periodic, hz * PERIODIC_DELAY);
1706 callout_reset(&cfg->periodic, hz * PERIODIC_DELAY,
1728 callout_init(&cfg->periodic, CALLOUT_MPSAFE);
1764 callout_drain(&cfg->periodic);
H A Dnat64lsn.h222 struct callout periodic; member in struct:nat64lsn_cfg
/freebsd-11-stable/stand/lua/
H A Dcore.lua181 loader.setenv("kern.eventtimer.periodic", "1")
189 loader.unsetenv("kern.eventtimer.periodic")
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c165 uint64_t interval; /**< For periodic pipes, the interval between packets in frames */
223 cvmx_usb_tx_fifo_t periodic; member in struct:__anon8791
1022 start address of the non- periodic transmit FIFO for nonperiodic
1032 address of the periodic transmit FIFO for periodic transactions (25%). */
1475 if (usb->periodic.head != usb->periodic.tail)
1479 if (__cvmx_usb_fill_tx_hw(usb, &usb->periodic, tx_status.s.ptxfspcavail))
1535 fifo = &usb->periodic;
1889 /* Set the startframe odd/even properly. This is only used for periodic */
[all...]
/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c644 bool periodic,
642 XX_StartTimer(t_Handle h_Timer, uint32_t msecs, bool periodic, void (*f_TimerExpired)(t_Handle), t_Handle h_Arg) argument
/freebsd-11-stable/etc/
H A DMakefile247 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
/freebsd-11-stable/sys/dev/mps/
H A Dmpsvar.h296 struct callout periodic; member in struct:mps_softc
H A Dmps.c1527 callout_init_mtx(&sc->periodic, &sc->mps_mtx, 0);
1558 /* Start the periodic watchdog check on the IOC Doorbell */
1625 callout_reset(&sc->periodic, MPS_PERIODIC_DELAY * hz, mps_periodic, sc);
1692 callout_drain(&sc->periodic);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c1672 callout_init_mtx(&sc->periodic, &sc->mpr_mtx, 0);
1703 /* Start the periodic watchdog check on the IOC Doorbell */
1774 callout_reset(&sc->periodic, MPR_PERIODIC_DELAY * hz, mpr_periodic, sc);
1842 callout_drain(&sc->periodic);

Completed in 223 milliseconds

1234