Searched refs:no_previous (Results 1 – 1 of 1) sorted by relevance
444 unsigned int no_previous; member 451 lh->no_previous = cache->num_locks; in lh_init() 452 lh->previous = lh->no_previous; in lh_init() 490 if (lh->previous != lh->no_previous) { in lh_exit() 492 lh->previous = lh->no_previous; in lh_exit() 502 unsigned int index = cache_index(b, lh->no_previous); /* no_previous is num_locks */ in lh_next() 504 if (lh->previous != lh->no_previous) { in lh_next()