Searched refs:tasklet_struct (Results 1 – 19 of 19) sorted by relevance
158 struct tasklet_struct;160 typedef void tasklet_callback_t(struct tasklet_struct *);162 struct tasklet_struct { struct163 TAILQ_ENTRY(tasklet_struct) entry;183 extern void tasklet_schedule(struct tasklet_struct *);184 extern void tasklet_kill(struct tasklet_struct *);187 extern void tasklet_enable(struct tasklet_struct *);188 extern void tasklet_disable(struct tasklet_struct *);190 extern int tasklet_trylock(struct tasklet_struct *);191 extern void tasklet_unlock(struct tasklet_struct *);[all …]
54 TAILQ_HEAD(tasklet_list, tasklet_struct) head;67 struct tasklet_struct *ts; in tasklet_handler()68 struct tasklet_struct *last; in tasklet_handler()147 tasklet_init(struct tasklet_struct *ts, in tasklet_init()186 tasklet_schedule(struct tasklet_struct *ts) in tasklet_schedule()223 tasklet_kill(struct tasklet_struct *ts) in tasklet_kill()234 tasklet_enable(struct tasklet_struct *ts) in tasklet_enable()241 tasklet_disable(struct tasklet_struct *ts) in tasklet_disable()256 tasklet_trylock(struct tasklet_struct *ts) in tasklet_trylock()263 tasklet_unlock(struct tasklet_struct *ts) in tasklet_unlock()[all …]
58 struct tasklet_struct tasklet;
124 struct tasklet_struct dfs_tasklet;
14 static void mt76x02_pre_tbtt_tasklet(struct tasklet_struct *t) in mt76x02_pre_tbtt_tasklet()
805 struct tasklet_struct irq_tasklet;845 struct tasklet_struct pre_tbtt_tasklet;
612 static void mt76x02_dfs_tasklet(struct tasklet_struct *t) in mt76x02_dfs_tasklet()
151 struct tasklet_struct intr_tq;
409 static void ath12k_pci_ce_tasklet(struct tasklet_struct *t) in ath12k_pci_ce_tasklet()
177 struct tasklet_struct intr_tq;
389 static void ath11k_pcic_ce_tasklet(struct tasklet_struct *t) in ath11k_pcic_ce_tasklet()
465 static void ath11k_ahb_ce_tasklet(struct tasklet_struct *t) in ath11k_ahb_ce_tasklet()
217 struct tasklet_struct dpc_tasklet;350 struct tasklet_struct dpc_tasklet;
458 struct irdma_pci_f *rf = from_tasklet(rf, (struct tasklet_struct *)t, in irdma_dpc()474 struct irdma_ceq *iwceq = from_tasklet(iwceq, (struct tasklet_struct *)t, in irdma_ceq_dpc()
253 void mt7603_pre_tbtt_tasklet(struct tasklet_struct *t);
69 void mt7603_pre_tbtt_tasklet(struct tasklet_struct *t) in mt7603_pre_tbtt_tasklet()
86 static void mt7615_irq_tasklet(struct tasklet_struct *t) in mt7615_irq_tasklet()
264 static void mt7996_irq_tasklet(struct tasklet_struct *t) in mt7996_irq_tasklet()
896 static void mt7915_irq_tasklet(struct tasklet_struct *t) in mt7915_irq_tasklet()