Home
last modified time | relevance | path

Searched refs:tasklet_struct (Results 1 – 25 of 271) sorted by relevance

1234567891011

/Linux-v5.4/include/linux/
Dinterrupt.h592 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/
Di915_gem.h80 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/
Dwbsd.h174 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;
Ds3cmci.h66 struct tasklet_struct pio_tasklet;
Drenesas_sdhi.h41 struct tasklet_struct dma_complete;
/Linux-v5.4/kernel/
Dsoftirq.c464 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/
Dmtk-platform.h149 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/
Dsmc_ib.h39 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/
Dgigaset.h437 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/
Dbudget.h52 struct tasklet_struct fidb_tasklet;
53 struct tasklet_struct vpe_tasklet;
Dav7110.h111 struct tasklet_struct debi_tasklet;
112 struct tasklet_struct gpio_tasklet;
187 struct tasklet_struct vpe_tasklet;
/Linux-v5.4/drivers/media/radio/wl128x/
Dfmdrv.h203 struct tasklet_struct rx_task; /* RX Tasklet */
206 struct tasklet_struct tx_task; /* TX Tasklet */
/Linux-v5.4/drivers/dma/qcom/
Dhidma.h72 struct tasklet_struct task; /* task delivering notifications */
132 struct tasklet_struct task;
/Linux-v5.4/drivers/s390/net/
Dctcm_mpc.h159 struct tasklet_struct mpc_tasklet;
160 struct tasklet_struct mpc_tasklet2;
Dctcm_main.h156 struct tasklet_struct ch_tasklet; /* MPC ONLY */
190 struct tasklet_struct ch_disc_tasklet;
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h221 struct tasklet_struct vf2pf_bh_tasklet;
248 struct tasklet_struct pf2vf_bh_tasklet;
/Linux-v5.4/drivers/net/ethernet/
Djme.h411 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/
Drxe_task.h50 struct tasklet_struct tasklet;
/Linux-v5.4/drivers/crypto/qce/
Dcore.h32 struct tasklet_struct done_tasklet;
/Linux-v5.4/arch/parisc/include/asm/
Dirq.h51 extern struct tasklet_struct power_tasklet;
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_recv.h167 struct tasklet_struct irq_prepare_beacon_tasklet;
168 struct tasklet_struct recv_tasklet;
/Linux-v5.4/drivers/dma/
Dtxx9dmac.h165 struct tasklet_struct tasklet;
181 struct tasklet_struct tasklet;
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto.h194 struct tasklet_struct queue_task;
195 struct tasklet_struct done_task;
/Linux-v5.4/sound/soc/txx9/
Dtxx9aclc.h46 struct tasklet_struct tasklet;
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.h59 struct tasklet_struct tasklet;

1234567891011