https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1c9ffa08b1db6a6074f953848b35a319b678688e authored by Jason Self on 30 January 2015, 01:42:41 UTC
Linux-libre 3.10.67-gnu
Tip revision: 1c9ffa0
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