OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_softirq_pending
(Results
126 - 126
of
126
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
interrupt.h
73
#define set_softirq_pending(x) (
local_softirq_pending
() = (x))
74
#define or_softirq_pending(x) (
local_softirq_pending
() |= (x))
Completed in 42 milliseconds
1
2
3
4
5
6