Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dinterrupt.h693 void tasklet_unlock_wait(struct tasklet_struct *t);
699 static inline void tasklet_unlock_wait(struct tasklet_struct *t) { } in tasklet_unlock_wait() function
739 tasklet_unlock_wait(t); in tasklet_disable()
/linux-5.19.10/kernel/
Dsoftirq.c884 tasklet_unlock_wait(t); in tasklet_kill()
899 void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() function
903 EXPORT_SYMBOL_GPL(tasklet_unlock_wait);
/linux-5.19.10/drivers/atm/
Dsolos-pci.c992 tasklet_unlock_wait(&card->tlet); in pclose()
/linux-5.19.10/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c1553 tasklet_unlock_wait(t); in __intel_engine_flush_submission()
/linux-5.19.10/net/smc/
Dsmc_core.c1410 tasklet_unlock_wait(&conn->rx_tsklet); in smc_conn_kill()