OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:softirq_count
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
hardirq.h
59
#define
softirq_count
() (preempt_count() & SOFTIRQ_MASK)
macro
67
#define in_softirq() (
softirq_count
())
Completed in 39 milliseconds
1
2