Searched refs:tasklet_trylock (Results 1 – 4 of 4) sorted by relevance
13 while (!tasklet_trylock(t)) in tasklet_lock()
691 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function701 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } in tasklet_trylock() function
779 if (tasklet_trylock(t)) { in tasklet_action_common()
1877 if (tasklet_trylock(t)) { in __intel_engine_flush_submission()