Searched full:prevents (Results 1 – 25 of 891) sorted by relevance
12345678910>>...36
/linux-6.12.1/arch/powerpc/include/asm/ |
D | barrier.h | 22 * mb() prevents loads and stores being reordered across this point. 23 * rmb() prevents loads being reordered across this point. 24 * wmb() prevents stores being reordered across this point. 64 * This is a barrier which prevents following instructions from being 66 * x is a variable loaded from memory, this prevents following
|
/linux-6.12.1/tools/arch/powerpc/include/asm/ |
D | barrier.h | 18 * 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-6.12.1/lib/ |
D | rcuref.c | 132 * 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-6.12.1/Documentation/devicetree/bindings/fpga/ |
D | xlnx,pr-decoupler.yaml | 18 which prevents signal changes from passing through the bridge. The controller 23 eXchange AXI shutdown manager prevents AXI traffic from passing through the
|
D | altr,freeze-bridge-controller.yaml | 11 The controller can freeze/disable the bridges which prevents signal
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-per-CPU-kthreads.rst | 259 commit prevents OS jitter due to vmstat_update() on 274 CONFIG_PPC_RTAS_DAEMON=n. This prevents the RTAS 298 1. Build the kernel with CONFIG_PREEMPT=n. This prevents these 302 2. Build the kernel with CONFIG_RCU_BOOST=n. This prevents these 309 to OS jitter. This approach prevents the rcuc/%u kthreads from
|
/linux-6.12.1/tools/testing/selftests/arm64/pauth/ |
D | pac.c | 27 /* 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 */ \ 260 /* generic and data key instructions are not in NOP space. This prevents a SIGILL */ in TEST() 303 /* generic and data key instructions are not in NOP space. This prevents a SIGILL */ in TEST()
|
/linux-6.12.1/include/linux/ |
D | percpu-rwsem.h | 67 * The preempt_enable() prevents the compiler from in percpu_down_read() 87 * The barrier() from preempt_enable() prevents the compiler from in percpu_down_read_trylock()
|
/linux-6.12.1/Documentation/RCU/ |
D | lockdep.rst | 26 This prevents things like WARN_ON(!rcu_read_lock_held()) from giving false 88 RCU read-side critical sections, in case (2) the ->file_lock prevents
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-ts4900.c | 51 * 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-6.12.1/arch/um/ |
D | Makefile | 49 # -Dvmap=kernel_vmap prevents anything from referencing the libpcap.o symbol so 55 # -Dlongjmp=kernel_longjmp prevents anything from referencing the libpthread.a
|
/linux-6.12.1/net/ncsi/ |
D | Kconfig | 24 This allows to keep PHY link up and prevents any channel resets during
|
/linux-6.12.1/kernel/bpf/preload/ |
D | Kconfig | 10 # The dependency on !COMPILE_TEST prevents it from being enabled
|
/linux-6.12.1/kernel/kcsan/ |
D | .kunitconfig | 21 # This prevents the test from timing out on many setups. Feel free to remove
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | hash.h | 88 * This _ASSIGN(dst, src) macro performs "dst = src", but prevents GCC 91 * This prevents it from mis-optimizing certain sequences.
|
/linux-6.12.1/arch/arm/include/asm/ |
D | stackprotector.h | 9 * "__stack_chk_guard" on ARM. This prevents SMP systems from using a
|
/linux-6.12.1/include/linux/platform_data/ |
D | asoc-pxa.h | 15 * bug prevents correct operation of the reset line. If not specified,
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | uterror.c | 34 * 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-6.12.1/include/linux/usb/ |
D | isp116x.h | 22 prevents stopping internal clock, increasing
|
/linux-6.12.1/drivers/misc/lkdtm/ |
D | fortify.c | 20 * Using volatile prevents the compiler from determining the value of in lkdtm_FORTIFY_STR_OBJECT() 77 * Using volatile prevents the compiler from determining the value of in lkdtm_FORTIFY_MEM_OBJECT()
|
/linux-6.12.1/drivers/nfc/st-nci/ |
D | ndlc.h | 38 * and prevents normal operation.
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_hw_engine_group_types.h | 29 * that prevents them from making progress when one is stuck on a page fault.
|
/linux-6.12.1/drivers/nfc/ |
D | mei_phy.h | 29 * and prevents normal operation.
|
/linux-6.12.1/include/acpi/platform/ |
D | acgccex.h | 15 * undef it here. Prevents error messages of this form (usually from the
|
/linux-6.12.1/tools/testing/selftests/memfd/ |
D | memfd_test.c | 540 * allowed. Note that for r/w the kernel already prevents the mmap. */ in mfd_fail_write() 918 * Test whether SEAL_WRITE actually prevents modifications. 944 * Test whether SEAL_FUTURE_WRITE actually prevents modifications. 984 * Test whether SEAL_SHRINK actually prevents shrinking 1010 * Test whether SEAL_GROW actually prevents growing 1036 * Test whether SEAL_SHRINK | SEAL_GROW actually prevents resizing 1468 /* shared/writable ref prevents sealing WRITE, but allows others */ in test_share_mmap()
|
12345678910>>...36