Home
last modified time | relevance | path

Searched refs:nticks (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_kdi.c111 kdi_tickwait(clock_t nticks) in kdi_tickwait() argument
113 clock_t endtick = gettick() + nticks; in kdi_tickwait()
H A Dus3_kdi.c124 kdi_tickwait(clock_t nticks) in kdi_tickwait() argument
126 clock_t endtick = gettick() + nticks; in kdi_tickwait()
H A Dopl_kdi.c121 kdi_tickwait(clock_t nticks) in kdi_tickwait() argument
123 clock_t endtick = gettick() + nticks; in kdi_tickwait()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c898 clock_t nticks; in nvpflush_timeout() local
901 nticks = nvpticks - ddi_get_lbolt(); in nvpflush_timeout()
902 if (nticks > 4) { in nvpflush_timeout()
905 nvpflush_id = timeout(nvpflush_timeout, NULL, nticks); in nvpflush_timeout()
923 clock_t nticks; in nvf_wake_daemon() local
944 nticks = nvpflush_delay * TICKS_PER_SECOND; in nvf_wake_daemon()
945 nvpticks = ddi_get_lbolt() + nticks; in nvf_wake_daemon()
949 nvpflush_id = timeout(nvpflush_timeout, NULL, nticks + 4); in nvf_wake_daemon()
H A Dlog_sysevent.c167 log_event_pause(int nticks) in log_event_pause() argument
177 id = timeout(log_event_busy_timeout, NULL, nticks); in log_event_pause()
204 int nticks = LOG_EVENT_MIN_PAUSE; in log_event_upcall() local
264 log_event_pause(nticks); in log_event_upcall()
265 nticks <<= 1; in log_event_upcall()
266 if (nticks > LOG_EVENT_MAX_PAUSE) in log_event_upcall()
267 nticks = LOG_EVENT_MAX_PAUSE; in log_event_upcall()
280 neagain, neintr, nticks)); in log_event_upcall()
H A Devchannels.c890 int nticks = EVCH_MIN_PAUSE; in evch_door_deliver() local
912 delay(nticks); in evch_door_deliver()
913 nticks <<= 1; in evch_door_deliver()
914 if (nticks > EVCH_MAX_PAUSE) { in evch_door_deliver()
915 nticks = EVCH_MAX_PAUSE; in evch_door_deliver()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c844 clock_t nticks; in nvf_thread() local
848 nticks = nvf_thread_ticks - ddi_get_lbolt(); in nvf_thread()
853 if ((nticks > NVF_RESCHED_MIN_TICKS) || !modrootloaded) { in nvf_thread()
856 nvf_thread_id = timeout(nvf_thread, NULL, nticks); in nvf_thread()
895 nticks = nvf_thread_ticks - ddi_get_lbolt(); in nvf_thread()
897 if (nticks > NVF_FLUSH_DELAY) { in nvf_thread()
898 nvf_thread_id = timeout(nvf_thread, NULL, nticks); in nvf_thread()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c166 static void davicom_wait(unsigned int nticks);
194 static void davicom_wait(unsigned int nticks) in davicom_wait() argument
196 unsigned int to = currticks() + nticks; in davicom_wait()
H A Dtulip.c497 static void tulip_wait(unsigned int nticks);
530 static void tulip_wait(unsigned int nticks) in tulip_wait() argument
532 unsigned int to = currticks() + nticks; in tulip_wait()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c571 clock_t nticks; in sdev_state_sysavail() local
582 nticks = drv_usectohz(1000000 * nsecs); in sdev_state_sysavail()
583 sdcmn_err5(("timeout initiated %ld\n", nticks)); in sdev_state_sysavail()
584 (void) timeout(sdev_state_timeout, NULL, nticks); in sdev_state_sysavail()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h233 size_t nticks; /* ticks in this routine */ member
H A Dgprof.c364 if ((nelem = nlp->nticks) > PROF_BUFFER_SIZE) in dump_hits()
380 for (ntowrite = nlp->nticks; ntowrite >= nelem; ntowrite -= nelem) { in dump_hits()
423 if (nlp->nticks) in dump_pcsamples()
853 fnl->nticks += func_nticks; in assign_pcsamples()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1113 kdi_tickwait(clock_t nticks) in kdi_tickwait() argument
1115 clock_t endtick = gettick() + nticks; in kdi_tickwait()