Home
last modified time | relevance | path

Searched refs:fx_tp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/disp/
H A Dfx.c522 fxpp->fx_tp = t; in fx_enterclass()
575 thread_lock(fxpp->fx_tp); in fx_exitclass()
582 thread_unlock(fxpp->fx_tp); in fx_exitclass()
585 thread_unlock(fxpp->fx_tp); in fx_exitclass()
628 cfxpp->fx_tp = ct; in fx_fork()
1670 if (fxpp->fx_tp->t_cid == fx_cid && fxpp->fx_ktid == ktid && in fx_list_lookup()
1771 thread_lock(fxpp->fx_tp); in fx_unregister_callbacks()
1774 thread_unlock(fxpp->fx_tp); in fx_unregister_callbacks()
1800 thread_lock(fxpp->fx_tp); in fx_modify_priority()
1822 fx_change_priority(fxpp->fx_tp, fxpp); in fx_modify_priority()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dfx.h116 kthread_t *fx_tp; /* pointer to thread */ member