Lines Matching defs:previous
450 unsigned int previous;
459 lh->previous = lh->no_previous;
497 if (lh->previous != lh->no_previous) {
498 __lh_unlock(lh, lh->previous);
499 lh->previous = lh->no_previous;
511 if (lh->previous != lh->no_previous) {
512 if (lh->previous != index) {
513 __lh_unlock(lh, lh->previous);
515 lh->previous = index;
519 lh->previous = index;
1441 * - If there some previous write going on, wait for it to finish (we can't