| /Linux-v5.15/Documentation/devicetree/bindings/ | 
| D | .yamllint | 1 extends: relaxed
 | 
| /Linux-v5.15/scripts/atomic/ | 
| D | atomics.tbl | 4 # Upper-case implies _{acquire,release,relaxed} variants.
 | 
| /Linux-v5.15/tools/memory-model/Documentation/ | 
| D | cheatsheet.txt | 20 Key:	Relaxed:  A relaxed operation is either READ_ONCE(), WRITE_ONCE(),
 | 
| /Linux-v5.15/include/linux/ | 
| D | coresight.h | 132 			u64 (*read)(u32 offset, bool relaxed, bool _64bit);133 			void (*write)(u64 val, u32 offset, bool relaxed,
 
 | 
| /Linux-v5.15/Documentation/driver-api/ | 
| D | device-io.rst | 71 indicate the relaxed ordering. Use this with care.112 these cases, although only some platforms will honor the relaxed
 113 semantics. Using the relaxed read functions will provide significant
 183   DMA, these "relaxed" versions of the MMIO accessors only serialize against
 190   guarantees of the non-relaxed and relaxed versions.
 
 | 
| /Linux-v5.15/Documentation/filesystems/ | 
| D | isofs.rst | 33   check=relaxed    Matches filenames with different cases
 | 
| D | nilfs2.rst | 66 order=relaxed(*)	Apply relaxed order semantics that allows modified data
 | 
| D | vfat.rst | 118 	**r**: relaxed, case insensitive
 | 
| /Linux-v5.15/Documentation/core-api/ | 
| D | this_cpu_ops.rst | 27 sort of relaxed atomicity guarantees. The x86, for example, can execute311 relaxed synchronization requirements for this_cpu operations.
 315 share a cache-line but the relaxed synchronization is applied to
 
 | 
| /Linux-v5.15/drivers/gpu/drm/rockchip/ | 
| D | rockchip_drm_vop.h | 50 	bool relaxed;  member
 | 
| D | rockchip_vop_reg.c | 27 		 .relaxed = _relaxed, \
 | 
| D | rockchip_drm_vop.c | 227 	if (reg->relaxed)  in vop_reg_set()
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/pci/ | 
| D | pci.txt | 71    trusted with relaxed DMA protection, as users could easily attach
 | 
| /Linux-v5.15/drivers/scsi/csiostor/ | 
| D | csio_mb.c | 495 	int relaxed = !(hw->flags & CSIO_HWF_ROOT_NO_RELAXED_ORDERING);  in csio_mb_iq_write()  local542 			FW_IQ_CMD_FL0FETCHRO_V(relaxed)			|  in csio_mb_iq_write()
 543 			FW_IQ_CMD_FL0DATARO_V(relaxed)			|  in csio_mb_iq_write()
 
 | 
| /Linux-v5.15/Documentation/scheduler/ | 
| D | sched-domains.rst | 12 be relaxed if the need arises), and a base domain for CPU i MUST span at least
 | 
| /Linux-v5.15/arch/mips/configs/ | 
| D | loongson3_defconfig | 407 CONFIG_CMDLINE="ieee754=relaxed"
 | 
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4vf/ | 
| D | sge.c | 2213 	int relaxed = !(adapter->flags & CXGB4VF_ROOT_NO_RELAXED_ORDERING);  in t4vf_sge_alloc_rxq()  local2310 				FW_IQ_CMD_FL0FETCHRO_V(relaxed) |  in t4vf_sge_alloc_rxq()
 2311 				FW_IQ_CMD_FL0DATARO_V(relaxed) |  in t4vf_sge_alloc_rxq()
 
 | 
| /Linux-v5.15/Documentation/networking/ | 
| D | msg_zerocopy.rst | 255 loopback restriction can be temporarily relaxed by making
 | 
| D | af_xdp.rst | 202 be relaxed in the future.
 | 
| /Linux-v5.15/Documentation/ | 
| D | memory-barriers.txt | 137 abstract CPU, memory operation ordering is very relaxed, and a CPU may actually505 RELEASE variants in addition to fully-ordered and relaxed (no barrier
 1853 however, be used to control MMIO effects on accesses through relaxed memory I/O
 1935      relaxed I/O accessors and the Documentation/core-api/dma-api.rst file for
 2465 to an I/O memory window with relaxed memory access properties, then _mandatory_
 2499 address register if ordering rules are sufficiently relaxed:
 2504 If ordering rules are relaxed, it must be assumed that accesses done inside an
 2640 frv), and so the most relaxed case (namely DEC Alpha) must be assumed outside
 2880 The DEC Alpha CPU is one of the most relaxed CPUs there is.  Not only that,
 
 | 
| /Linux-v5.15/tools/perf/Documentation/ | 
| D | perf-list.txt | 189 /sys/kernel/debug/tracing, even when perf_event_paranoid is in a relaxed
 | 
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | sge.c | 4380 	int relaxed = !(adap->flags & CXGB4_ROOT_NO_RELAXED_ORDERING);  in t4_sge_alloc_rxq()  local4437 					     FW_IQ_CMD_FL0FETCHRO_V(relaxed) |  in t4_sge_alloc_rxq()
 4438 					     FW_IQ_CMD_FL0DATARO_V(relaxed) |  in t4_sge_alloc_rxq()
 
 | 
| /Linux-v5.15/Documentation/kbuild/ | 
| D | kconfig-language.rst | 569 Such a dependency can be relaxed by combining it with the compile-testing rule
 | 
| /Linux-v5.15/Documentation/userspace-api/media/v4l/ | 
| D | hist-v4l2.rst | 265 2. The restriction "count[0] > 0 and count[1] > 0" has been relaxed to
 | 
| /Linux-v5.15/Documentation/x86/ | 
| D | boot.rst | 57 Protocol 2.10	(Kernel 2.6.31) Added a protocol for relaxed alignment
 |