| /linux/arch/arm/nwfpe/ |
| H 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/fs/tests/ |
| H A D | binfmt_elf_kunit.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/Documentation/ |
| H A D | atomic_bitops.txt | 55 - non-RMW operations are unordered; 57 - RMW operations that have no return value are unordered;
|
| H 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 181 not defeated. Conditional operations are still unordered on FAILURE.
|
| /linux/tools/memory-model/Documentation/ |
| H 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 …]
|
| H A D | simple.txt | 232 But be careful. "Unordered" really does mean "unordered". It is all
|
| H A D | recipes.txt | 26 1. Some aspects of the C language are unordered. For example,
|
| H 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/arch/m68k/fpsp040/ |
| H A D | x_bsun.S | 4 | fpsp_bsun --- FPSP handler for branch/set on unordered exception
|
| H A D | fpsp.h | 229 .set bsun_bit,7 | branch on unordered
|
| /linux/include/linux/ |
| H A D | mISDNdsp.h | 36 int unordered; /* data is unordered (packets have index) */ member
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | R+poonceonces.litmus | 6 * This is the unordered (thus lacking smp_mb()) version of one of the
|
| /linux/Documentation/litmus-tests/atomic/ |
| H A D | cmpxchg-fail-unordered-2.litmus | 1 C cmpxchg-fail-unordered-2
|
| H A D | cmpxchg-fail-unordered-1.litmus | 1 C cmpxchg-fail-unordered-1
|
| /linux/Documentation/litmus-tests/ |
| H A D | README | 32 cmpxchg-fail-unordered-1.litmus 36 cmpxchg-fail-unordered-2.litmus
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_encoder.c | 37 mod_delayed_work(display->wq.unordered, in intel_encoder_link_check_queue_work()
|
| H A D | intel_connector.c | 69 if (!queue_work(display->wq.unordered, &connector->modeset_retry_work)) in intel_connector_queue_modeset_retry_work()
|
| H A D | intel_hdcp.c | 1113 if (!queue_work(display->wq.unordered, &hdcp->prop_work)) in intel_hdcp_update_value() 2243 queue_delayed_work(display->wq.unordered, &hdcp->check_work, in intel_hdcp_check_work() 2246 queue_delayed_work(display->wq.unordered, &hdcp->check_work, in intel_hdcp_check_work() 2488 queue_delayed_work(display->wq.unordered, &hdcp->check_work, in _intel_hdcp_enable() 2586 if (!queue_work(display->wq.unordered, &hdcp->prop_work)) in intel_hdcp_update_pipe() 2604 if (!queue_work(display->wq.unordered, &hdcp->prop_work)) in intel_hdcp_update_pipe() 2735 queue_delayed_work(display->wq.unordered, &hdcp->check_work, 0); in intel_hdcp_handle_cp_irq()
|
| H A D | intel_opregion.c | 675 queue_work(display->wq.unordered, &opregion->asle_work); in intel_opregion_asle_intr()
|
| H A D | intel_psr.c | 479 queue_work(display->wq.unordered, &intel_dp->psr.work); in intel_psr_irq_handler() 3596 mod_delayed_work(display->wq.unordered, &intel_dp->psr.dc3co_work, in tgl_dc3co_flush_locked() 3637 queue_work(display->wq.unordered, &intel_dp->psr.work); in _psr_flush_handle()
|
| H A D | intel_dmc.c | 1447 queue_work(display->wq.unordered, &dmc->work); in intel_dmc_init()
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_cmx.c | 1197 if (dsp->features.unordered) { in dsp_cmx_receive() 1214 if (dsp->features.unordered) { in dsp_cmx_receive() 1229 if (dsp->features.unordered) { in dsp_cmx_receive() 1257 if (dsp->features.unordered) { in dsp_cmx_receive()
|
| H A D | l1oip_core.c | 1190 features->unordered = 1; in channel_bctrl()
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | msi.txt | 67 This property is unordered, and MSIs may be allocated from any combination of
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 16705 # unordered or less or equal: 16710 fbule.w fdbcc_ule_yes # 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? [all …]
|