Home
last modified time | relevance | path

Searched full:ensures (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/linux/arch/powerpc/platforms/powernv/
H A Dopal-kmsg.c3 * kmsg dumper that ensures the OPAL console fully flushes panic messages
20 * message, it just ensures that OPAL completely flushes the console buffer.
/linux/arch/arc/include/asm/
H A Dbarrier.h17 * - 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/drivers/net/wireless/mediatek/mt7601u/
H A Dmt7601u.h144 * @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/include/linux/irqchip/
H A Darm-gic-v4.h29 * Ensures mutual exclusion between updates to vlpi_count[]
76 * Ensures mutual exclusion between affinity setting of the
/linux/arch/arm/mach-exynos/
H A Dmcpm-exynos.c290 * EXYNOS5420_ENABLE_AUTOMATIC_CORE_DOWN ensures that all the cores in exynos_mcpm_init()
293 * EXYNOS5420_USE_ARM_CORE_DOWN_STATE ensures that a cores is powered in exynos_mcpm_init()
296 * EXYNOS5420_USE_L2_COMMON_UP_STATE ensures that cluster L2 will be in exynos_mcpm_init()
/linux/lib/zstd/compress/
H A Dzstd_ldm.h102 * Ensures that params->bucketSizeLog is <= params->hashLog (setting it to
105 * Ensures that the minMatchLength >= targetLength during optimal parsing.
/linux/drivers/clk/zynqmp/
H A Dclk-mux-zynqmp.c16 * prepare - clk_prepare only ensures that parents are prepared
17 * enable - clk_enable only ensures that parents are enabled
/linux/rust/kernel/fs/
H A Dfile.rs137 /// only used when the `struct files_struct` is not shared with other threads, since this ensures
170 /// * The Rust borrow-checker normally ensures this by enforcing that the `ARef<File>` from which
327 // SAFETY: The signature of this function ensures that the caller will only access the in cred()
328 // returned credential while the file is still valid, and the C side ensures that the in cred()
397 /// prevent it from being moved across task boundaries, which ensures that `current` does not
/linux/tools/testing/selftests/arm64/pauth/
H A Dpac_corruptor.S8 * Corrupting a single bit of the PAC ensures the authentication will fail. It
/linux/arch/x86/lib/
H A Dcmdline.c48 * 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/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c82 * 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/drivers/clk/
H A Dclk-fixed-rate.c21 * prepare - clk_(un)prepare only ensures parents are prepared
22 * enable - clk_enable only ensures parents are enabled
/linux/arch/parisc/
H A DKconfig.debug20 fault handler. This ensures that page table entries are
/linux/security/landlock/errata/
H A Dabi-1.h10 * directory is moved outside the scope of a bind mount. The change ensures
H A Dabi-6.h16 * This change ensures that any thread is allowed to send signals to any other
/linux/fs/ceph/
H A Dio.c49 * On exit, the function ensures that the CEPH_I_ODIRECT flag is unset,
161 * On exit, the function ensures that the CEPH_I_ODIRECT flag is set,
/linux/drivers/counter/
H A Dcounter-core.c34 * This ensures private data behaves like if it were kmalloced
35 * separately. Also ensures the minimum alignment for safe DMA
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_map_init.c23 * ensures the map value is only updated for a single CPU. in sysenter_getpgid()
/linux/scripts/coccinelle/misc/
H A Dadd_namespace.cocci19 // That ensures we are adding it only to the main module source file.
/linux/arch/arm64/include/asm/
H A Ddcc.h9 * The 'volatile' ensures that the compiler does not cache the status bits,
/linux/samples/ftrace/
H A Dftrace-ops.c75 * The barrier() ensures the compiler won't elide calls by determining there
87 * The barrier() ensures the compiler won't elide calls by determining there
/linux/rust/kernel/mm/
H A Dvirt.rs14 //! ensures that you can't, for example, accidentally call a function that requires holding the
50 // SAFETY: The caller ensures that the invariants are satisfied for the duration of 'a. in from_raw()
184 // SAFETY: The caller ensures that the invariants are satisfied for the duration of 'a.
233 // SAFETY: The caller ensures that the invariants are satisfied for the duration of 'a.
/linux/arch/x86/mm/
H A Dioremap.c333 * This version of ioremap ensures that the memory is marked uncachable
371 * This version of ioremap ensures that the memory is marked with a strong
398 * This version of ioremap ensures that the memory is marked write combining.
415 * This version of ioremap ensures that the memory is marked write through.
482 ensures there isn't another iounmap for the same address in iounmap()
/linux/arch/sh/lib/
H A Ddelay.c20 * This align directive ensures this doesn't occur. in __delay()
/linux/include/linux/ceph/
H A Dceph_features.h34 * the bit because it ensures that we have the bit AND the marker for the
72 * This ensures that no two versions who have different meanings for

12345678910>>...31