Searched defs:tasklet_unlock_wait (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dinterrupt.h297 static inline void tasklet_unlock_wait(struct tasklet_struct *t) function
303 #define tasklet_unlock_wait(t) do { } while (0) macro
333 tasklet_unlock_wait(t);

Completed in 40 milliseconds