| /linux/rust/kernel/sync/atomic/ |
| H A D | internal.rs | 224 fn xchg[acquire, release, relaxed](a: &AtomicRepr<Self>, v: Self) -> Self { 235 fn try_cmpxchg[acquire, release, relaxed]( 260 fn fetch_add[acquire, release, relaxed](a: &AtomicRepr<Self>, v: Self::Delta) -> Self {
|
| /linux/scripts/atomic/kerneldoc/ |
| H A D | dec_unless_positive | 7 * Otherwise, @v is not modified and relaxed ordering is provided.
|
| H A D | inc_not_zero | 7 * Otherwise, @v is not modified and relaxed ordering is provided.
|
| H A D | inc_unless_negative | 7 * Otherwise, @v is not modified and relaxed ordering is provided.
|
| H A D | dec_if_positive | 7 * Otherwise, @v is not modified and relaxed ordering is provided.
|
| H A D | cmpxchg | 9 * Otherwise, @v is not modified and relaxed ordering is provided.
|
| H A D | add_unless | 13 * Otherwise, @v is not modified and relaxed ordering is provided.
|
| H A D | try_cmpxchg | 10 * and relaxed ordering is provided.
|
| /linux/scripts/atomic/ |
| H A D | atomics.tbl | 4 # Upper-case implies _{acquire,release,relaxed} variants.
|
| /linux/tools/memory-model/Documentation/ |
| H A D | cheatsheet.txt | 20 Key: Relaxed: A relaxed operation is either READ_ONCE(), WRITE_ONCE(),
|
| /linux/lib/ |
| H A D | Kconfig.kmsan | 38 is a more relaxed mode, but it generates more instrumentation code and
|
| /linux/include/linux/ |
| H A D | coresight.h | 131 u64 (*read)(u32 offset, bool relaxed, bool _64bit); 132 void (*write)(u64 val, u32 offset, bool relaxed,
|
| /linux/Documentation/filesystems/ |
| H A D | isofs.rst | 33 check=relaxed Matches filenames with different cases
|
| H A D | nilfs2.rst | 66 order=relaxed(*) Apply relaxed order semantics that allows modified data
|
| H A D | vfat.rst | 118 **r**: relaxed, case insensitive
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.h | 55 bool relaxed; member
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_mb.c | 495 int relaxed = !(hw->flags & CSIO_HWF_ROOT_NO_RELAXED_ORDERING); in csio_mb_iq_write() local 542 FW_IQ_CMD_FL0FETCHRO_V(relaxed) | in csio_mb_iq_write() 543 FW_IQ_CMD_FL0DATARO_V(relaxed) | in csio_mb_iq_write()
|
| /linux/arch/mips/configs/ |
| H A D | loongson3_defconfig | 414 CONFIG_CMDLINE="ieee754=relaxed"
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | sge.c | 2210 int relaxed = !(adapter->flags & CXGB4VF_ROOT_NO_RELAXED_ORDERING); in t4vf_sge_alloc_rxq() local 2307 FW_IQ_CMD_FL0FETCHRO_V(relaxed) | in t4vf_sge_alloc_rxq() 2308 FW_IQ_CMD_FL0DATARO_V(relaxed) | in t4vf_sge_alloc_rxq()
|
| /linux/Documentation/networking/ |
| H A D | msg_zerocopy.rst | 261 loopback restriction can be temporarily relaxed by making
|
| /linux/Documentation/ |
| H A D | memory-barriers.txt | 136 abstract CPU, memory operation ordering is very relaxed, and a CPU may actually 513 RELEASE variants in addition to fully-ordered and relaxed (no barrier 1872 however, be used to control MMIO effects on accesses through relaxed memory I/O 2495 to an I/O memory window with relaxed memory access properties, then _mandatory_ 2529 address register if ordering rules are sufficiently relaxed: 2534 If ordering rules are relaxed, it must be assumed that accesses done inside an 2670 frv), and so the most relaxed case (namely DEC Alpha) must be assumed outside 2911 The DEC Alpha CPU is one of the most relaxed CPUs there is. Not only that,
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-list.txt | 244 /sys/kernel/tracing, even when perf_event_paranoid is in a relaxed
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 4369 int relaxed = !(adap->flags & CXGB4_ROOT_NO_RELAXED_ORDERING); in t4_sge_alloc_rxq() local 4426 FW_IQ_CMD_FL0FETCHRO_V(relaxed) | in t4_sge_alloc_rxq() 4427 FW_IQ_CMD_FL0DATARO_V(relaxed) | in t4_sge_alloc_rxq()
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 591 Such a dependency can be relaxed by combining it with the compile-testing rule
|
| /linux/Documentation/dev-tools/ |
| H A D | checkpatch.rst | 1008 declarations at the top of the function rule can be relaxed. Not doing
|