Lines Matching refs:fxproc_t
102 fxproc_t *headp = &fx_cb_plisthead[index]; \
162 static fxproc_t fx_cb_plisthead[FX_CB_LISTS]; /* dummy fxproc at head of */
200 static void fx_change_priority(kthread_t *, fxproc_t *);
201 static fxproc_t *fx_list_lookup(kt_did_t);
202 static void fx_list_release(fxproc_t *);
445 fxproc_t *fxpp; in fx_enterclass()
449 fxpp = (fxproc_t *)bufp; in fx_enterclass()
541 fxproc_t *fxpp; in fx_exit()
544 fxpp = (fxproc_t *)(t->t_cldata); in fx_exit()
573 fxproc_t *fxpp = (fxproc_t *)procp; in fx_exitclass()
587 kmem_free(fxpp, sizeof (fxproc_t)); in fx_exitclass()
607 fxproc_t *pfxpp; /* ptr to parent's fxproc structure */ in fx_fork()
608 fxproc_t *cfxpp; /* ptr to child's fxproc structure */ in fx_fork()
612 cfxpp = (fxproc_t *)bufp; in fx_fork()
615 pfxpp = (fxproc_t *)t->t_cldata; in fx_fork()
651 fxproc_t *fxpp; in fx_forkret()
669 fxpp = (fxproc_t *)(t->t_cldata); in fx_forkret()
724 fxproc_t *fxpp = (fxproc_t *)t->t_cldata; in fx_parmsget()
1019 fxproc_t *fxpp; in fx_parmsset()
1025 fxpp = (fxproc_t *)tx->t_cldata; in fx_parmsset()
1105 fxproc_t *fxpp; in fx_globpri()
1109 fxpp = (fxproc_t *)t->t_cldata; in fx_globpri()
1123 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata); in fx_preempt()
1195 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata); in fx_setrun()
1214 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata); in fx_sleep()
1276 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata); in fx_stop()
1293 fxproc_t *fxpp; in fx_tick()
1299 fxpp = (fxproc_t *)(t->t_cldata); in fx_tick()
1395 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata); in fx_wakeup()
1433 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata); in fx_yield()
1488 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata); in fx_donice()
1559 fxproc_t *fxpp = (fxproc_t *)(t->t_cldata); in fx_doprio()
1586 fx_change_priority(kthread_t *t, fxproc_t *fxpp) in fx_change_priority()
1632 bufp = kmem_alloc(sizeof (fxproc_t), flag); in fx_alloc()
1645 kmem_free(bufp, sizeof (fxproc_t)); in fx_free()
1652 fx_list_release(fxproc_t *fxpp) in fx_list_release()
1659 fxproc_t *
1664 fxproc_t *fxpp; in fx_list_lookup()
1681 return ((fxproc_t *)NULL); in fx_list_lookup()
1694 fxproc_t *fxpp; in fx_register_callbacks()
1715 fxpp = (fxproc_t *)(curthread->t_cldata); in fx_register_callbacks()
1762 fxproc_t *fxpp; in fx_unregister_callbacks()
1787 fxproc_t *fxpp; in fx_modify_priority()