Searched refs:tdb_spinlock (Results 1 – 3 of 3) sorted by relevance
/external/ppp/pppd/ |
D | spinlock.h | 37 int tdb_spinlock(TDB_CONTEXT *tdb, int list, int rw_type); 47 #define tdb_spinlock(tdb, list, rw_type) (-1) 50 int tdb_spinlock(TDB_CONTEXT *tdb, int list, int rw_type);
|
D | spinlock.c | 367 int tdb_spinlock(TDB_CONTEXT *tdb, int list, int rw_type) in tdb_spinlock() function 456 int tdb_spinlock(TDB_CONTEXT *tdb, int list, int rw_type) { return -1; } in tdb_spinlock() function
|
D | tdb.c | 270 if (tdb_spinlock(tdb, list, ltype)) { in tdb_lock()
|