Searched refs:memory_region_transaction_depth (Results 1 – 1 of 1) sorted by relevance
40 static unsigned memory_region_transaction_depth; variable1273 ++memory_region_transaction_depth; in memory_region_transaction_begin()1280 assert(memory_region_transaction_depth); in memory_region_transaction_commit()1283 --memory_region_transaction_depth; in memory_region_transaction_commit()1284 if (!memory_region_transaction_depth) { in memory_region_transaction_commit()