Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-bufio.c432 unsigned int no_previous; member
439 lh->no_previous = cache->num_locks; in lh_init()
440 lh->previous = lh->no_previous; in lh_init()
464 if (lh->previous != lh->no_previous) { in lh_exit()
466 lh->previous = lh->no_previous; in lh_exit()
476 unsigned int index = cache_index(b, lh->no_previous); /* no_previous is num_locks */ in lh_next()
478 if (lh->previous != lh->no_previous) { in lh_next()