Searched refs:clr_end (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/nvdimm/
H A Dbadrange.c105 u64 clr_end = start + len - 1; local
111 * [start, clr_end] is the badrange interval being cleared.
124 if (bre->start > clr_end)
127 if ((bre->start >= start) && (bre_end <= clr_end)) {
133 if ((start <= bre->start) && (clr_end > bre->start)) {
134 bre->length -= clr_end - bre->start + 1;
135 bre->start = clr_end + 1;
139 if ((bre->start < start) && (bre_end <= clr_end)) {
149 if ((bre->start < start) && (bre_end > clr_end)) {
150 u64 new_start = clr_end
[all...]

Completed in 78 milliseconds