/titanic_44/usr/src/cmd/sgs/prof/common/ |
H A D | profv.c | 332 psym->seconds = (double)nl->nticks; in compute_times() 334 psym->msecs_per_call = (double)nl->nticks / in compute_times() 339 psym->seconds = (double)nl->nticks / (double)hz; in compute_times() 350 ((double)nl->nticks / (double)n_pcsamples) * 100; in compute_times() 382 if ((nl[i].ncalls == 0) && (nl[i].nticks == 0)) { in collect_profsyms() 417 size_t nticks; in assign_pcsamples() local 432 nticks = 0; in assign_pcsamples() 434 nticks++; in assign_pcsamples() 438 nl->nticks += nticks; in assign_pcsamples() 439 n_accounted_ticks += nticks; in assign_pcsamples()
|
H A D | profv.h | 132 size_t nticks; /* number of ticks spent here */ member
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_kdi.c | 111 kdi_tickwait(clock_t nticks) in kdi_tickwait() argument 113 clock_t endtick = gettick() + nticks; in kdi_tickwait()
|
H A D | us3_kdi.c | 124 kdi_tickwait(clock_t nticks) in kdi_tickwait() argument 126 clock_t endtick = gettick() + nticks; in kdi_tickwait()
|
H A D | opl_kdi.c | 121 kdi_tickwait(clock_t nticks) in kdi_tickwait() argument 123 clock_t endtick = gettick() + nticks; in kdi_tickwait()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | devcache.c | 898 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 D | log_sysevent.c | 161 log_event_pause(int nticks) in log_event_pause() argument 171 id = timeout(log_event_busy_timeout, NULL, nticks); in log_event_pause() 198 int nticks = LOG_EVENT_MIN_PAUSE; in log_event_upcall() local 258 log_event_pause(nticks); in log_event_upcall() 259 nticks <<= 1; in log_event_upcall() 260 if (nticks > LOG_EVENT_MAX_PAUSE) in log_event_upcall() 261 nticks = LOG_EVENT_MAX_PAUSE; in log_event_upcall() 274 neagain, neintr, nticks)); in log_event_upcall()
|
H A D | evchannels.c | 886 int nticks = EVCH_MIN_PAUSE; in evch_door_deliver() local 908 delay(nticks); in evch_door_deliver() 909 nticks <<= 1; in evch_door_deliver() 910 if (nticks > EVCH_MAX_PAUSE) { in evch_door_deliver() 911 nticks = EVCH_MAX_PAUSE; in evch_door_deliver()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | nvfile.c | 844 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()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | davicom.c | 166 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 D | tulip.c | 497 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()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_ncache.c | 571 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()
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.h | 237 size_t nticks; /* ticks in this routine */ member
|
H A D | gprof.c | 328 if ((nelem = nlp->nticks) > PROF_BUFFER_SIZE) in dump_hits() 344 for (ntowrite = nlp->nticks; ntowrite >= nelem; ntowrite -= nelem) { in dump_hits() 387 if (nlp->nticks) in dump_pcsamples() 816 fnl->nticks += func_nticks; in assign_pcsamples()
|
/titanic_44/usr/src/uts/sun4v/os/ |
H A D | mach_cpu_states.c | 1113 kdi_tickwait(clock_t nticks) in kdi_tickwait() argument 1115 clock_t endtick = gettick() + nticks; in kdi_tickwait()
|