Searched refs:RB_IDX_MASK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Dcpu_sgn.h177 * 2. increment wr_ptr by 1 modulo SIGB_RB_SIZ using RB_IDX_MASK
186 * increment rd_ptr by 1 modulo SIGB_RB_SIZ using RB_IDX_MASK
197 #define RB_IDX_MASK 0x3f /* mask to determine read/write index */ macro
/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dstarfire.c534 cpu_sgnblkptr->sigb_ringbuf.wr_ptr &= RB_IDX_MASK;

Completed in 57 milliseconds