Searched refs:callout_schedule (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10-stable/sys/dev/virtio/random/
H A Dvirtio_random.c230 callout_schedule(&sc->vtrnd_callout, 5 * hz);
/freebsd-10-stable/sys/sys/
H A Dcallout.h126 int callout_schedule(struct callout *, int);
/freebsd-10-stable/sys/net80211/
H A Dieee80211_dfs.c267 callout_schedule(&dfs->nol_timer, oldest + NOL_TIMEOUT - now);
367 callout_schedule(&dfs->cac_timer, 0);
/freebsd-10-stable/sys/dev/drm/
H A Dvia_dmablit.c464 callout_schedule(&blitq->poll_timer, 1);
/freebsd-10-stable/sys/kern/
H A Dkern_ntptime.c1005 callout_schedule(&resettodr_callout, resettodr_period * hz);
H A Dkern_timeout.c1126 callout_schedule(struct callout *c, int to_ticks) function
/freebsd-10-stable/sys/dev/wtap/
H A Dif_wtap.c257 callout_schedule(&avp->av_swba, avp->av_bcinterval);
/freebsd-10-stable/sys/dev/drm2/i915/
H A Di915_irq.c362 callout_schedule(&dev_priv->hangcheck_timer,
1242 callout_schedule(&dev_priv->hangcheck_timer, DRM_I915_HANGCHECK_PERIOD);
H A Dintel_display.c5676 callout_schedule(&dev_priv->idle_callout, GPU_IDLE_TIMEOUT);
5696 callout_schedule(&intel_crtc->idle_callout, CRTC_IDLE_TIMEOUT);
H A Di915_gem.c3439 callout_schedule(&dev_priv->hangcheck_timer,
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c629 callout_schedule(&spa->spa_deadman_cycid,
/freebsd-10-stable/sys/dev/usb/net/
H A Duhso.c1632 callout_schedule(&sc->sc_c, 1);
/freebsd-10-stable/share/man/man9/
H A DMakefile1407 timeout.9 callout_schedule.9 \
/freebsd-10-stable/sys/netinet/
H A Dtcp_syncache.c2111 callout_schedule(&sc->secret.reseed, SYNCOOKIE_LIFETIME * hz);
/freebsd-10-stable/sys/dev/mvs/
H A Dmvs.c1771 callout_schedule(&ch->pm_timer,
1997 callout_schedule(&ch->reset_timer, hz / 10);
/freebsd-10-stable/sys/dev/ahci/
H A Dahci.c1932 callout_schedule(&ch->pm_timer,
2235 callout_schedule(&ch->reset_timer, hz / 10);
/freebsd-10-stable/sys/dev/iscsi/
H A Discsi.c552 callout_schedule(&is->is_callout, 1 * hz);
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c992 callout_schedule(&cs->cs_callout, 1 * hz);
H A Dctl_tpc.c186 callout_schedule(&softc->tpc_timeout, hz);
/freebsd-10-stable/sys/dev/vt/
H A Dvt_core.c273 callout_schedule(&vd->vd_timer, hz / (1000 / ms));
/freebsd-10-stable/sys/net/
H A Dif_vxlan.c1781 callout_schedule(&sc->vxl_callout, vxlan_ftable_prune_period * hz);
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_cd.c2620 callout_schedule(&softc->mediapoll_c, cd_poll_period * hz);
/freebsd-10-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2683 callout_schedule(&sc->vtnet_tick_ch, hz);
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid.c416 callout_schedule(&sc->aac_daemontime, 30 * 60 * hz);
/freebsd-10-stable/sys/dev/aac/
H A Daac.c369 callout_schedule(&sc->aac_daemontime, 30 * 60 * hz);

Completed in 355 milliseconds

12