/Linux-v5.4/include/linux/ |
D | interrupt.h | 592 struct tasklet_struct struct 594 struct tasklet_struct *next; argument 602 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), func, data } argument 605 struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(1), func, data } 615 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() 620 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() 626 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() 636 extern void __tasklet_schedule(struct tasklet_struct *t); 638 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule() 644 extern void __tasklet_hi_schedule(struct tasklet_struct *t); [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_gem.h | 80 static inline void tasklet_lock(struct tasklet_struct *t) in tasklet_lock() 86 static inline void __tasklet_disable_sync_once(struct tasklet_struct *t) in __tasklet_disable_sync_once() 92 static inline bool __tasklet_is_enabled(const struct tasklet_struct *t) in __tasklet_is_enabled() 97 static inline bool __tasklet_enable(struct tasklet_struct *t) in __tasklet_enable() 102 static inline bool __tasklet_is_scheduled(struct tasklet_struct *t) in __tasklet_is_scheduled()
|
/Linux-v5.4/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;
|
D | s3cmci.h | 66 struct tasklet_struct pio_tasklet;
|
D | renesas_sdhi.h | 41 struct tasklet_struct dma_complete;
|
/Linux-v5.4/kernel/ |
D | softirq.c | 464 struct tasklet_struct *head; 465 struct tasklet_struct **tail; 471 static void __tasklet_schedule_common(struct tasklet_struct *t, in __tasklet_schedule_common() 487 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule() 494 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule() 505 struct tasklet_struct *list; in tasklet_action_common() 514 struct tasklet_struct *t = list; in tasklet_action_common() 549 void tasklet_init(struct tasklet_struct *t, in tasklet_init() 560 void tasklet_kill(struct tasklet_struct *t) in tasklet_kill() 621 void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu) in tasklet_kill_immediate() [all …]
|
/Linux-v5.4/drivers/crypto/mediatek/ |
D | mtk-platform.h | 149 struct tasklet_struct done_task; 150 struct tasklet_struct queue_task; 186 struct tasklet_struct done_task; 187 struct tasklet_struct queue_task;
|
/Linux-v5.4/net/smc/ |
D | smc_ib.h | 39 struct tasklet_struct send_tasklet; /* called by send cq handler */ 40 struct tasklet_struct recv_tasklet; /* called by recv cq handler */
|
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | gigaset.h | 437 struct tasklet_struct if_wake_tasklet; 474 struct tasklet_struct 483 struct tasklet_struct 521 struct tasklet_struct *wake_tasklet; 535 struct tasklet_struct sent_tasklet; 561 struct tasklet_struct rcvd_tasklet;
|
/Linux-v5.4/drivers/media/pci/ttpci/ |
D | budget.h | 52 struct tasklet_struct fidb_tasklet; 53 struct tasklet_struct vpe_tasklet;
|
D | av7110.h | 111 struct tasklet_struct debi_tasklet; 112 struct tasklet_struct gpio_tasklet; 187 struct tasklet_struct vpe_tasklet;
|
/Linux-v5.4/drivers/media/radio/wl128x/ |
D | fmdrv.h | 203 struct tasklet_struct rx_task; /* RX Tasklet */ 206 struct tasklet_struct tx_task; /* TX Tasklet */
|
/Linux-v5.4/drivers/dma/qcom/ |
D | hidma.h | 72 struct tasklet_struct task; /* task delivering notifications */ 132 struct tasklet_struct task;
|
/Linux-v5.4/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-v5.4/drivers/crypto/qat/qat_common/ |
D | adf_accel_devices.h | 221 struct tasklet_struct vf2pf_bh_tasklet; 248 struct tasklet_struct pf2vf_bh_tasklet;
|
/Linux-v5.4/drivers/net/ethernet/ |
D | jme.h | 411 struct tasklet_struct rxempty_task; 412 struct tasklet_struct rxclean_task; 413 struct tasklet_struct txclean_task; 414 struct tasklet_struct linkch_task; 415 struct tasklet_struct pcc_task;
|
/Linux-v5.4/drivers/infiniband/sw/rxe/ |
D | rxe_task.h | 50 struct tasklet_struct tasklet;
|
/Linux-v5.4/drivers/crypto/qce/ |
D | core.h | 32 struct tasklet_struct done_tasklet;
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | irq.h | 51 extern struct tasklet_struct power_tasklet;
|
/Linux-v5.4/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 167 struct tasklet_struct irq_prepare_beacon_tasklet; 168 struct tasklet_struct recv_tasklet;
|
/Linux-v5.4/drivers/dma/ |
D | txx9dmac.h | 165 struct tasklet_struct tasklet; 181 struct tasklet_struct tasklet;
|
/Linux-v5.4/drivers/crypto/rockchip/ |
D | rk3288_crypto.h | 194 struct tasklet_struct queue_task; 195 struct tasklet_struct done_task;
|
/Linux-v5.4/sound/soc/txx9/ |
D | txx9aclc.h | 46 struct tasklet_struct tasklet;
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.h | 59 struct tasklet_struct tasklet;
|