Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-bufio.c451 unsigned int no_previous; member
458 lh->no_previous = cache->num_locks; in lh_init()
459 lh->previous = lh->no_previous; in lh_init()
497 if (lh->previous != lh->no_previous) { in lh_exit()
499 lh->previous = lh->no_previous; in lh_exit()
509 unsigned int index = cache_index(b, lh->no_previous); /* no_previous is num_locks */ in lh_next()
511 if (lh->previous != lh->no_previous) { in lh_next()