HomeSort by relevance Sort by last modified time
    Searched refs:local_softirq_pending (Results 126 - 126 of 126) sorted by null

1 2 3 4 56

  /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 56