/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/drivers/gpu/drm/i915/display/ |
H A D | intel_display_driver.c | 265 display->wq.unordered = alloc_workqueue("display_unordered", 0, 0); in intel_display_driver_probe_noirq() 266 if (!display->wq.unordered) { in intel_display_driver_probe_noirq() 302 destroy_workqueue(display->wq.unordered); in intel_display_driver_probe_noirq() 608 flush_workqueue(display->wq.unordered); in intel_display_driver_remove() 635 flush_workqueue(display->wq.unordered); in intel_display_driver_remove_noirq() 651 destroy_workqueue(display->wq.unordered); in intel_display_driver_remove_noirq()
|
H A D | intel_encoder.c | 36 mod_delayed_work(display->wq.unordered, in intel_encoder_link_check_queue_work()
|
H A D | intel_display_core.h | 581 struct workqueue_struct *unordered; member
|
H A D | intel_hdcp.c | 1113 if (!queue_work(display->wq.unordered, &hdcp->prop_work)) in intel_hdcp_update_value() 2245 queue_delayed_work(display->wq.unordered, &hdcp->check_work, in intel_hdcp_check_work() 2248 queue_delayed_work(display->wq.unordered, &hdcp->check_work, in intel_hdcp_check_work() 2497 queue_delayed_work(display->wq.unordered, &hdcp->check_work, in _intel_hdcp_enable() 2595 if (!queue_work(display->wq.unordered, &hdcp->prop_work)) in intel_hdcp_update_pipe() 2613 if (!queue_work(display->wq.unordered, &hdcp->prop_work)) in intel_hdcp_update_pipe() 2744 queue_delayed_work(display->wq.unordered, &hdcp->check_work, 0); in intel_hdcp_handle_cp_irq()
|
H A D | intel_dmc_wl.c | 161 queue_delayed_work(display->wq.unordered, &wl->work, in __intel_dmc_wl_release()
|
H A D | intel_drrs.c | 129 mod_delayed_work(display->wq.unordered, &crtc->drrs.work, msecs_to_jiffies(1000)); in intel_drrs_schedule_work()
|
H A D | intel_psr.c | 495 queue_work(display->wq.unordered, &intel_dp->psr.work); in intel_psr_irq_handler() 3356 mod_delayed_work(display->wq.unordered, &intel_dp->psr.dc3co_work, in tgl_dc3co_flush_locked() 3387 queue_work(display->wq.unordered, &intel_dp->psr.work); in _psr_flush_handle()
|
/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/Documentation/core-api/ |
H A D | refcount-vs-atomic.rst | 33 In the absence of any memory ordering guarantees (i.e. fully unordered) 86 * none (both fully unordered) 111 * none (both fully unordered) 122 * fully unordered --> RELEASE ordering
|
/linux/drivers/staging/nvec/ |
H A D | TODO | 1 ToDo list (incomplete, unordered)
|
/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/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
|
/linux/Documentation/litmus-tests/ |
H A D | README | 32 cmpxchg-fail-unordered-1.litmus 36 cmpxchg-fail-unordered-2.litmus
|
/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/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 1190 features->unordered = 1; in channel_bctrl()
|
/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 …]
|