FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ticks_to_msecs
sys/dev/oce/oce_if.c
2310
#define ticks_to_msecs(t) (1000 * (t) / hz)
sys/net80211/ieee80211_freebsd.h
280
#define ticks_to_msecs(t) TICKS_2_MSEC(t)