Searched refs:RB_TIME_VAL_MASK (Results 1 – 1 of 1) sorted by relevance
606 #define RB_TIME_VAL_MASK ((1 << RB_TIME_SHIFT) - 1) macro618 val = top & RB_TIME_VAL_MASK; in rb_time_val()620 val |= bottom & RB_TIME_VAL_MASK; in rb_time_val()662 return (val & RB_TIME_VAL_MASK) | ((cnt & 3) << RB_TIME_SHIFT); in rb_time_val_cnt()668 *top = (unsigned long)((val >> RB_TIME_SHIFT) & RB_TIME_VAL_MASK); in rb_time_split()669 *bottom = (unsigned long)(val & RB_TIME_VAL_MASK); in rb_time_split()