OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUCKET
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
tdb.c
76
#define TDB_HASH_TOP(hash) (FREELIST_TOP + (
BUCKET
(hash)+1)*sizeof(tdb_off))
102
#define
BUCKET
(hash) ((hash) % tdb->header.hash_size)
1005
if (tdb_lock(tdb,
BUCKET
(hash), locktype) == -1)
1008
tdb_unlock(tdb,
BUCKET
(hash), locktype);
1085
/* find which hash
bucket
it is in */
1096
tdb_unlock(tdb,
BUCKET
(rec.full_hash), F_RDLCK);
1112
tdb_unlock(tdb,
BUCKET
(rec.full_hash), F_RDLCK);
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.c
139
#define TDB_HASH_TOP(hash) (FREELIST_TOP + (
BUCKET
(hash)+1)*sizeof(tdb_off_t))
162
#define
BUCKET
(hash) ((hash) % tdb->header.hash_size)
747
return tdb_lock(tdb,
BUCKET
(tdb->hash_fn(&key)), F_WRLCK);
755
return tdb_lock_nonblock(tdb,
BUCKET
(tdb->hash_fn(&key)), F_WRLCK);
761
return tdb_lock(tdb,
BUCKET
(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
767
return tdb_unlock(tdb,
BUCKET
(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
772
return tdb_unlock(tdb,
BUCKET
(tdb->hash_fn(&key)), F_WRLCK);
777
return tdb_lock(tdb,
BUCKET
(tdb->hash_fn(&key)), F_RDLCK);
782
return tdb_unlock(tdb,
BUCKET
(tdb->hash_fn(&key)), F_RDLCK);
[
all
...]
/external/srec/config/en.us/dictionary/
c0.6
[
all
...]
Completed in 94 milliseconds