Searched refs:COUNTER_MAX (Results 1 – 3 of 3) sorted by relevance
93 #define COUNTER_MAX ((bitmap_counter_t) RESYNC_MASK - 1) macro96 #define COUNTER(x) (((bitmap_counter_t) x) & COUNTER_MAX)
582 else if (write_behind > COUNTER_MAX) in bitmap_read_sb()1333 if (unlikely((*bmc & COUNTER_MAX) == COUNTER_MAX)) { in bitmap_startwrite()1408 if ((*bmc & COUNTER_MAX) == COUNTER_MAX) in bitmap_endwrite()1989 if (backlog > COUNTER_MAX) in backlog_store()
322 if (value > COUNTER_MAX) { in parse_raid_params()