Home
last modified time | relevance | path

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

123456

/include/linux/
Dworkqueue.h19 struct work_struct;
20 typedef void (*work_func_t)(struct work_struct *work);
101 struct work_struct { struct
115 struct work_struct work; argument
149 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
155 struct work_struct work;
185 struct work_struct n = __WORK_INITIALIZER(n, f)
194 extern void __init_work(struct work_struct *work, int onstack);
195 extern void destroy_work_on_stack(struct work_struct *work);
197 static inline unsigned int work_static(struct work_struct *work) in work_static()
[all …]
Dkvm_irqfd.h55 struct work_struct inject;
66 struct work_struct shutdown;
Dsrcutiny.h38 struct work_struct srcu_work; /* For driving grace periods. */
44 void srcu_drive_gp(struct work_struct *wp);
Dconsole_struct.h149 struct work_struct SAK_work;
157 extern void vc_SAK(struct work_struct *work);
Dpadata.h74 struct work_struct work;
95 struct work_struct work;
Dmei_cl_bus.h47 struct work_struct rx_work;
49 struct work_struct notif_work;
Dleds-pca9532.h35 struct work_struct work;
Dstop_machine.h45 struct work_struct work;
60 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
Dtifm.h123 struct work_struct media_switcher;
152 void tifm_queue_work(struct work_struct *work);
Dvmpressure.h27 struct work_struct work;
DmISDNhw.h90 struct work_struct workq;
153 struct work_struct workq;
Dumh.h20 struct work_struct work;
Drtc.h135 struct work_struct irqwork;
148 struct work_struct uie_task;
218 void rtc_timer_do_work(struct work_struct *work);
/include/trace/events/
Dworkqueue.h13 TP_PROTO(struct work_struct *work),
41 struct work_struct *work),
76 TP_PROTO(struct work_struct *work),
89 TP_PROTO(struct work_struct *work),
114 TP_PROTO(struct work_struct *work),
/include/net/netns/
Dxfrm.h23 struct work_struct work;
46 struct work_struct state_hash_work;
54 struct work_struct policy_hash_work;
/include/scsi/
Dlibfcoe.h142 struct work_struct timer_work;
143 struct work_struct recv_work;
212 struct work_struct event_work;
337 struct work_struct work;
368 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/crypto/
Dmcryptd.h31 struct work_struct work;
72 void mcryptd_flusher(struct work_struct *work);
/include/drm/
Ddrm_flip_work.h76 struct work_struct worker;
/include/xen/
Dxenbus.h78 struct work_struct work;
179 struct work_struct;
181 void xenbus_probe(struct work_struct *);
/include/linux/sunrpc/
Dxprtsock.h48 struct work_struct recv_worker;
/include/linux/qed/
Dqede_rdma.h53 struct work_struct work;
/include/net/
Dkcm.h67 struct work_struct done_work;
73 struct work_struct tx_work;
/include/net/nfc/
Ddigital.h218 struct work_struct cmd_work;
219 struct work_struct cmd_complete_work;

123456