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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.c847 unsigned hash, hbucket; local
861 hbucket = BUCKET(hash);
863 tdb_lock(tdb, hbucket);
872 tdb_unlock(tdb, hbucket);
874 if (++hbucket >= tdb->header.hash_size - 1)
877 offset = tdb_hash_top(tdb, hbucket);
878 tdb_lock(tdb, hbucket);
881 tdb_unlock(tdb, hbucket);
888 tdb_unlock(tdb, hbucket);
894 tdb_unlock(tdb, hbucket);
[all...]

Completed in 73 milliseconds