Searched refs:protected (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/cgroup/ |
| A D | memcg_protection.m | 51 protected = min(n, c); % start with nominal variable 52 e = protected * min(1, E / siblings); % normalize overcommit 58 overuse = max(0, c - protected);
|
| /tools/memory-model/litmus-tests/ |
| A D | MP+onceassign+derefonce.litmus | 8 * pre-initialization garbage when it traverses an RCU-protected data
|
| A D | MP+unlocklockonceonce+fencermbonceonce.litmus | 8 * the critical sections are protected by different locks.
|
| A D | LB+unlocklockonceonce+poacquireonce.litmus | 8 * critical sections are protected by different locks. Note: Even when a
|
| A D | README | 39 Tests whether the ordering provided by a lock-protected S 85 and the first access of reader process protected by a lock. 95 and the second access of reader process protected by a lock.
|
| /tools/memory-model/Documentation/ |
| A D | README | 27 protected by a lock: locking.txt 90 Rules for accessing lock-protected shared variables outside of
|
| A D | locking.txt | 4 otherwise protected by a lock. 14 However, developers who would like to also access lock-protected shared 148 In short, if you access a lock-protected variable without holding the
|
| A D | access-marking.txt | 175 1. Accesses protected by mutual exclusion, including strict locking 181 structures not yet published to reference-counted or RCU-protected 332 running on the same CPU doing the legitimate lock-protected write, you
|
| A D | recipes.txt | 66 locklessly accessing lock-protected shared variables. 251 rcu_assign_pointer() and rcu_dereference() operate on RCU-protected
|
| A D | ordering.txt | 303 for an RCU-protected pointer in "sparse" runs. 396 A call to rcu_dereference() for a given RCU-protected pointer is
|
| /tools/perf/Documentation/ |
| A D | security.txt | 103 # targeted - Targeted processes are protected, 104 # minimum - Modification of targeted policy. Only selected processes are protected.
|
| /tools/testing/selftests/kvm/lib/ |
| A D | kvm_util.c | 1479 bool protected) in ____vm_vaddr_alloc() argument 1486 vm->memslots[type], protected); in ____vm_vaddr_alloc() 2120 bool protected) in __vm_phy_pages_alloc() argument 2133 TEST_ASSERT(!protected || region->protected_phy_pages, in __vm_phy_pages_alloc() 2157 if (protected) in __vm_phy_pages_alloc()
|
| /tools/testing/selftests/kvm/include/ |
| A D | kvm_util.h | 967 bool protected);
|
Completed in 20 milliseconds