https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7730df8189d1fadf36ec02940c2fe953e84737b4 authored by Jason Self on 02 November 2015, 08:35:12 UTC
Linux-libre 3.12.50-gnu
Tip revision: 7730df8
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