Home
last modified time | relevance | path

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

123456789

/linux/drivers/gpu/drm/i915/
H A Di915_tasklet.h11 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()
H A Di915_scheduler_types.h130 struct tasklet_struct tasklet;
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800mmio.h129 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);
/linux/kernel/
H A Dsoftirq.c802 struct tasklet_struct *head;
803 struct tasklet_struct **tail;
809 static void __tasklet_schedule_common(struct tasklet_struct *t, in __tasklet_schedule_common()
825 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule()
832 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
839 static bool tasklet_clear_sched(struct tasklet_struct *t) in tasklet_clear_sched()
906 struct tasklet_struct *list; in tasklet_action_common()
916 struct tasklet_struct *t = list; in tasklet_action_common()
962 void tasklet_setup(struct tasklet_struct *t, in tasklet_setup()
963 void (*callback)(struct tasklet_struct *)) in tasklet_setup() argument
[all …]
/linux/include/trace/events/
H A Dirq.h165 TP_PROTO(struct tasklet_struct *t, void *func),
191 TP_PROTO(struct tasklet_struct *t, void *func),
205 TP_PROTO(struct tasklet_struct *t, void *func),
/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.h102 struct tasklet_struct done_tasklet;
103 struct tasklet_struct err_tasklet;
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.h80 struct tasklet_struct tasklet; /* dpc tasklet */
109 void brcms_dpc(struct tasklet_struct *t);
/linux/drivers/staging/media/av7110/
H A Dav7110.h114 struct tasklet_struct debi_tasklet;
115 struct tasklet_struct gpio_tasklet;
186 struct tasklet_struct vpe_tasklet;
/linux/net/smc/
H A Dsmc_ib.h42 struct tasklet_struct send_tasklet; /* called by send cq handler */
43 struct tasklet_struct recv_tasklet; /* called by recv cq handler */
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc.h506 struct tasklet_struct swba_tasklet;
507 struct tasklet_struct rx_tasklet;
509 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);
H A Dwmi.h156 struct tasklet_struct wmi_event_tasklet;
188 void ath9k_wmi_event_tasklet(struct tasklet_struct *t);
/linux/drivers/dma/qcom/
H A Dhidma.h72 struct tasklet_struct task; /* task delivering notifications */
132 struct tasklet_struct task;
/linux/drivers/s390/net/
H A Dctcm_mpc.h159 struct tasklet_struct mpc_tasklet;
160 struct tasklet_struct mpc_tasklet2;
H A Dctcm_main.h157 struct tasklet_struct ch_tasklet; /* MPC ONLY */
191 struct tasklet_struct ch_disc_tasklet;
/linux/drivers/s390/scsi/
H A Dzfcp_qdio.h51 struct tasklet_struct irq_tasklet;
52 struct tasklet_struct request_tasklet;
/linux/drivers/dma/
H A Dtxx9dmac.h165 struct tasklet_struct tasklet;
181 struct tasklet_struct tasklet;
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.h62 struct tasklet_struct *ipc_tasklet;
/linux/drivers/net/ethernet/
H A Djme.h409 struct tasklet_struct rxempty_task;
410 struct tasklet_struct rxclean_task;
411 struct tasklet_struct txclean_task;
413 struct tasklet_struct pcc_task;
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.h59 struct tasklet_struct tasklet;
/linux/drivers/net/wireless/ath/ath5k/
H A Dath5k.h1193 struct tasklet_struct toggleq;
1312 struct tasklet_struct rxtq; /* rx intr tasklet */
1319 struct tasklet_struct txtq; /* tx intr tasklet */
1325 struct tasklet_struct beacontq; /* beacon intr tasklet */
1344 struct tasklet_struct ani_tasklet; /* ANI calibration */
/linux/include/linux/platform_data/
H A Ddma-iop32x.h63 struct tasklet_struct irq_tasklet;
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_transport_internal.h33 struct tasklet_struct resp_handler;
/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h93 struct tasklet_struct srp_task;
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_re.h36 struct tasklet_struct nq_tasklet;
/linux/drivers/net/ppp/
H A Dppp_synctty.c70 struct tasklet_struct tsk;
93 static void ppp_sync_process(struct tasklet_struct *t);
477 static void ppp_sync_process(struct tasklet_struct *t) in ppp_sync_process()

123456789