| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| timer.c | 23 void waiton_timer2(unsigned int ticks) 25 load_timer2(ticks);
|
| timer.h | 50 /* Ticks must be between 0 and 65535 (0 == 65536) 52 extern void load_timer2(unsigned int ticks); 54 extern void waiton_timer2(unsigned int ticks); 55 extern void __load_timer2(unsigned int ticks);
|
| i386_timer.c | 15 void __load_timer2(unsigned int ticks) 32 /* LSB of ticks */ 33 outb(ticks & 0xFF, TIMER2_PORT); 34 /* MSB of ticks */ 35 outb(ticks >> 8, TIMER2_PORT); 49 void load_timer2(unsigned int ticks) 51 return __load_timer2(ticks); 78 /* Number of clock ticks to time with the rtc */
|
| misc.c | 84 unsigned long ticks; local 93 ticks = currticks(); 94 if ((lastticks + (TICKS_PER_SEC/18)) > ticks) 96 lastticks = ticks;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| ratectrl.c | 202 /* 6 buckets for ticks: 60s */ 237 unsigned int ticks; local 246 ticks = now / ChtGran; 397 CTime_T *ct = &chBest->ch_Times[ticks % CHTSIZE]; 399 if (ct->ct_Ticks != ticks) 401 ct->ct_Ticks = ticks; 413 if (ct->ct_Ticks <= ticks && ct->ct_Ticks >= ticks - CHTSIZE) 447 unsigned int ticks; local 453 ticks = now / ChtGran [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ |
| tmdiff.c | 140 unsigned long ticks; 183 tm->ticks = tickGet(); 218 ret = (double)(b->ticks - a->ticks) / (double)sysClkRateGet(); 245 d = (b->ticks - a->ticks);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| PosixDaemon.c | 208 mDNSs32 ticks; local 215 ticks = nextTimerEvent - mDNS_TimeNow(m); 216 if (ticks < 1) ticks = 1; 219 ticks = 0; 221 timeout.tv_sec = ticks / mDNSPlatformOneSecond; 222 timeout.tv_usec = (ticks % mDNSPlatformOneSecond) * 1000000 / mDNSPlatformOneSecond;
|
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/ |
| sd_misc.h | 51 extern void _sd_timed_block(clock_t ticks, kcondvar_t *cvp);
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| clock_realtime.c | 78 clock_t ticks; local 136 ticks = timespectohz(val, now); 137 *tidp = realtime_timeout(clock_realtime_fire, it, ticks); 188 clock_t ticks; local 210 ticks = timespectohz(&it->it_itime.it_value, now); 218 * The "ticks" we've been returned from timespectohz(), then, 223 * "ticks" will be interpreted against lbolt. That is, 227 * registering a callout for "ticks" of the clock, which 228 * may be less than ("ticks" / hz) seconds (but not more than 237 *tidp = realtime_timeout(clock_realtime_fire_first, it, ticks); [all...] |
| clock.c | 233 * calibration interval jitter exceeds two ticks. 1490 clock_t ticks; local 1622 int ticks; local [all...] |
| timers.c | 592 clock_t ticks; local 597 if ((ticks = hzto(valp)) > 1) { 602 * number of ticks. For the special meaning of the value "1" 605 p->p_itimerid = realtime_timeout(realitexpire, p, ticks); 897 clock_t ticks; local 902 * Compute number of ticks we will see between now and 905 * and returns LONG_MAX ticks if we would overflow. 918 ticks = NSEC_TO_TICK(nsec); 921 * Compute ticks, accounting for negative and overflow as above. 926 if (sec < 0 || (sec == 0 && ticks < 1) 943 int64_t ticks; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/ |
| prof.c | 99 #define PROFSEC(ticks) ((double)(ticks)/HZ) /* Convert clock ticks to seconds */ 194 float sl_time; /* Count of clock ticks in this routine, */ 207 float tot_sl_time; /* total clock ticks (a la sl_time) */ 752 * ticks for values of pc in the range pc, pc+1, ..., pc+s_inv-1 793 long ticks; local 828 ticks = pcp[i0]; /* # Times (clock ticks). */ 829 OLD_DEBUG(if (debug_value & 010) fprintf(stderr, "ticks = %d\n", ticks)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/ |
| nis_proc.h | 52 unsigned long ticks; /* Number of clock ticks used */ member in struct:nis_db_result 67 unsigned long ticks; /* Database ticks */ member in struct:nis_db_list_result 76 unsigned long ticks; /* the obligatory ticks value */ member in struct:nis_fn_result 87 struct ticks { struct 219 extern nis_error __directory_object(nis_name, struct ticks *, int, 221 extern nis_error __directory_object_msg(nis_name, struct ticks *, int,
|
| nis_ns_proc.c | 116 struct ticks t; 220 res->dticks = dbres->ticks; 247 res->dticks = dbres->ticks; 280 res->dticks += dbres->ticks; 355 res->dticks += dbres->ticks; 393 res->dticks += dbres->ticks; 462 res->dticks += dbres->ticks; 507 res->dticks += dbres->ticks; 653 res->dticks += dbres->ticks; 835 struct ticks t [all...] |
| nis_mt.h | 78 int ticks; member in struct:__anon1357
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| db_entry_c.x | 80 long ticks; /* for statistics */
|
| /onnv/onnv-gate/usr/src/head/rpcsvc/ |
| nis_db.h | 84 long ticks; member in struct:db_result
|
| /onnv/onnv-gate/usr/src/uts/common/io/chxge/com/ |
| ixf1010.c | 162 u32 ticks; member in struct:_cmac_instance 382 mac->instance->ticks = 0; 429 * and do a full update at major ticks, which can be every 30 minutes or more. 435 MAJOR_UPDATE_TICKS <= mac->instance->ticks) { 437 mac->instance->ticks = 0; 443 mac->instance->ticks++; 526 mac->instance->ticks = 0;
|
| /onnv/onnv-gate/usr/src/cmd/stat/mpstat/ |
| mpstat.c | 220 uint64_t ticks = 0; local 245 ticks = cpu_ticks_delta(old_sys, &c2->cs_sys); 247 etime = (double)ticks / hz; 398 uint64_t ticks = 0; local 431 ticks = get_nr_ticks(p1, p2); 433 etime = (double)ticks / hz;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| txg.h | 78 * Delay the caller by the specified number of ticks or until 83 extern void txg_delay(struct dsl_pool *dp, uint64_t txg, int ticks);
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| perfstat.c | 526 float ticks; /* Clock interrupts per second. */ local 535 ticks = (float) HZ; /* HZ defined in <sys/param.h>. */ 542 diff->tu_real = ((float) ltemp)/ticks; 550 diff->tu_user = ((float) ltemp)/ticks; 558 diff->tu_sys = ((float) ltemp)/ticks;
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| bufmod.c | 85 * easier.) Otherwise, sb_ticks gives the number of ticks in a 285 clock_t ticks; local 308 ticks = TIMEVAL_TO_TICK(t32); 320 ticks = TIMEVAL_TO_TICK(tb); 322 sbp->sb_ticks = ticks; 323 if (ticks == 0) 573 clock_t ticks; local 611 ticks = TIMEVAL_TO_TICK(t32); 626 ticks = TIMEVAL_TO_TICK(t); 628 sbp->sb_ticks = ticks; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/warlock/ |
| ddi_dki_impl.c | 162 delay(clock_t ticks)
|
| /onnv/onnv-gate/usr/src/uts/intel/io/dktp/hba/ghd/ |
| ghd_timer.c | 200 * Called every t_ticks ticks to scan the CCB timer lists 734 ghd_timer_init(tmr_t *tmrp, long ticks) 745 if (ticks == 0) 746 ticks = scsi_watchdog_tick * ghd_HZ; 747 tmrp->t_ticks = ticks;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| smb_tran.h | 68 int (*tr_poll)(struct smb_vc *vcp, int ticks);
|