Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dinterrupt.h510 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function
526 #define tasklet_trylock(t) 1 macro
/linux-4.4.14/kernel/
Dsoftirq.c500 if (tasklet_trylock(t)) { in tasklet_action()
536 if (tasklet_trylock(t)) { in tasklet_hi_action()