cregit-Linux how code gets into the kernel

Release 4.7 kernel/locking/lockdep_states.h

Directory: kernel/locking
/*
 * Lockdep states,
 *
 * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep.h whenever
 * you add one, or come up with a nice dynamic solution.
 */
LOCKDEP_STATE(HARDIRQ)
LOCKDEP_STATE(SOFTIRQ)
LOCKDEP_STATE(RECLAIM_FS)

Overall Contributors

PersonTokensPropCommitsCommitProp
peter zijlstrapeter zijlstra13100.00%2100.00%
Total13100.00%2100.00%
Directory: kernel/locking
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}