Searched refs:softirq_context (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dirqflags.h23 # define trace_softirq_context(p) ((p)->softirq_context)
28 # define lockdep_softirq_enter() do { current->softirq_context++; } while (0)
29 # define lockdep_softirq_exit() do { current->softirq_context--; } while (0)
H A Dsched.h1477 int softirq_context; member in struct:task_struct

Completed in 172 milliseconds