Home
last modified time | relevance | path

Searched refs:work_struct (Results 1 – 25 of 138) sorted by relevance

123456

/include/linux/
Dworkqueue.h21 struct work_struct;
22 typedef void (*work_func_t)(struct work_struct *work);
104 struct work_struct { struct
120 struct work_struct work; argument
132 struct work_struct work;
165 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
170 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work()
176 struct work_struct work;
205 struct work_struct n = __WORK_INITIALIZER(n, f)
214 extern void __init_work(struct work_struct *work, int onstack);
[all …]
Dkvm_irqfd.h48 struct work_struct inject;
59 struct work_struct shutdown;
Dpadata.h65 struct work_struct work;
83 struct work_struct work;
124 struct work_struct reorder_work;
Dsrcutiny.h25 struct work_struct srcu_work; /* For driving grace periods. */
31 void srcu_drive_gp(struct work_struct *wp);
Dconsole_struct.h150 struct work_struct SAK_work;
158 extern void vc_SAK(struct work_struct *work);
Dleds-pca9532.h31 struct work_struct work;
Dfsverity.h140 void fsverity_enqueue_verify_work(struct work_struct *work);
194 static inline void fsverity_enqueue_verify_work(struct work_struct *work) in fsverity_enqueue_verify_work()
Dmei_cl_bus.h50 struct work_struct rx_work;
52 struct work_struct notif_work;
Dvfio.h185 struct work_struct inject;
188 struct work_struct shutdown;
189 struct work_struct flush_inject;
Dstop_machine.h46 struct work_struct work;
61 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
Dtifm.h119 struct work_struct media_switcher;
148 void tifm_queue_work(struct work_struct *work);
DmISDNhw.h81 struct work_struct workq;
144 struct work_struct workq;
Dvmpressure.h27 struct work_struct work;
/include/trace/events/
Dworkqueue.h13 TP_PROTO(struct work_struct *work),
43 struct work_struct *work),
78 TP_PROTO(struct work_struct *work),
91 TP_PROTO(struct work_struct *work),
116 TP_PROTO(struct work_struct *work),
/include/net/netns/
Dxfrm.h24 struct work_struct work;
47 struct work_struct state_hash_work;
55 struct work_struct policy_hash_work;
/include/linux/sunrpc/
Dxprtsock.h59 struct work_struct error_worker;
60 struct work_struct recv_worker;
/include/scsi/
Dlibfcoe.h130 struct work_struct timer_work;
131 struct work_struct recv_work;
200 struct work_struct event_work;
326 struct work_struct work;
357 struct work_struct destroy_work;
/include/net/caif/
Dcaif_hsi.h162 struct work_struct wake_up_work;
163 struct work_struct wake_down_work;
164 struct work_struct out_of_sync_work;
Dcaif_spi.h114 struct work_struct work;
153 void cfspi_xfer(struct work_struct *work);
/include/linux/dsa/
Dsja1105.h41 struct work_struct rxtstamp_work;
/include/sound/
Dseq_virmidi.h30 struct work_struct output_work;
/include/drm/
Ddrm_flip_work.h76 struct work_struct worker;
Ddrm_writeback.h102 struct work_struct cleanup_work;
/include/rdma/
Drdmavt_cq.h93 struct work_struct comptask;
/include/linux/qed/
Dqede_rdma.h53 struct work_struct work;

123456