Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c521 fxpp->fx_tp = t; in fx_enterclass()
574 thread_lock(fxpp->fx_tp); in fx_exitclass()
581 thread_unlock(fxpp->fx_tp); in fx_exitclass()
584 thread_unlock(fxpp->fx_tp); in fx_exitclass()
627 cfxpp->fx_tp = ct; in fx_fork()
1664 if (fxpp->fx_tp->t_cid == fx_cid && fxpp->fx_ktid == ktid && in fx_list_lookup()
1765 thread_lock(fxpp->fx_tp); in fx_unregister_callbacks()
1768 thread_unlock(fxpp->fx_tp); in fx_unregister_callbacks()
1794 thread_lock(fxpp->fx_tp); in fx_modify_priority()
1816 fx_change_priority(fxpp->fx_tp, fxpp); in fx_modify_priority()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfx.h114 kthread_t *fx_tp; /* pointer to thread */ member