/linux-6.1.9/include/linux/ |
D | interrupt.h | 638 struct tasklet_struct struct 640 struct tasklet_struct *next; argument 646 void (*callback)(struct tasklet_struct *t); argument 652 struct tasklet_struct name = { \ argument 659 struct tasklet_struct name = { \ 669 struct tasklet_struct name = { \ 675 struct tasklet_struct name = { \ 687 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() 692 void tasklet_unlock(struct tasklet_struct *t); 693 void tasklet_unlock_wait(struct tasklet_struct *t); [all …]
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_tasklet.h | 11 static inline void tasklet_lock(struct tasklet_struct *t) in tasklet_lock() 17 static inline bool tasklet_is_locked(const struct tasklet_struct *t) in tasklet_is_locked() 22 static inline void __tasklet_disable_sync_once(struct tasklet_struct *t) in __tasklet_disable_sync_once() 28 static inline bool __tasklet_is_enabled(const struct tasklet_struct *t) in __tasklet_is_enabled() 33 static inline bool __tasklet_enable(struct tasklet_struct *t) in __tasklet_enable() 38 static inline bool __tasklet_is_scheduled(struct tasklet_struct *t) in __tasklet_is_scheduled()
|
/linux-6.1.9/drivers/mmc/host/ |
D | wbsd.h | 174 struct tasklet_struct card_tasklet; /* Tasklet structures */ 175 struct tasklet_struct fifo_tasklet; 176 struct tasklet_struct crc_tasklet; 177 struct tasklet_struct timeout_tasklet; 178 struct tasklet_struct finish_tasklet;
|
/linux-6.1.9/kernel/ |
D | softirq.c | 725 struct tasklet_struct *head; 726 struct tasklet_struct **tail; 732 static void __tasklet_schedule_common(struct tasklet_struct *t, in __tasklet_schedule_common() 748 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule() 755 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule() 762 static bool tasklet_clear_sched(struct tasklet_struct *t) in tasklet_clear_sched() 780 struct tasklet_struct *list; in tasklet_action_common() 789 struct tasklet_struct *t = list; in tasklet_action_common() 826 void tasklet_setup(struct tasklet_struct *t, in tasklet_setup() 827 void (*callback)(struct tasklet_struct *)) in tasklet_setup() argument [all …]
|
/linux-6.1.9/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800mmio.h | 129 void rt2800mmio_txstatus_tasklet(struct tasklet_struct *t); 130 void rt2800mmio_pretbtt_tasklet(struct tasklet_struct *t); 131 void rt2800mmio_tbtt_tasklet(struct tasklet_struct *t); 132 void rt2800mmio_rxdone_tasklet(struct tasklet_struct *t); 133 void rt2800mmio_autowake_tasklet(struct tasklet_struct *t);
|
D | rt2x00.h | 530 void (*txstatus_tasklet) (struct tasklet_struct *t); 531 void (*pretbtt_tasklet) (struct tasklet_struct *t); 532 void (*tbtt_tasklet) (struct tasklet_struct *t); 533 void (*rxdone_tasklet) (struct tasklet_struct *t); 534 void (*autowake_tasklet) (struct tasklet_struct *t); 994 struct tasklet_struct txstatus_tasklet; 995 struct tasklet_struct pretbtt_tasklet; 996 struct tasklet_struct tbtt_tasklet; 997 struct tasklet_struct rxdone_tasklet; 998 struct tasklet_struct autowake_tasklet;
|
/linux-6.1.9/drivers/infiniband/sw/rxe/ |
D | rxe_task.h | 22 struct tasklet_struct tasklet; 55 void rxe_do_task(struct tasklet_struct *t);
|
/linux-6.1.9/drivers/dma/sf-pdma/ |
D | sf-pdma.h | 102 struct tasklet_struct done_tasklet; 103 struct tasklet_struct err_tasklet;
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | mac80211_if.h | 80 struct tasklet_struct tasklet; /* dpc tasklet */ 109 void brcms_dpc(struct tasklet_struct *t);
|
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/ttpci/ |
D | budget.h | 52 struct tasklet_struct fidb_tasklet; 53 struct tasklet_struct vpe_tasklet;
|
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/ |
D | av7110.h | 111 struct tasklet_struct debi_tasklet; 112 struct tasklet_struct gpio_tasklet; 187 struct tasklet_struct vpe_tasklet;
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | eq.h | 15 struct tasklet_struct task; 87 void mlx5_cq_tasklet_cb(struct tasklet_struct *t);
|
/linux-6.1.9/net/smc/ |
D | smc_ib.h | 42 struct tasklet_struct send_tasklet; /* called by send cq handler */ 43 struct tasklet_struct recv_tasklet; /* called by recv cq handler */
|
/linux-6.1.9/drivers/media/radio/wl128x/ |
D | fmdrv.h | 203 struct tasklet_struct rx_task; /* RX Tasklet */ 206 struct tasklet_struct tx_task; /* TX Tasklet */
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | wmi.h | 156 struct tasklet_struct wmi_event_tasklet; 188 void ath9k_wmi_event_tasklet(struct tasklet_struct *t);
|
D | htc.h | 507 struct tasklet_struct swba_tasklet; 508 struct tasklet_struct rx_tasklet; 510 struct tasklet_struct tx_failed_tasklet; 592 void ath9k_tx_failed_tasklet(struct tasklet_struct *t); 599 void ath9k_rx_tasklet(struct tasklet_struct *t);
|
/linux-6.1.9/drivers/dma/qcom/ |
D | hidma.h | 72 struct tasklet_struct task; /* task delivering notifications */ 132 struct tasklet_struct task;
|
/linux-6.1.9/drivers/s390/net/ |
D | ctcm_mpc.h | 159 struct tasklet_struct mpc_tasklet; 160 struct tasklet_struct mpc_tasklet2;
|
D | ctcm_main.h | 156 struct tasklet_struct ch_tasklet; /* MPC ONLY */ 190 struct tasklet_struct ch_disc_tasklet;
|
/linux-6.1.9/drivers/s390/scsi/ |
D | zfcp_qdio.h | 51 struct tasklet_struct irq_tasklet; 52 struct tasklet_struct request_tasklet;
|
/linux-6.1.9/drivers/media/pci/mantis/ |
D | mantis_dma.h | 16 extern void mantis_dma_xfer(struct tasklet_struct *t);
|
/linux-6.1.9/drivers/crypto/aspeed/ |
D | aspeed-hace.h | 156 struct tasklet_struct done_task; 217 struct tasklet_struct done_task;
|
/linux-6.1.9/drivers/crypto/qce/ |
D | core.h | 32 struct tasklet_struct done_tasklet;
|
/linux-6.1.9/drivers/dma/ |
D | txx9dmac.h | 165 struct tasklet_struct tasklet; 181 struct tasklet_struct tasklet;
|
/linux-6.1.9/drivers/net/wwan/iosm/ |
D | iosm_ipc_task_queue.h | 62 struct tasklet_struct *ipc_tasklet;
|