Searched refs:unordered (Results 1 – 23 of 23) sorted by relevance
/linux-6.3-rc2/arch/arm/nwfpe/ |
A D | fpa11_cprt.c | 162 goto unordered; in PerformComparison() 169 goto unordered; in PerformComparison() 176 goto unordered; in PerformComparison() 188 goto unordered; in PerformComparison() 195 goto unordered; in PerformComparison() 202 goto unordered; in PerformComparison() 209 goto unordered; in PerformComparison() 242 goto unordered; in PerformComparison() 263 goto unordered; in PerformComparison() 289 goto unordered; in PerformComparison() [all …]
|
/linux-6.3-rc2/fs/ |
A D | binfmt_elf_test.c | 31 struct elf_phdr unordered[] = { in total_mapping_size_test() local 51 KUNIT_EXPECT_EQ(test, total_mapping_size(unordered, ARRAY_SIZE(unordered)), mount_size); in total_mapping_size_test()
|
/linux-6.3-rc2/Documentation/ |
A D | atomic_bitops.txt | 55 - non-RMW operations are unordered; 57 - RMW operations that have no return value are unordered;
|
A D | atomic_t.txt | 165 - non-RMW operations are unordered; 167 - RMW operations that have no return value are unordered; 171 - RMW operations that are conditional are unordered on FAILURE, 176 {}_relaxed: unordered 180 Where 'unordered' is against other memory locations. Address dependencies are
|
A D | memory-barriers.txt | 1011 that the rest of the system might perceive as the unordered set of { STORE A, 1012 STORE B, STORE C } all occurring before the unordered set of { STORE D, STORE E
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | refcount-vs-atomic.rst | 33 In the absence of any memory ordering guarantees (i.e. fully unordered) 86 * none (both fully unordered) 99 * none (both fully unordered) 110 * fully unordered --> RELEASE ordering
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | x_bsun.S | 4 | fpsp_bsun --- FPSP handler for branch/set on unordered exception
|
A D | fpsp.h | 229 .set bsun_bit,7 | branch on unordered
|
/linux-6.3-rc2/drivers/staging/nvec/ |
A D | TODO | 1 ToDo list (incomplete, unordered)
|
/linux-6.3-rc2/include/linux/ |
A D | mISDNdsp.h | 36 int unordered; /* data is unordered (packets have index) */ member
|
/linux-6.3-rc2/tools/memory-model/litmus-tests/ |
A D | R+poonceonces.litmus | 6 * This is the unordered (thus lacking smp_mb()) version of one of the
|
/linux-6.3-rc2/tools/memory-model/Documentation/ |
A D | ordering.txt | 23 some of these "unordered" operations provide limited ordering 107 are covered in the later section on unordered operations. 155 to an unordered RMW atomic operation. 158 ordering subsequent to an unordered RMW atomic operation. 441 Each of these two categories of unordered accesses has a section below: 451 Unordered operations to different variables are just that, unordered. 454 of unordered marked accesses can also be constrained using the mechanisms 464 reorder marked writes with each other or with other unordered 472 reorder marked reads with each other or with other unordered 484 each other or with other unordered operations. [all …]
|
A D | simple.txt | 232 But be careful. "Unordered" really does mean "unordered". It is all
|
A D | recipes.txt | 26 1. Some aspects of the C language are unordered. For example,
|
A D | litmus-tests.txt | 146 pointer in P0()'s parameter list, this does an unordered store to global 154 "r1 = READ_ONCE(*x)", which does an unordered load from "*x" into local
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | index.rst | 70 The rest of this manual consists of various unordered guides on how to
|
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/ |
A D | msi.txt | 67 This property is unordered, and MSIs may be allocated from any combination of
|
/linux-6.3-rc2/drivers/isdn/mISDN/ |
A D | dsp_cmx.c | 1208 if (dsp->features.unordered) { in dsp_cmx_receive() 1225 if (dsp->features.unordered) { in dsp_cmx_receive() 1240 if (dsp->features.unordered) { in dsp_cmx_receive() 1268 if (dsp->features.unordered) { in dsp_cmx_receive()
|
A D | l1oip_core.c | 1189 features->unordered = 1; in channel_bctrl()
|
/linux-6.3-rc2/arch/m68k/ifpsp060/src/ |
A D | fpsp.S | 16705 # unordered or less or equal: 16729 # unordered or less than: 16734 fbult.w fdbcc_ult_yes # unordered or less than? 16753 # unordered or greater or equal: 16758 fbuge.w fdbcc_uge_yes # unordered or greater than? 16777 # unordered or greater than: 16782 fbugt.w fdbcc_ugt_yes # unordered or greater than? 16801 # unordered or equal: 16806 fbueq.w fdbcc_ueq_yes # unordered or equal? 16825 # unordered: [all …]
|
A D | fplsp.S | 424 set bsun_bit, 7 # branch on unordered
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | ncr53c8xx.rst | 1348 Avoids timeouts for unordered tagged commands.
|
/linux-6.3-rc2/Documentation/trace/ |
A D | ftrace.rst | 2527 tracing_cpu_mask file) or you might sometimes see unordered
|
Completed in 77 milliseconds