Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_squeue.c287 (void) thread_change_pri(sq->sq_worker, pri, 0); in ip_squeue_getfree()
291 (void) thread_change_pri(sq->sq_poll_thr, pri, 0); in ip_squeue_getfree()
/illumos-gate/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.c1353 if (thread_change_pri(t, new_pri, 0)) { in fx_tick()
1608 if (thread_change_pri(t, new_pri, 0)) { in fx_change_priority()
H A Dts.c1701 if (thread_change_pri(t, new_pri, 0)) { in ts_tick()
2284 if (thread_change_pri(t, new_pri, frontq)) { in ts_change_priority()
H A Drt.c1122 if (thread_change_pri(t, new_pri, 0)) { in rt_change_priority()
H A Dfss.c1279 if (thread_change_pri(t, new_pri, 0)) { in fss_change_priority()
2462 if (thread_change_pri(t, new_pri, 0)) { in fss_tick()
H A Dthread.c1990 thread_change_pri(kthread_t *t, pri_t disp_pri, int front) in thread_change_pri() function
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h580 extern int thread_change_pri(kthread_t *t, pri_t disp_pri, int front);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1456 (void) thread_change_pri(mac_srs->srs_worker, mac_srs->srs_pri, 0); in mac_update_srs_priority()
1460 (void) thread_change_pri(mac_srs->srs_poll_thr, in mac_update_srs_priority()
1468 (void) thread_change_pri(ringp->s_ring_worker, in mac_update_srs_priority()
1475 (void) thread_change_pri(ringp->s_ring_worker, mac_srs->srs_pri, 0); in mac_update_srs_priority()