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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dspinlock.h42 #define TDB_SPINLOCK_SIZE(hash_size) (((hash_size) + 1) * sizeof(tdb_rwlock_t)) macro
55 #define TDB_SPINLOCK_SIZE(hash_size) 0 macro
H A Dspinlock.c426 size = TDB_SPINLOCK_SIZE(hash_size);
H A Dtdb.c109 #define TDB_DATA_START(hash_size) (TDB_HASH_TOP(hash_size-1) + TDB_SPINLOCK_SIZE(hash_size))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dspinlock.h42 #define TDB_SPINLOCK_SIZE(hash_size) (((hash_size) + 1) * sizeof(tdb_rwlock_t)) macro
55 #define TDB_SPINLOCK_SIZE(hash_size) 0 macro
H A Dspinlock.c418 size = TDB_SPINLOCK_SIZE(hash_size);
H A Dtdb.c77 #define TDB_DATA_START(hash_size) (TDB_HASH_TOP(hash_size-1) + TDB_SPINLOCK_SIZE(hash_size))

Completed in 109 milliseconds