Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h410 p2m_access_t *a, p2m_query_t q, unsigned int *page_order, bool_t locked);
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c421 unsigned int *page_order, bool_t locked) in __get_gfn_type_access() argument
438 if ( locked ) in __get_gfn_type_access()

Completed in 17 milliseconds