Searched refs:num_lockrecs (Results 1 – 1 of 1) sorted by relevance
237 int num_lockrecs; member436 for (i=0; i<tdb->num_lockrecs; i++) { in _tdb_lock()457 sizeof(*tdb->lockrecs) * (tdb->num_lockrecs+1)); in _tdb_lock()474 tdb->lockrecs[tdb->num_lockrecs].list = list; in _tdb_lock()475 tdb->lockrecs[tdb->num_lockrecs].count = 1; in _tdb_lock()476 tdb->lockrecs[tdb->num_lockrecs].ltype = ltype; in _tdb_lock()477 tdb->num_lockrecs += 1; in _tdb_lock()532 for (i=0; i<tdb->num_lockrecs; i++) { in tdb_unlock()569 if (tdb->num_lockrecs > 1) { in tdb_unlock()570 *lck = tdb->lockrecs[tdb->num_lockrecs-1]; in tdb_unlock()[all …]