Home
last modified time | relevance | path

Searched refs:protected (Results 1 – 13 of 13) sorted by relevance

/tools/testing/selftests/cgroup/
A Dmemcg_protection.m51 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 DMP+onceassign+derefonce.litmus8 * pre-initialization garbage when it traverses an RCU-protected data
A DMP+unlocklockonceonce+fencermbonceonce.litmus8 * the critical sections are protected by different locks.
A DLB+unlocklockonceonce+poacquireonce.litmus8 * critical sections are protected by different locks. Note: Even when a
A DREADME39 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 DREADME27 protected by a lock: locking.txt
90 Rules for accessing lock-protected shared variables outside of
A Dlocking.txt4 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 Daccess-marking.txt175 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 Drecipes.txt66 locklessly accessing lock-protected shared variables.
251 rcu_assign_pointer() and rcu_dereference() operate on RCU-protected
A Dordering.txt303 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 Dsecurity.txt103 # targeted - Targeted processes are protected,
104 # minimum - Modification of targeted policy. Only selected processes are protected.
/tools/testing/selftests/kvm/lib/
A Dkvm_util.c1479 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 Dkvm_util.h967 bool protected);

Completed in 20 milliseconds