Searched refs:locked (Results 1 – 5 of 5) sorted by relevance
248 if (tdb->locked[list+1].count == 0) { in tdb_lock()254 tdb->locked[list+1].ltype = ltype; in tdb_lock()256 tdb->locked[list+1].count++; in tdb_lock()277 if (tdb->locked[list+1].count==0) { in tdb_unlock()282 if (tdb->locked[list+1].count == 1) { in tdb_unlock()288 tdb->locked[list+1].count--; in tdb_unlock()1541 int rev = 0, locked = 0; local1653 if (!tdb->locked) {1661 if (locked) {1708 SAFE_FREE(tdb->locked);[all …]
98 struct tdb_lock_type *locked; /* array of chain locks */ member
104 lock may be locked while holding the grant table lock.106 The maptrack_freelist_lock is an innermost lock. It may be locked
410 p2m_access_t *a, p2m_query_t q, unsigned int *page_order, bool_t locked);
421 unsigned int *page_order, bool_t locked) in __get_gfn_type_access() argument438 if ( locked ) in __get_gfn_type_access()
Completed in 17 milliseconds