Home
last modified time | relevance | path

Searched refs:tick (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_clock.c112 int tick = (1000000 / 100); /* GET RID OF THIS !!! */ variable
238 / (tick / 1000); in hzto()
257 .tick = tick, in sysctl_clockrate()
317 ticks = (sec * 1000000 + (unsigned long)usec + (tick - 1)) in tvtohz()
318 / tick + 1; in tvtohz()
321 + ((unsigned long)usec + (tick - 1)) / tick + 1; in tvtohz()
H A Dkern_acct.c278 t = (int)(tmp.tv_sec * hz + tmp.tv_usec / tick); in acct_process()
H A Dsocket_info.c67 sb->sb_timeo.tv_usec / tick); in fill_sockbuf_info()
H A Duipc_socket2.c2884 ((sb->sb_timeo.tv_sec * hz) + sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf()
/xnu-12377.81.4/bsd/sys/
H A Dkernel.h99 extern int tick; /* usec per tick (1000000 / hz) */
H A Dtime.h197 int tick; /* micro-seconds per hz tick */ member
/xnu-12377.81.4/bsd/netinet/
H A Din_pcblist.c179 sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf_n()
/xnu-12377.81.4/bsd/net/
H A Dbpf.c937 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpf_start_timer()
2350 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()
2360 tv.tv_usec = (d->bd_rtout % hz) * tick; in bpfioctl()
/xnu-12377.81.4/doc/scheduler/
H A Dsched_clutch_edge.md99 …ge of individual threads. The load information is updated every scheduler tick and the threads use…
159 * Every scheduler tick, snapshot the load for the clutch bucket
/xnu-12377.81.4/doc/lifecycle/
H A Dhibernation.md224 computed. This is necessary since `ml_get_hwclock()` does not tick across