Searched defs:BUCKET (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/ispy/common/
H A Dconstants.py7 BUCKET = 'ispy-bucket' variable
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c137 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off_t))
160 #define BUCKET(hash) ((hash) % tdb->header.hash_size) macro
745 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
753 return tdb_lock_nonblock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
759 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
765 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
770 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
775 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
780 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
2922 tdb->travlocks.hash = BUCKET(re
[all...]

Completed in 1639 milliseconds