Home
last modified time | relevance | path

Searched full:prevents (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/linux/rust/kernel/sync/
H A Dbarrier.rs12 /// A barrier that prevents compiler from reordering memory accesses across the barrier.
24 /// A barrier that prevents compiler and CPU from reordering memory accesses across the barrier.
37 /// A barrier that prevents compiler and CPU from reordering memory write accesses across the
51 /// A barrier that prevents compiler and CPU from reordering memory read accesses across the
/linux/tools/arch/powerpc/include/asm/
H A Dbarrier.h18 * mb() prevents loads and stores being reordered across this point.
19 * rmb() prevents loads being reordered across this point.
20 * wmb() prevents stores being reordered across this point.
/linux/lib/
H A Drcuref.c132 * prevents the grace period which keeps the object alive until all put()
140 * to RCUREF_SATURATED, which will cause a memory leak, but it prevents
189 * True if the reference count is saturated, which prevents the
210 * prevents the reference count from overflowing. This leaks the in rcuref_get_slowpath()
211 * object memory, but prevents the obvious reference count overflow in rcuref_get_slowpath()
/linux/Documentation/devicetree/bindings/fpga/
H A Dxlnx,pr-decoupler.yaml18 which prevents signal changes from passing through the bridge. The controller
23 eXchange AXI shutdown manager prevents AXI traffic from passing through the
H A Daltr,freeze-bridge-controller.yaml11 The controller can freeze/disable the bridges which prevents signal
/linux/tools/testing/selftests/arm64/pauth/
H A Dpac.c27 /* data key instructions are not in NOP space. This prevents a SIGILL */ \
34 /* generic key instructions are not in NOP space. This prevents a SIGILL */ \
263 /* generic and data key instructions are not in NOP space. This prevents a SIGILL */ in TEST()
306 /* generic and data key instructions are not in NOP space. This prevents a SIGILL */ in TEST()
/linux/kernel/bpf/preload/
H A DKconfig6 # The dependency on !COMPILE_TEST prevents it from being enabled
/linux/net/ncsi/
H A DKconfig24 This allows to keep PHY link up and prevents any channel resets during
/linux/security/landlock/errata/
H A Dabi-1.h13 * hierarchy. This prevents access right widening through rename or link
/linux/kernel/kcsan/
H A D.kunitconfig21 # This prevents the test from timing out on many setups. Feel free to remove
/linux/arch/arm/include/asm/
H A Dstackprotector.h9 * "__stack_chk_guard" on ARM. This prevents SMP systems from using a
/linux/include/linux/usb/
H A Disp116x.h22 prevents stopping internal clock, increasing
/linux/drivers/nfc/st-nci/
H A Dndlc.h38 * and prevents normal operation.
/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_group_types.h29 * that prevents them from making progress when one is stuck on a page fault.
/linux/arch/parisc/include/asm/
H A Dhash.h88 * This _ASSIGN(dst, src) macro performs "dst = src", but prevents GCC
91 * This prevents it from mis-optimizing certain sequences.
/linux/include/vdso/
H A Dmath64.h11 /* The following asm() prevents the compiler from in __iter_div_u64_rem()
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-wideband-receiver.rst40 that prevents them to be used with some remotes. Wide band receiver might
/linux/drivers/scsi/fnic/
H A Dcq_desc.h53 * bit (byte) written. Adding the rmb() prevents the compiler in cq_desc_dec()
/linux/drivers/scsi/snic/
H A Dcq_desc.h51 * bit (byte) written. Adding the rmb() prevents the compiler in cq_desc_dec()
/linux/Documentation/timers/
H A Dhpet.rst18 prevents use of that mode. They support the other "legacy replacement"
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_helper.h40 /* Upper bound on the number of records in a VBIOS record chain. Prevents
/linux/drivers/acpi/acpica/
H A Duterror.c34 * method/object is detected. This prevents a flood of error
76 * method/object is detected. This prevents a flood of
118 * method/object is detected. This prevents a flood of
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_rq.c38 * bit (byte) written. Adding the rmb() prevents the compiler in enic_rq_cq_desc_dec()
57 * bit (byte) written. Adding the rmb() prevents the compiler in enic_rq_cq_desc_dec()
78 * bit (byte) written. Adding the rmb() prevents the compiler in enic_rq_cq_desc_dec()
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-setup-link.rst45 at the sink pad prevents the link from being enabled, the driver returns
/linux/arch/arm/mach-imx/
H A Dcpuidle-imx6q.c61 * i.MX6 Q/DL has an erratum (ERR006687) that prevents the FEC from waking the

12345678910>>...18