Searched refs:FX_CALLB (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/disp/ |
H A D | fx.c | 556 FX_CB_EXIT(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_exit() 578 FX_CB_EXIT(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_exitclass() 1163 FX_CB_PREEMPT(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_preempt() 1225 FX_CB_SLEEP(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_sleep() 1281 FX_CB_STOP(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_stop() 1304 FX_CB_TICK(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_tick() 1403 FX_CB_WAKEUP(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_wakeup() 1446 FX_CB_PREEMPT(FX_CALLB(fxpp), fxpp->fx_cookie, in fx_yield()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | fx.h | 132 #define FX_CALLB(fxpp) fxpp->fx_callback macro
|