Searched refs:tasklet_trylock (Results 1 – 5 of 5) sorted by relevance
13 while (!tasklet_trylock(t)) in tasklet_lock()
687 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function697 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } in tasklet_trylock() function
793 if (tasklet_trylock(t)) { in tasklet_action_common()
1737 if (tasklet_trylock(t)) { in __intel_engine_flush_submission()
1779 if (tasklet_trylock(&io->tasklet)) { in crypt_dec_pending()
Completed in 18 milliseconds