Searched refs:FX_CALLB (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/disp/ |
H A D | fx.c | 555 FX_CB_EXIT(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_exit() 577 FX_CB_EXIT(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_exitclass() 1159 FX_CB_PREEMPT(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_preempt() 1221 FX_CB_SLEEP(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_sleep() 1277 FX_CB_STOP(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_stop() 1300 FX_CB_TICK(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_tick() 1397 FX_CB_WAKEUP(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_wakeup() 1440 FX_CB_PREEMPT(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_yield()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fx.h | 130 #define FX_CALLB(fxpp) fxpp->fx_callback macro
|