/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_DEBUG_LOCKING_H #define __LINUX_DEBUG_LOCKING_H #include <linux/kernel.h> #include <linux/atomic.h> #include <linux/bug.h> struct task_struct; extern int debug_locks; extern int debug_locks_silent;
static inline int __debug_locks_off(void) { return xchg(&debug_locks, 0); }Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Frédéric Weisbecker | 18 | 100.00% | 1 | 100.00% |
| Total | 18 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Ingo Molnar | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Ingo Molnar | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Ingo Molnar | 15 | 100.00% | 1 | 100.00% |
| Total | 15 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Ingo Molnar | 7 | 87.50% | 1 | 50.00% |
| Colin Cross | 1 | 12.50% | 1 | 50.00% |
| Total | 8 | 100.00% | 2 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Ingo Molnar | 158 | 81.87% | 2 | 18.18% |
| Frédéric Weisbecker | 20 | 10.36% | 1 | 9.09% |
| Kyle McMartin | 3 | 1.55% | 1 | 9.09% |
| Alexey Dobriyan | 3 | 1.55% | 1 | 9.09% |
| Eduard - Gabriel Munteanu | 3 | 1.55% | 1 | 9.09% |
| Colin Cross | 2 | 1.04% | 1 | 9.09% |
| Greg Kroah-Hartman | 1 | 0.52% | 1 | 9.09% |
| Paul Gortmaker | 1 | 0.52% | 1 | 9.09% |
| Arun Sharma | 1 | 0.52% | 1 | 9.09% |
| James Hogan | 1 | 0.52% | 1 | 9.09% |
| Total | 193 | 100.00% | 11 | 100.00% |