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

  /external/kernel-headers/original/linux/
irqflags.h 19 # define trace_hardirq_context(p) ((p)->hardirq_context)
23 # define trace_hardirq_enter() do { current->hardirq_context++; } while (0)
24 # define trace_hardirq_exit() do { current->hardirq_context--; } while (0)
sched.h 935 int hardirq_context; member in struct:task_struct
    [all...]

Completed in 40 milliseconds