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

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

Completed in 109 milliseconds