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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dtdb.c152 hash = tdb->hash_fn(&key);
190 hash = tdb->hash_fn(&key);
222 u32 hash = tdb->hash_fn(&key);
376 u32 hash = tdb->hash_fn(&key);
428 hash = tdb->hash_fn(&key);
560 hash = tdb->hash_fn(&key);
H A Dlock.c351 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
356 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
361 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
366 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
H A Dopen.c135 tdb_hash_func hash_fn)
160 tdb->hash_fn = hash_fn ? hash_fn : default_tdb_hash;
132 tdb_open_ex(const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode, const struct tdb_logging_context *log_ctx, tdb_hash_func hash_fn) argument
H A Dtdb_private.h166 unsigned int (*hash_fn)(TDB_DATA *key); member in struct:tdb_context
H A Dtraverse.c312 tdb->travlocks.off = tdb_find_lock_hash(tdb, oldkey, tdb->hash_fn(&oldkey), tdb->travlocks.lock_rw, &rec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h115 u32 (*hash_fn)(TDB_DATA *key); member in struct:tdb_context
128 tdb_hash_func hash_fn);
H A Dtdb.c1086 hash = tdb->hash_fn(&key);
1118 u32 hash = tdb->hash_fn(&key);
1374 tdb->travlocks.off = tdb_find_lock_hash(tdb, oldkey, tdb->hash_fn(&oldkey), F_WRLCK, &rec);
1418 u32 hash = tdb->hash_fn(&key);
1436 hash = tdb->hash_fn(&key);
1552 hash = tdb->hash_fn(&key);
1679 tdb_hash_func hash_fn)
1698 tdb->hash_fn = hash_fn ? hash_fn
1676 tdb_open_ex(const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode, tdb_log_func log_fn, tdb_hash_func hash_fn) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/swig/
H A Dtdb.i122 tdb_hash_func hash_fn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/include/
H A Dtdb.h96 tdb_hash_func hash_fn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmlx4_en.h355 u8 hash_fn; member in struct:mlx4_en_rss_context
H A Den_rx.c889 rss_context->hash_fn = rss_xor & 0x3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddma-debug.c209 static int hash_fn(struct dma_debug_entry *entry) function
224 int idx = hash_fn(entry);

Completed in 145 milliseconds