Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dinterrupt.h743 void tasklet_unlock_wait(struct tasklet_struct *t);
749 static inline void tasklet_unlock_wait(struct tasklet_struct *t) { } in tasklet_unlock_wait() function
789 tasklet_unlock_wait(t); in tasklet_disable()
/linux-6.15/kernel/
H A Dsoftirq.c921 tasklet_unlock_wait(t); in tasklet_kill()
933 void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() function
937 EXPORT_SYMBOL_GPL(tasklet_unlock_wait);
/linux-6.15/drivers/atm/
H A Dsolos-pci.c992 tasklet_unlock_wait(&card->tlet); in pclose()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1884 tasklet_unlock_wait(t); in __intel_engine_flush_submission()
/linux-6.15/net/smc/
H A Dsmc_core.c1519 tasklet_unlock_wait(&conn->rx_tsklet); in smc_conn_kill()