Home
last modified time | relevance | path

Searched refs:tasklet_unlock (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
Dsoftirq.c506 tasklet_unlock(t); in tasklet_action()
509 tasklet_unlock(t); in tasklet_action()
542 tasklet_unlock(t); in tasklet_hi_action()
545 tasklet_unlock(t); in tasklet_hi_action()
/linux-4.4.14/include/linux/
Dinterrupt.h515 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
528 #define tasklet_unlock(t) do { } while (0) macro