/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/ |
H A D | lib.rs | 3 use std::cmp::Ordering; 29 Ordering::Less => println!("Too small!"), in guess_the_number() 30 Ordering::Greater => println!("Too big!"), in guess_the_number() 31 Ordering::Equal => { in guess_the_number()
|
/openbmc/linux/Documentation/RCU/ |
H A D | index.rst | 27 Design/Memory-Ordering/Tree-RCU-Memory-Ordering
|
H A D | RTFP.txt | 1855 ,Title="C++ Data-Dependency Ordering: Atomics and Memory Model" 1869 ,Title="C++ Data-Dependency Ordering: Function Annotation" 2391 ,title = {Ordering decoupled metadata accesses in multiprocessors} 2538 ,title = {Scalable Correct Memory Ordering via Relativistic Programming} 2635 ,title="Relativistic Causal Ordering: A Memory Model for Scalable Concurrent Data Structures"
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | cheatsheet.txt | 25 C: Ordering is cumulative 26 P: Ordering propagates
|
H A D | references.txt | 16 Itanium Processor Family Memory Ordering". Intel Corporation. 105 Ordering" (backup material for the LWN articles)
|
H A D | locking.txt | 148 Ordering Provided by a Lock to CPUs Not Holding That Lock 184 Ordering can be extended to CPUs not holding the lock by careful use
|
H A D | ordering.txt | 5 Categories of Ordering 126 RMW Ordering Augmentation Barriers 371 RCU Read-Side Ordering 488 discussed in the "RMW Ordering Augmentation Barriers" section.
|
H A D | recipes.txt | 159 Ordering can be extended to CPUs not holding the lock by careful use
|
/openbmc/linux/fs/jffs2/ |
H A D | README.Locking | 37 Ordering constraints: See f->sem. 62 Ordering constraints: 115 Ordering constraints: 147 Ordering constraints: 168 Ordering constraints:
|
/openbmc/linux/Documentation/driver-api/ |
H A D | io_ordering.rst | 2 Ordering I/O writes to memory-mapped addresses
|
H A D | device_link.rst | 220 Ordering of these devices during suspend/resume is determined by the
|
/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.cat | 87 (* Propagation: Ordering from release operations and strong fences. *) 96 * Happens Before: Ordering from the passage of time.
|
/openbmc/linux/rust/alloc/ |
H A D | slice.rs | 19 use core::cmp::Ordering::{self, Less}; 267 F: FnMut(&T, &T) -> Ordering, in sort_by() argument
|
H A D | boxed.rs | 154 use core::cmp::Ordering; 1353 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() argument 1376 fn cmp(&self, other: &Self) -> Ordering { in cmp() argument
|
/openbmc/linux/rust/alloc/vec/ |
H A D | mod.rs | 60 use core::cmp::Ordering; 3291 fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering> { in partial_cmp() argument 3303 fn cmp(&self, other: &Self) -> Ordering { in cmp() argument
|
/openbmc/linux/Documentation/gpu/ |
H A D | afbc.rst | 18 Components and Ordering
|
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/ |
H A D | Tree-RCU-Memory-Ordering.rst | 2 A Tour Through TREE_RCU's Grace-Period Memory Ordering 15 What Is Tree RCU's Grace Period Memory Ordering Guarantee? 46 Tree RCU Grace Period Memory Ordering Building Blocks 251 Tree RCU Grace Period Memory Ordering Components
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | log-writes.rst | 13 Log Ordering
|
/openbmc/linux/Documentation/translations/ko_KR/ |
H A D | memory-barriers.txt | 2902 Chapter 5.6: Read/Write Ordering 2905 Chapter 7.1: Memory-Access Ordering 2914 Chapter 7.2: Memory Ordering
|
/openbmc/docs/ |
H A D | cpp-style-and-conventions.md | 292 ### Header Ordering
|
/openbmc/linux/Documentation/networking/ |
H A D | openvswitch.rst | 246 - Ordering of attributes is not significant.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf.data-file-format.txt | 457 Ordering
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kcsan.rst | 343 5. **Memory Ordering:** KCSAN is aware of only a subset of LKMM ordering rules;
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | recipe-style-guide.rst | 140 Recipe Ordering
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-tip.rst | 267 Ordering of commit tags
|