HomeSort by relevance Sort by last modified time
    Searched refs:softirq_context (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/
irqflags.h 20 # define trace_softirq_context(p) ((p)->softirq_context)
25 # define trace_softirq_enter() do { current->softirq_context++; } while (0)
26 # define trace_softirq_exit() do { current->softirq_context--; } while (0)
sched.h 936 int softirq_context; member in struct:task_struct
    [all...]

Completed in 125 milliseconds