Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dinterrupt.h676 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() function
682 #define tasklet_unlock_wait(t) do { } while (0) macro
711 tasklet_unlock_wait(t); in tasklet_disable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gem.h101 tasklet_unlock_wait(t); in __tasklet_disable_sync_once()
/OK3568_Linux_fs/kernel/kernel/
H A Dsoftirq.c638 tasklet_unlock_wait(t); in tasklet_kill()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dsolos-pci.c992 tasklet_unlock_wait(&card->tlet); in pclose()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_core.c879 tasklet_unlock_wait(&conn->rx_tsklet); in smc_conn_kill()