Searched refs:RB_TIME_VAL_MASK (Results 1 – 1 of 1) sorted by relevance
572 #define RB_TIME_VAL_MASK ((1 << RB_TIME_SHIFT) - 1) macro584 val = top & RB_TIME_VAL_MASK; in rb_time_val()586 val |= bottom & RB_TIME_VAL_MASK; in rb_time_val()628 return (val & RB_TIME_VAL_MASK) | ((cnt & 3) << RB_TIME_SHIFT); in rb_time_val_cnt()634 *top = (unsigned long)((val >> RB_TIME_SHIFT) & RB_TIME_VAL_MASK); in rb_time_split()635 *bottom = (unsigned long)(val & RB_TIME_VAL_MASK); in rb_time_split()