FreeBSD kernel kern code
|
#include <sys/bus.h>
#include <sys/time.h>
Go to the source code of this file.
Variables | |
INTERFACE | clock |
METHOD int | gettime |
struct timespec * | ts |
METHOD int | settime |
INTERFACE clock |
Definition at line 30 of file clock_if.m.
Referenced by hardclock_cnt(), hardclock_cpu(), profclock_cnt(), and statclock_cnt().
METHOD int gettime |
Definition at line 37 of file clock_if.m.
static int settime |
Definition at line 42 of file clock_if.m.
struct timespec * ts |
Definition at line 39 of file clock_if.m.
Referenced by __umtx_op_cv_wait(), __umtx_op_lock_umtx(), __umtx_op_lock_umutex(), __umtx_op_sem_wait(), __umtx_op_wait(), __umtx_op_wait_uint(), __umtx_op_wait_uint_private(), __umtx_op_wait_umutex(), _mtx_lock_sleep(), _mtx_unlock_sleep(), _rm_unlock_hard(), _rm_wlock(), _rw_downgrade(), _rw_rlock(), _rw_runlock(), _rw_try_upgrade(), _rw_wlock_hard(), _rw_wunlock_hard(), cache_free(), do_lock_umtx(), do_lock_umutex(), do_rw_rdlock2(), do_rw_wrlock2(), do_wait(), kern_nanosleep(), pps_event(), propagate_priority(), sched_add(), sched_affinity(), sched_bind(), sched_clock(), sched_fork_exit(), sched_fork_thread(), sched_interact_score(), sched_interact_update(), sched_pctcpu(), sched_rem(), sched_switch(), sched_tdname(), sched_thread_priority(), sched_unbind(), sched_wakeup(), schedcpu(), sys_aio_suspend(), sys_aio_waitcomplete(), sys_kevent(), sys_ksem_timedwait(), sys_sigtimedwait(), sys_thr_suspend(), tdq_runq_add(), tdq_runq_rem(), turnstile_adjust(), turnstile_broadcast(), turnstile_fini(), turnstile_init(), turnstile_lookup(), turnstile_signal(), turnstile_trywait(), turnstile_wait(), and updatepri().