/linux-6.6.21/kernel/power/ |
D | process.c | 141 BUG_ON(in_atomic()); in freeze_processes() 172 BUG_ON(in_atomic()); in freeze_kernel_threads()
|
/linux-6.6.21/include/drm/ |
D | drm_util.h | 78 if (in_atomic() || in_dbg_master() || irqs_disabled()) in drm_can_sleep()
|
/linux-6.6.21/security/apparmor/include/ |
D | path.h | 29 char *aa_get_buffer(bool in_atomic);
|
D | file.h | 133 u32 request, bool in_atomic);
|
/linux-6.6.21/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 200 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_update() 218 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_final() 259 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_digest()
|
/linux-6.6.21/crypto/ |
D | simd.c | 73 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_encrypt() 94 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_decrypt() 321 (in_atomic() && cryptd_aead_queued(ctx->cryptd_tfm))) in simd_aead_encrypt() 342 (in_atomic() && cryptd_aead_queued(ctx->cryptd_tfm))) in simd_aead_decrypt()
|
/linux-6.6.21/security/apparmor/ |
D | file.c | 487 u32 request, u32 denied, bool in_atomic) in __file_path_perm() argument 506 buffer = aa_get_buffer(in_atomic); in __file_path_perm() 586 u32 request, bool in_atomic) in aa_file_perm() argument 622 request, denied, in_atomic); in aa_file_perm()
|
D | lsm.c | 512 bool in_atomic) in common_file_perm() argument 522 error = aa_file_perm(op, current_cred(), label, file, mask, in_atomic); in common_file_perm() 550 unsigned long flags, bool in_atomic) in common_mmap() argument 568 return common_file_perm(op, file, mask, in_atomic); in common_mmap() 1669 char *aa_get_buffer(bool in_atomic) in aa_get_buffer() argument 1678 (in_atomic && !list_empty(&aa_global_buffers))) { in aa_get_buffer() 1686 if (in_atomic) { in aa_get_buffer() 1696 if (!in_atomic) in aa_get_buffer()
|
/linux-6.6.21/include/linux/ |
D | preempt.h | 186 #define in_atomic() (preempt_count() != 0) macro
|
D | page_ref.h | 275 VM_BUG_ON(!in_atomic() && !irqs_disabled()); in folio_ref_try_add_rcu()
|
D | uaccess.h | 263 #define faulthandler_disabled() (pagefault_disabled() || in_atomic())
|
/linux-6.6.21/arch/arm/crypto/ |
D | ghash-ce-glue.c | 237 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_update() 255 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_final() 273 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_digest()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | kvm_host.h | 306 bool writable, bool in_atomic);
|
/linux-6.6.21/arch/um/kernel/ |
D | process.c | 224 return in_atomic() || irqs_disabled() || in_interrupt(); in __uml_cant_sleep()
|
/linux-6.6.21/arch/riscv/kvm/ |
D | mmu.c | 348 bool writable, bool in_atomic) in kvm_riscv_gstage_ioremap() argument 355 .gfp_custom = (in_atomic) ? GFP_ATOMIC | __GFP_ACCOUNT : 0, in kvm_riscv_gstage_ioremap()
|
/linux-6.6.21/arch/m68k/atari/ |
D | time.c | 255 if (in_atomic() || irqs_disabled()) in atari_tt_hwclk()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc.h | 320 bool not_atomic = !in_atomic() && !irqs_disabled(); in intel_guc_send_busy_loop()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_utils.h | 292 # define _WAIT_FOR_ATOMIC_CHECK(ATOMIC) WARN_ON_ONCE((ATOMIC) && !in_atomic())
|
/linux-6.6.21/drivers/dma-buf/ |
D | dma-fence.c | 309 if (in_atomic()) in dma_fence_begin_signalling()
|
/linux-6.6.21/drivers/base/power/ |
D | clock_ops.c | 90 bool atomic_context = in_atomic() || irqs_disabled(); in pm_clk_op_lock()
|
/linux-6.6.21/kernel/events/ |
D | ring_buffer.c | 654 WARN_ON_ONCE(in_atomic()); in __rb_free_aux()
|
/linux-6.6.21/arch/s390/kernel/ |
D | setup.c | 322 if ((!in_interrupt() && !in_atomic()) || oops_in_progress) in machine_restart()
|
/linux-6.6.21/Documentation/dev-tools/ |
D | checkpatch.rst | 439 in_atomic() is not for driver use so any such use is reported as an ERROR. 440 Also in_atomic() is often used to determine if sleeping is permitted, 444 However, in_atomic() is ok for core kernel use.
|
/linux-6.6.21/kernel/trace/ |
D | trace_functions_graph.c | 1281 gfpflags = (in_atomic() || irqs_disabled()) ? GFP_ATOMIC : GFP_KERNEL; in graph_trace_open()
|
/linux-6.6.21/arch/mips/mm/ |
D | c-r4k.c | 627 if (in_atomic()) in r4k_flush_data_cache_page()
|