Searched refs:thread_change_pri (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_squeue.c | 297 (void) thread_change_pri(sq->sq_worker, pri, 0); in ip_squeue_getfree() 301 (void) thread_change_pri(sq->sq_poll_thr, pri, 0); in ip_squeue_getfree()
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | sysdc.c | 660 if (!thread_change_pri(t, sdc->sdc_epri, 0)) { in sysdc_update_pri() 1077 (void) thread_change_pri(t, maxclsyspri, 0); in sysdc_exit()
|
H A D | fx.c | 1359 if (thread_change_pri(t, new_pri, 0)) { in fx_tick() 1614 if (thread_change_pri(t, new_pri, 0)) { in fx_change_priority()
|
H A D | rt.c | 1122 if (thread_change_pri(t, new_pri, 0)) { in rt_change_priority()
|
H A D | ts.c | 1760 if (thread_change_pri(t, new_pri, 0)) { in ts_tick() 2395 if (thread_change_pri(t, new_pri, frontq)) { in ts_change_priority()
|
H A D | fss.c | 1280 if (thread_change_pri(t, new_pri, 0)) { in fss_change_priority() 2549 if (thread_change_pri(t, new_pri, 0)) { in fss_tick()
|
H A D | thread.c | 1823 thread_change_pri(kthread_t *t, pri_t disp_pri, int front) in thread_change_pri() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | thread.h | 566 extern int thread_change_pri(kthread_t *t, pri_t disp_pri, int front);
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_datapath_setup.c | 1445 (void) thread_change_pri(mac_srs->srs_worker, mac_srs->srs_pri, 0); in mac_update_srs_priority() 1449 (void) thread_change_pri(mac_srs->srs_poll_thr, in mac_update_srs_priority() 1457 (void) thread_change_pri(ringp->s_ring_worker, in mac_update_srs_priority() 1464 (void) thread_change_pri(ringp->s_ring_worker, mac_srs->srs_pri, 0); in mac_update_srs_priority()
|