Searched defs:dqactmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c789 ulong_t *dqactmap = dp->disp_qactmap; local
796 * turned off in dqactmap. If nrunnable != 0 just took the
801 dqactmap[maxrunword] &= ~BT_BIW(pri);
809 ipri = bt_gethighbit(dqactmap, maxrunword);
2086 ulong_t *dqactmap = dp->disp_qactmap; local
2104 mapword = dqactmap[wx] & (BT_BIW(pri) - 1);
2112 pri = bt_gethighbit(dqactmap, wx - 1); /* sign extend */

Completed in 49 milliseconds