Home
last modified time | relevance | path

Searched refs:thread_change_pri (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_squeue.c297 (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 Dsysdc.c660 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 Dfx.c1359 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 Drt.c1122 if (thread_change_pri(t, new_pri, 0)) { in rt_change_priority()
H A Dts.c1760 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 Dfss.c1280 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 Dthread.c1823 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 Dthread.h566 extern int thread_change_pri(kthread_t *t, pri_t disp_pri, int front);
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1445 (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()