/linux-5.19.10/kernel/power/ |
D | process.c | 143 BUG_ON(in_atomic()); in freeze_processes() 179 BUG_ON(in_atomic()); in freeze_kernel_threads()
|
/linux-5.19.10/include/drm/ |
D | drm_util.h | 78 if (in_atomic() || in_dbg_master() || irqs_disabled()) in drm_can_sleep()
|
/linux-5.19.10/security/apparmor/include/ |
D | path.h | 29 char *aa_get_buffer(bool in_atomic);
|
D | file.h | 200 u32 request, bool in_atomic);
|
/linux-5.19.10/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 181 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_update() 199 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_final() 240 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_digest()
|
/linux-5.19.10/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-5.19.10/arch/arm/crypto/ |
D | ghash-ce-glue.c | 220 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_update() 238 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_final() 256 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_digest()
|
/linux-5.19.10/security/apparmor/ |
D | file.c | 509 u32 request, u32 denied, bool in_atomic) in __file_path_perm() argument 526 buffer = aa_get_buffer(in_atomic); in __file_path_perm() 599 u32 request, bool in_atomic) in aa_file_perm() argument 635 denied, in_atomic); in aa_file_perm()
|
D | lsm.c | 485 bool in_atomic) in common_file_perm() argument 495 error = aa_file_perm(op, label, file, mask, in_atomic); in common_file_perm() 523 unsigned long flags, bool in_atomic) in common_mmap() argument 541 return common_file_perm(op, file, mask, in_atomic); in common_mmap() 1619 char *aa_get_buffer(bool in_atomic) in aa_get_buffer() argument 1628 (in_atomic && !list_empty(&aa_global_buffers))) { in aa_get_buffer() 1636 if (in_atomic) { in aa_get_buffer() 1646 if (!in_atomic) in aa_get_buffer()
|
/linux-5.19.10/include/linux/ |
D | preempt.h | 174 #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 | 232 #define faulthandler_disabled() (pagefault_disabled() || in_atomic())
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm.c | 485 if (in_atomic()) in hmm_store() 515 if (in_atomic()) in hmm_store()
|
/linux-5.19.10/arch/um/kernel/ |
D | process.c | 224 return in_atomic() || irqs_disabled() || in_interrupt(); in __cant_sleep()
|
/linux-5.19.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc.h | 283 bool not_atomic = !in_atomic() && !irqs_disabled(); in intel_guc_send_busy_loop()
|
/linux-5.19.10/arch/m68k/atari/ |
D | time.c | 255 if (in_atomic() || irqs_disabled()) in atari_tt_hwclk()
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | i915_utils.h | 338 # define _WAIT_FOR_ATOMIC_CHECK(ATOMIC) WARN_ON_ONCE((ATOMIC) && !in_atomic())
|
/linux-5.19.10/drivers/dma-buf/ |
D | dma-fence.c | 300 if (in_atomic()) in dma_fence_begin_signalling()
|
/linux-5.19.10/drivers/base/power/ |
D | clock_ops.c | 90 bool atomic_context = in_atomic() || irqs_disabled(); in pm_clk_op_lock()
|
/linux-5.19.10/arch/s390/kernel/ |
D | setup.c | 321 if ((!in_interrupt() && !in_atomic()) || oops_in_progress) in machine_restart()
|
/linux-5.19.10/kernel/events/ |
D | ring_buffer.c | 650 WARN_ON_ONCE(in_atomic()); in __rb_free_aux()
|
/linux-5.19.10/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-5.19.10/kernel/trace/ |
D | trace_functions_graph.c | 1208 gfpflags = (in_atomic() || irqs_disabled()) ? GFP_ATOMIC : GFP_KERNEL; in graph_trace_open()
|
/linux-5.19.10/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 161 if (in_atomic()) in sisusb_get_sisusb_lock_and_check()
|
/linux-5.19.10/fs/erofs/ |
D | zdata.c | 1048 if (in_atomic() || irqs_disabled()) { in z_erofs_decompress_kickoff()
|