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