Searched refs:below_threshold (Results 1 – 1 of 1) sorted by relevance
48 static bool below_threshold(struct threshold *t, dm_block_t value) in below_threshold() function55 return t->value_set && below_threshold(t, t->current_value); in threshold_already_triggered()60 if (below_threshold(t, value) && in check_threshold()