Home
last modified time | relevance | path

Searched refs:Ordering (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/
H A Dlib.rs3 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 Dindex.rst27 Design/Memory-Ordering/Tree-RCU-Memory-Ordering
H A DRTFP.txt1855 ,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 Dcheatsheet.txt25 C: Ordering is cumulative
26 P: Ordering propagates
H A Dreferences.txt16 Itanium Processor Family Memory Ordering". Intel Corporation.
105 Ordering" (backup material for the LWN articles)
H A Dlocking.txt148 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 Dordering.txt5 Categories of Ordering
126 RMW Ordering Augmentation Barriers
371 RCU Read-Side Ordering
488 discussed in the "RMW Ordering Augmentation Barriers" section.
H A Drecipes.txt159 Ordering can be extended to CPUs not holding the lock by careful use
/openbmc/linux/fs/jffs2/
H A DREADME.Locking37 Ordering constraints: See f->sem.
62 Ordering constraints:
115 Ordering constraints:
147 Ordering constraints:
168 Ordering constraints:
/openbmc/linux/Documentation/devicetree/bindings/iio/potentiometer/
H A Dmicrochip,mcp4531.yaml27 # Ordering reflects part number + range, so 502 < 103 etc
/openbmc/linux/Documentation/driver-api/
H A Dio_ordering.rst2 Ordering I/O writes to memory-mapped addresses
H A Ddevice_link.rst220 Ordering of these devices during suspend/resume is determined by the
/openbmc/linux/tools/memory-model/
H A Dlinux-kernel.cat87 (* Propagation: Ordering from release operations and strong fences. *)
96 * Happens Before: Ordering from the passage of time.
/openbmc/linux/rust/alloc/
H A Dslice.rs19 use core::cmp::Ordering::{self, Less};
267 F: FnMut(&T, &T) -> Ordering, in sort_by() argument
H A Dboxed.rs154 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/Documentation/gpu/
H A Dafbc.rst18 Components and Ordering
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs60 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/admin-guide/device-mapper/
H A Dlog-writes.rst13 Log Ordering
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst2 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/translations/ko_KR/
H A Dmemory-barriers.txt2902 Chapter 5.6: Read/Write Ordering
2905 Chapter 7.1: Memory-Access Ordering
2914 Chapter 7.2: Memory Ordering
/openbmc/docs/
H A Dcpp-style-and-conventions.md292 ### Header Ordering
/openbmc/linux/Documentation/networking/
H A Dopenvswitch.rst246 - Ordering of attributes is not significant.
/openbmc/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt457 Ordering
/openbmc/linux/Documentation/dev-tools/
H A Dkcsan.rst343 5. **Memory Ordering:** KCSAN is aware of only a subset of LKMM ordering rules;
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Drecipe-style-guide.rst140 Recipe Ordering

12