Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c48 static bool below_threshold(struct threshold *t, dm_block_t value) in below_threshold() function
55 return t->value_set && below_threshold(t, t->current_value); in threshold_already_triggered()
60 if (below_threshold(t, value) && in check_threshold()