]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/linux/sched.h
kernel.h: Add non_block_start/end()
[mirror_ubuntu-jammy-kernel.git] / include / linux / sched.h
index 9f51932bd543f68e0d18d93dfe7c1bdaa047e616..c5630f3dca1fafac7cfde1ed7051f0b61314ff7e 100644 (file)
@@ -974,6 +974,10 @@ struct task_struct {
        struct mutex_waiter             *blocked_on;
 #endif
 
+#ifdef CONFIG_DEBUG_ATOMIC_SLEEP
+       int                             non_block_count;
+#endif
+
 #ifdef CONFIG_TRACE_IRQFLAGS
        unsigned int                    irq_events;
        unsigned long                   hardirq_enable_ip;