https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e8b3f1573fa3789552890e2fa28e7b2c2cb8856e authored by Jason Self on 18 September 2015, 07:27:22 UTC
Linux-libre 3.12.48-gnu
Tip revision: e8b3f15
lockdep_states.h
/*
 * 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)
back to top