Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/uts/common/disp/
H A Dsysdc.c634 if (!thread_change_pri(t, sdc->sdc_epri, 0)) { in sysdc_update_pri()
1051 (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.c1707 if (thread_change_pri(t, new_pri, 0)) { in ts_tick()
2290 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()
2463 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_50/usr/src/uts/common/sys/
H A Dthread.h565 extern int thread_change_pri(kthread_t *t, pri_t disp_pri, int front);
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1446 (void) thread_change_pri(mac_srs->srs_worker, mac_srs->srs_pri, 0); in mac_update_srs_priority()
1450 (void) thread_change_pri(mac_srs->srs_poll_thr, in mac_update_srs_priority()
1458 (void) thread_change_pri(ringp->s_ring_worker, in mac_update_srs_priority()
1465 (void) thread_change_pri(ringp->s_ring_worker, mac_srs->srs_pri, 0); in mac_update_srs_priority()