/linux-6.14.4/drivers/tty/ |
D | tty_buffer.c | 230 /* paired w/ release in __tty_buffer_request_room; ensures there are in tty_buffer_flush() 281 * ensures they see all buffer data. in __tty_buffer_request_room() 286 * ensures the latest commit value can be read before the head in __tty_buffer_request_room() 407 * ensures commit value read is not stale if the head in lookahead_bufs() 413 * tty_buffer_flush(); ensures we see the committed buffer data. in lookahead_bufs() 479 * ensures commit value read is not stale if the head in flush_to_ldisc() 484 * tty_buffer_flush(); ensures we see the committed buffer data in flush_to_ldisc() 513 * Paired w/ acquire in flush_to_ldisc(); ensures flush_to_ldisc() sees in tty_flip_buffer_commit()
|
/linux-6.14.4/arch/powerpc/platforms/powernv/ |
D | opal-kmsg.c | 3 * kmsg dumper that ensures the OPAL console fully flushes panic messages 20 * message, it just ensures that OPAL completely flushes the console buffer.
|
/linux-6.14.4/arch/arc/include/asm/ |
D | barrier.h | 17 * - Ensures that selected memory operation issued before it will complete 20 * (asm-generic/barrier.h ensures sane smp_*mb if not defined here, i.e.
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt7601u/ |
D | mt7601u.h | 144 * @mutex: ensures exclusive access from mac80211 callbacks. 145 * @vendor_req_mutex: protects @vend_buf, ensures atomicity of read/write 147 * @reg_atomic_mutex: ensures atomicity of indirect register accesses 149 * @hw_atomic_mutex: ensures exclusive access to HW during critical
|
/linux-6.14.4/rust/kernel/net/ |
D | phy.rs | 97 // SAFETY: The struct invariant ensures that we may access in phy_id() 105 // SAFETY: The struct invariant ensures that we may access in state() 130 // SAFETY: The struct invariant ensures that we may access in is_link_up() 142 // SAFETY: The struct invariant ensures that we may access in is_autoneg_enabled() 155 // SAFETY: The struct invariant ensures that we may access in is_autoneg_completed() 164 // SAFETY: The struct invariant ensures that we may access in set_speed() 177 // SAFETY: The struct invariant ensures that we may access in set_duplex() 287 // SAFETY: The struct invariant ensures that `mdio.dev` is valid. in as_ref() 364 // SAFETY: The C core code ensures that the accessors on in suspend_callback() 378 // SAFETY: The C core code ensures that the accessors on in resume_callback()
|
/linux-6.14.4/rust/kernel/ |
D | cred.rs | 27 /// Instances of this type are always ref-counted, that is, a call to `get_cred` ensures that the 59 // SAFETY: The invariants of this type ensures that the pointer is valid. in get_secid()
|
/linux-6.14.4/drivers/accessibility/speakup/ |
D | selection.c | 35 /* this ensures we copy sel before releasing the lock below */ in __speakup_set_selection() 76 * speakup_selection_work. wmb() ensures that writes to in speakup_set_selection()
|
/linux-6.14.4/include/linux/irqchip/ |
D | arm-gic-v4.h | 29 * Ensures mutual exclusion between updates to vlpi_count[] 76 * Ensures mutual exclusion between affinity setting of the
|
/linux-6.14.4/arch/arm/mach-exynos/ |
D | mcpm-exynos.c | 286 * EXYNOS5420_ENABLE_AUTOMATIC_CORE_DOWN ensures that all the cores in exynos_mcpm_init() 289 * EXYNOS5420_USE_ARM_CORE_DOWN_STATE ensures that a cores is powered in exynos_mcpm_init() 292 * EXYNOS5420_USE_L2_COMMON_UP_STATE ensures that cluster L2 will be in exynos_mcpm_init()
|
/linux-6.14.4/lib/zstd/compress/ |
D | zstd_ldm.h | 102 * Ensures that params->bucketSizeLog is <= params->hashLog (setting it to 105 * Ensures that the minMatchLength >= targetLength during optimal parsing.
|
/linux-6.14.4/drivers/clk/zynqmp/ |
D | clk-mux-zynqmp.c | 16 * prepare - clk_prepare only ensures that parents are prepared 17 * enable - clk_enable only ensures that parents are enabled
|
/linux-6.14.4/fs/nfs/ |
D | io.c | 32 * On exit, the function ensures that the NFS_INO_ODIRECT flag is unset, 125 * On exit, the function ensures that the NFS_INO_ODIRECT flag is set,
|
/linux-6.14.4/fs/ceph/ |
D | io.c | 40 * On exit, the function ensures that the CEPH_I_ODIRECT flag is unset, 126 * On exit, the function ensures that the CEPH_I_ODIRECT flag is set,
|
/linux-6.14.4/rust/kernel/fs/ |
D | file.rs | 130 /// only used when the `struct files_struct` is not shared with other threads, since this ensures 163 /// * The Rust borrow-checker normally ensures this by enforcing that the `ARef<File>` from which 318 // SAFETY: The signature of this function ensures that the caller will only access the in cred() 319 // returned credential while the file is still valid, and the C side ensures that the in cred() 388 /// prevent it from being moved across task boundaries, which ensures that `current` does not
|
/linux-6.14.4/tools/testing/selftests/arm64/pauth/ |
D | pac_corruptor.S | 8 * Corrupting a single bit of the PAC ensures the authentication will fail. It
|
/linux-6.14.4/arch/x86/lib/ |
D | cmdline.c | 48 * This 'pos' check ensures we do not overrun in __cmdline_find_option_bool() 143 * This 'pos' check ensures we do not overrun in __cmdline_find_option()
|
/linux-6.14.4/drivers/clk/ |
D | clk-fixed-rate.c | 21 * prepare - clk_(un)prepare only ensures parents are prepared 22 * enable - clk_enable only ensures parents are enabled
|
/linux-6.14.4/Documentation/filesystems/ |
D | multigrain-ts.rst | 96 This ensures tight cache coherency for use-cases like NFS, without sacrificing 107 To mitigate this problem, maintain a global floor value that ensures that
|
/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_interrupt.c | 82 * barrier ensures that the interrupt running on a different processor in kfd_interrupt_init() 94 * workqueue items. The spinlock ensures that any interrupt running in kfd_interrupt_exit()
|
/linux-6.14.4/arch/parisc/ |
D | Kconfig.debug | 20 fault handler. This ensures that page table entries are
|
/linux-6.14.4/security/landlock/errata/ |
D | abi-4.h | 11 * :manpage:`bind(2)` and :manpage:`connect(2)` operations. This change ensures
|
/linux-6.14.4/kernel/trace/rv/ |
D | rv_reactors.c | 369 /* Ensures that concurrent monitors read consistent reacting_on */ in rv_reacting_on() 388 /* Ensures that concurrent monitors read consistent reacting_on */ in turn_reacting_off() 395 /* Ensures that concurrent monitors read consistent reacting_on */ in turn_reacting_on()
|
/linux-6.14.4/arch/powerpc/lib/ |
D | xor_vmx.h | 5 * Separating these file ensures that no altivec instructions are run
|
/linux-6.14.4/drivers/counter/ |
D | counter-core.c | 34 * This ensures private data behaves like if it were kmalloced 35 * separately. Also ensures the minimum alignment for safe DMA
|
/linux-6.14.4/fs/netfs/ |
D | locking.c | 46 * On exit, the function ensures that the NETFS_ICTX_ODIRECT flag is unset, 157 * On exit, the function ensures that the NETFS_ICTX_ODIRECT flag is set,
|