Home
last modified time | relevance | path

Searched refs:below_threshold (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/md/persistent-data/
Ddm-space-map-metadata.c47 static bool below_threshold(struct threshold *t, dm_block_t value) in below_threshold() function
54 return t->value_set && below_threshold(t, t->current_value); in threshold_already_triggered()
59 if (below_threshold(t, value) && in check_threshold()