Home
last modified time | relevance | path

Searched refs:relaxed (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dstop_token126 memory_order::relaxed))
188 _M_owners.fetch_add(1, memory_order::relaxed);
201 _M_value.fetch_add(_S_ssrc_counter_inc, memory_order::relaxed);
214 // Can use relaxed loads to get the current value.
216 auto __old = _M_value.load(memory_order::relaxed);
217 while (!_M_try_lock(__old, memory_order::relaxed))
H A Dmemory149 * This implementation only supports <em>relaxed pointer safety</em>
158 enum class pointer_safety { relaxed, preferred, strict };
179 get_pointer_safety() noexcept { return pointer_safety::relaxed; }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dstop_token126 memory_order::relaxed))
188 _M_owners.fetch_add(1, memory_order::relaxed);
201 _M_value.fetch_add(_S_ssrc_counter_inc, memory_order::relaxed);
214 // Can use relaxed loads to get the current value.
216 auto __old = _M_value.load(memory_order::relaxed);
217 while (!_M_try_lock(__old, memory_order::relaxed))
H A Dmemory149 * This implementation only supports <em>relaxed pointer safety</em>
158 enum class pointer_safety { relaxed, preferred, strict };
179 get_pointer_safety() noexcept { return pointer_safety::relaxed; }
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch12 for preventing applications from enabling the relaxed ABI (meant for
16 option allows the overall disabling of the relaxed ABI.
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Ddevice-io.rst71 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A D.yamllint1 extends: relaxed
/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight.h132 u64 (*read)(u32 offset, bool relaxed, bool _64bit);
133 void (*write)(u64 val, u32 offset, bool relaxed,
/OK3568_Linux_fs/kernel/scripts/atomic/
H A Datomics.tbl4 # Upper-case implies _{acquire,release,relaxed} variants.
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dcheatsheet.txt20 Key: Relaxed: A relaxed operation is either READ_ONCE(), WRITE_ONCE(),
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.arm6428 Since kernel version 4.2 Linux is more relaxed about the DT location, so it
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dthis_cpu_ops.rst27 sort of relaxed atomicity guarantees. The x86, for example, can execute
311 relaxed synchronization requirements for this_cpu operations.
315 share a cache-line but the relaxed synchronization is applied to
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Disofs.rst33 check=relaxed Matches filenames with different cases
H A Dnilfs2.rst66 order=relaxed(*) Apply relaxed order semantics that allows modified data
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dshadow-relaxed-usernames.patch4 Subject: [PATCH] shadow: use relaxed usernames
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dpci.txt71 trusted with relaxed DMA protection, as users could easily attach
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c75 #define __REG_SET(x, off, mask, shift, v, write_mask, relaxed) \ argument
76 vop_mask_write(x, off, mask, shift, v, write_mask, relaxed)
78 #define _REG_SET(vop, name, off, reg, mask, v, relaxed) \ argument
82 v, reg.write_mask, relaxed); \
87 #define REG_SET(x, name, off, reg, v, relaxed) \ argument
88 _REG_SET(x, name, off, reg, reg.mask, v, relaxed)
89 #define REG_SET_MASK(x, name, off, reg, mask, v, relaxed) \ argument
90 _REG_SET(x, name, off, reg, reg.mask & mask, v, relaxed)
386 bool write_mask, bool relaxed) in vop_mask_write() argument
400 if (relaxed) in vop_mask_write()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_mb.c495 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()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-domains.rst12 be relaxed if the need arises), and a base domain for CPU i MUST span at least
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcommon_terminals.hpp84 ( relaxed, relaxed_type )
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/
H A Dshadow.inc17 file://shadow-relaxed-usernames.patch \
/OK3568_Linux_fs/kernel/arch/mips/configs/
H A Dloongson3_defconfig411 CONFIG_CMDLINE="ieee754=relaxed"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2213 int relaxed = !(adapter->flags & CXGB4VF_ROOT_NO_RELAXED_ORDERING); in t4vf_sge_alloc_rxq() local
2310 FW_IQ_CMD_FL0FETCHRO_V(relaxed) | in t4vf_sge_alloc_rxq()
2311 FW_IQ_CMD_FL0DATARO_V(relaxed) | in t4vf_sge_alloc_rxq()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop.h40 #define REG_SET_MASK(x, name, off, reg, mask, v, relaxed) \ argument
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dmsg_zerocopy.rst255 loopback restriction can be temporarily relaxed by making

123