Searched refs:db_locks_held (Results 1 – 2 of 2) sorted by relevance
404 if (!dbc->db_locks_held) /* lock already unlocked */ in ctx_unlock()408 if (--(dbc->db_locks_held) == 0) { in ctx_unlock()439 if (dbc->db_locks_held == 0 || dbc->db_lock_mode < kmode) { in ctx_lock()457 dbc->db_locks_held = 0; in ctx_lock()467 dbc->db_locks_held++; in ctx_lock()708 dbc->db_locks_held = 1; in ctx_create_db()740 if (dbc->db_locks_held > 0) { in ctx_create_db()
43 int db_locks_held; /* Number of times locked */ member