https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e68e178fc0741cf60acf3fb92205b83230ef1f1e authored by Jason Self on 21 October 2016, 06:13:25 UTC
Linux-libre 3.12.66-gnu
Tip revision: e68e178
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