Home
last modified time | relevance | path

Searched refs:tasklet_unlock_wait (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dinterrupt.h576 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() function
582 #define tasklet_unlock_wait(t) do { } while (0) macro
611 tasklet_unlock_wait(t); in tasklet_disable()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem.h82 tasklet_unlock_wait(t); in __tasklet_disable_sync_once()
/Linux-v4.19/kernel/
Dsoftirq.c569 tasklet_unlock_wait(t); in tasklet_kill()
/Linux-v4.19/drivers/atm/
Dsolos-pci.c1004 tasklet_unlock_wait(&card->tlet); in pclose()