Searched refs:locked (Results 1 – 7 of 7) 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
55 enum hypfs_lock_state locked = this_cpu(hypfs_locked); in hypfs_unlock() local59 switch ( locked ) in hypfs_unlock()
104 lock may be locked while holding the grant table lock.106 The maptrack_freelist_lock is an innermost lock. It may be locked
423 p2m_access_t *a, p2m_query_t q, unsigned int *page_order, bool_t locked);
488 unsigned int *page_order, bool_t locked) in __get_gfn_type_access() argument505 if ( locked ) in __get_gfn_type_access()
333 * While LOCKING_Read_L1 will return true even if the lock is write-locked,
Completed in 16 milliseconds