Searched refs:fx_cookie (Results 1 – 2 of 2) sorted by relevance
456 fxpp->fx_cookie = 0; in fx_enterclass()555 FX_CB_EXIT(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_exit()557 fxpp->fx_cookie = 0; in fx_exit()577 FX_CB_EXIT(FX_CALLB(fxpp), fxpp->fx_cookie); in fx_exitclass()580 fxpp->fx_cookie = 0; in fx_exitclass()623 cfxpp->fx_cookie = 0; in fx_fork()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()[all …]
123 fx_cookie_t fx_cookie; /* cookie with which callback */ member