Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_tasklet.h13 while (!tasklet_trylock(t)) in tasklet_lock()
/linux-6.1.9/include/linux/
Dinterrupt.h687 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function
697 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } in tasklet_trylock() function
/linux-6.1.9/kernel/
Dsoftirq.c793 if (tasklet_trylock(t)) { in tasklet_action_common()
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c1704 if (tasklet_trylock(t)) { in __intel_engine_flush_submission()
/linux-6.1.9/drivers/md/
Ddm-crypt.c1776 if (tasklet_trylock(&io->tasklet)) { in crypt_dec_pending()