Home
last modified time | relevance | path

Searched defs:wheel (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/kern/
H A Dkern_timeout.c131 struct wheel { struct
137 struct wheel *callwheel; argument
182 struct wheel *wheel; in _callout_update_spinlocked() local
451 struct wheel *wheel; in hardclock_softtick() local
495 struct wheel *wheel; in softclock_handler() local
938 struct wheel *wheel; in _callout_setup_quick() local
982 struct wheel *wheel; in _callout_cancel_quick() local
/dflybsd-src/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c914 handle_wheel(SCREEN *sp, MEVENT * eventp, int button, int wheel) in handle_wheel()