Searched full:prevents (Results 1 – 25 of 1612) sorted by relevance
12345678910>>...65
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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. 62 * This is a barrier which prevents following instructions from being 64 * x is a variable loaded from memory, this prevents following
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/fpga/ |
| D | xlnx,pr-decoupler.yaml | 15 which prevents signal changes from passing through the bridge. The controller 20 eXchange AXI shutdown manager prevents AXI traffic from passing through the
|
| D | altera-freeze-bridge.txt | 4 The controller can freeze/disable the bridges which prevents signal
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | kernel-per-CPU-kthreads.rst | 263 commit prevents OS jitter due to vmstat_update() on 278 CONFIG_PPC_RTAS_DAEMON=n. This prevents the RTAS 302 1. Build the kernel with CONFIG_PREEMPT=n. This prevents these 306 2. Build the kernel with CONFIG_RCU_BOOST=n. This prevents these 313 to OS jitter. This approach prevents the rcuc/%u kthreads from
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | omap_hwmod_reset.c | 64 * RTC IP have kicker feature. This prevents spurious writes to its registers. 84 * RTC IP have kicker feature. This prevents spurious writes to its registers.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | kernel-per-CPU-kthreads.rst | 263 commit prevents OS jitter due to vmstat_update() on 278 CONFIG_PPC_RTAS_DAEMON=n. This prevents the RTAS 302 1. Build the kernel with CONFIG_PREEMPT=n. This prevents these 306 2. Build the kernel with CONFIG_RCU_BOOST=n. This prevents these 313 to OS jitter. This approach prevents the rcuc/%u kthreads from
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| D | Kconfig | 178 they have RCU callbacks queued, and prevents RCU from waking 197 This option also prevents heavy loads from blocking RCU 232 (!PREEMPTION kernels). Nothing prevents this kthread from running
|
| /kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
| D | memfd_test.c | 445 * allowed. Note that for r/w the kernel already prevents the mmap. */ in mfd_fail_write() 741 * Test whether SEAL_WRITE actually prevents modifications. 767 * Test whether SEAL_FUTURE_WRITE actually prevents modifications. 807 * Test whether SEAL_SHRINK actually prevents shrinking 833 * Test whether SEAL_GROW actually prevents growing 859 * Test whether SEAL_SHRINK | SEAL_GROW actually prevents resizing 940 /* shared/writable ref prevents sealing WRITE, but allows others */ in test_share_mmap()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| D | gpio-ts4900.c | 58 /* Only clear the OE bit here, requires a RMW. Prevents potential issue in ts4900_gpio_direction_input() 73 * prevents a glitch that can occur on the IO line in ts4900_gpio_direction_output()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/Documentation/RCU/ |
| D | lockdep.rst | 24 This prevents things like WARN_ON(!rcu_read_lock_held()) from giving false 85 RCU read-side critical sections, in case (2) the ->file_lock prevents
|
| /kernel/linux/linux-6.6/include/vdso/ |
| D | math64.h | 11 /* The following asm() prevents the compiler from in __iter_div_u64_rem()
|
| /kernel/linux/linux-5.10/include/vdso/ |
| D | math64.h | 11 /* The following asm() prevents the compiler from in __iter_div_u64_rem()
|
| /kernel/linux/linux-6.6/kernel/bpf/preload/ |
| D | Kconfig | 10 # The dependency on !COMPILE_TEST prevents it from being enabled
|
| /kernel/linux/linux-6.6/net/ncsi/ |
| D | Kconfig | 24 This allows to keep PHY link up and prevents any channel resets during
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/fpga/ |
| D | altera-freeze-bridge.txt | 4 The controller can freeze/disable the bridges which prevents signal
|
12345678910>>...65