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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.c161 static unsigned tdb_hash(TDB_DATA *key) function
628 hash = tdb_hash(&key);
672 hash = tdb_hash(&key);
708 hash = tdb_hash(&key);
860 hash = tdb_hash(&key);
915 hash = tdb_hash(&key);
1020 hash = tdb_hash(&key);
1267 return tdb_lock(tdb, BUCKET(tdb_hash(&key)));
1281 return tdb_unlock(tdb, BUCKET(tdb_hash(&key)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c319 static u32 tdb_hash(TDB_DATA *key) function
1025 hash = tdb_hash(&key);
1072 if (!(rec_ptr = tdb_find(tdb, key, tdb_hash(&key), &rec)))
1448 hash = tdb_hash(&key);
1529 if (!(rec_ptr = tdb_find(tdb, key, tdb_hash(&key), &rec)))
1564 hash = tdb_hash(&key);
1935 hash = tdb_hash(&keys[i]);
1970 return tdb_lock(tdb, BUCKET(tdb_hash(&key)), F_WRLCK);
1975 return tdb_unlock(tdb, BUCKET(tdb_hash(&key)), F_WRLCK);
1981 return tdb_lock(tdb, BUCKET(tdb_hash(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c148 static inline unsigned int tdb_hash(const char *name) function
183 hash = tdb_hash(name) % SYMBOL_HASH_SIZE;
198 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s=s->next) {

Completed in 118 milliseconds