Home
last modified time | relevance | path

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

12345678910>>...26

/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/drivers/gpio/
H A Dgpio-ts4900.c51 * Only clear the OE bit here, requires a RMW. Prevents a potential issue in ts4900_gpio_direction_input()
67 * prevents a glitch that can occur on the IO line. in ts4900_gpio_direction_output()
/linux/arch/um/
H A DMakefile49 # -Dstrrchr=kernel_strrchr (as well as the various in6addr symbols) prevents
53 # -Dlongjmp=kernel_longjmp prevents anything from referencing the libpthread.a
/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/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/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/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/arch/arm/include/asm/
H A Dstackprotector.h9 * "__stack_chk_guard" on ARM. This prevents SMP systems from using a
/linux/include/linux/platform_data/
H A Dasoc-pxa.h15 * bug prevents correct operation of the reset line. If not specified,
/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/tools/testing/selftests/memfd/
H A Dmemfd_test.c576 * allowed. Note that for r/w the kernel already prevents the mmap. */ in mfd_fail_write()
954 * Test whether SEAL_WRITE actually prevents modifications.
980 * Test whether SEAL_FUTURE_WRITE actually prevents modifications.
1044 * Test whether SEAL_SHRINK actually prevents shrinking
1070 * Test whether SEAL_GROW actually prevents growing
1096 * Test whether SEAL_SHRINK | SEAL_GROW actually prevents resizing
1608 /* shared/writable ref prevents sealing WRITE, but allows others */ in test_share_mmap()
/linux/net/batman-adv/
H A Dmulticast.c1616 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_unsnoop_update()
1627 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_unsnoop_update()
1661 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_ipv4_update()
1672 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_ipv4_update()
1706 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_ipv6_update()
1717 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_ipv6_update()
1751 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_rtr4_update()
1762 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_rtr4_update()
1796 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_rtr6_update()
1807 /* flag checks above + mcast_handler_lock prevents this */ in batadv_mcast_want_rtr6_update()
/linux/include/acpi/platform/
H A Dacgccex.h15 * undef it here. Prevents error messages of this form (usually from the
/linux/include/vdso/
H A Dmath64.h11 /* The following asm() prevents the compiler from in __iter_div_u64_rem()
/linux/Documentation/driver-api/
H A Ddevice_link.rst242 Notably this also prevents the addition of a device link from a parent
285 This prevents the supplier from unbinding.
305 This prevents the consumers from binding.

12345678910>>...26