Searched refs:tasklet_trylock (Results 1 – 3 of 3) sorted by relevance
13 while (!tasklet_trylock(t)) in tasklet_lock()
737 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function747 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } in tasklet_trylock() function
824 if (tasklet_trylock(t)) { in tasklet_action_common()