Searched defs:below_threshold (Results 1 - 1 of 1) sorted by relevance

/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c46 static bool below_threshold(struct threshold *t, dm_block_t value) function
53 return t->value_set && below_threshold(t, t->current_value);
58 if (below_threshold(t, value) &&

Completed in 56 milliseconds