Searched refs:num_lockrecs (Results 1 – 1 of 1) sorted by relevance
231 int num_lockrecs; member429 for (i=0; i<tdb->num_lockrecs; i++) { in _tdb_lock()450 sizeof(*tdb->lockrecs) * (tdb->num_lockrecs+1)); in _tdb_lock()467 tdb->lockrecs[tdb->num_lockrecs].list = list; in _tdb_lock()468 tdb->lockrecs[tdb->num_lockrecs].count = 1; in _tdb_lock()469 tdb->lockrecs[tdb->num_lockrecs].ltype = ltype; in _tdb_lock()470 tdb->num_lockrecs += 1; in _tdb_lock()525 for (i=0; i<tdb->num_lockrecs; i++) { in tdb_unlock()562 if (tdb->num_lockrecs > 1) { in tdb_unlock()563 *lck = tdb->lockrecs[tdb->num_lockrecs-1]; in tdb_unlock()[all …]