dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(sdk): optimize sdk
tanzh
2024-09-27
0179a5c4855513427205007d983ec47eba6a13f6
[~lzh/A133.git]
/
longan
/
kernel
/
linux-4.9
/
kernel
/
locking
/
lockdep_states.h
1
2
3
4
5
6
7
8
9
/*
* 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)