Searched refs:tasklet_trylock (Results 1 – 5 of 5) sorted by relevance
89 while (!tasklet_trylock(t)) in tasklet_lock()
662 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function678 #define tasklet_trylock(t) 1 macro
552 if (tasklet_trylock(t)) { in tasklet_action_common()
1209 if (tasklet_trylock(t)) { in intel_engine_flush_submission()
3243 if (READ_ONCE(el->pending[0]) && tasklet_trylock(&el->tasklet)) { in flush_csb()