Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dinterrupt.h152 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() function
158 #define tasklet_unlock_wait(t) do { } while (0) macro