Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 7 of 7) sorted by relevance

/xen/tools/xenstore/
A Dtdb.c248 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; local
1653 if (!tdb->locked) {
1661 if (locked) {
1708 SAFE_FREE(tdb->locked);
[all …]
A Dtdb.h98 struct tdb_lock_type *locked; /* array of chain locks */ member
/xen/xen/common/
A Dhypfs.c55 enum hypfs_lock_state locked = this_cpu(hypfs_locked); in hypfs_unlock() local
59 switch ( locked ) in hypfs_unlock()
/xen/docs/misc/
A Dgrant-tables.txt104 lock may be locked while holding the grant table lock.
106 The maptrack_freelist_lock is an innermost lock. It may be locked
/xen/xen/include/asm-x86/
A Dp2m.h423 p2m_access_t *a, p2m_query_t q, unsigned int *page_order, bool_t locked);
/xen/xen/arch/x86/mm/
A Dp2m.c488 unsigned int *page_order, bool_t locked) in __get_gfn_type_access() argument
505 if ( locked ) in __get_gfn_type_access()
/xen/docs/designs/
A Dargo.pandoc333 * While LOCKING_Read_L1 will return true even if the lock is write-locked,

Completed in 16 milliseconds