Home
last modified time | relevance | path

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

12345

/include/linux/
Dworkqueue.h18 struct work_struct;
19 typedef void (*work_func_t)(struct work_struct *work);
100 struct work_struct { struct
114 struct work_struct work; argument
136 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
142 struct work_struct work;
172 struct work_struct n = __WORK_INITIALIZER(n, f)
181 extern void __init_work(struct work_struct *work, int onstack);
182 extern void destroy_work_on_stack(struct work_struct *work);
184 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;
Dconsole_struct.h148 struct work_struct SAK_work;
156 extern void vc_SAK(struct work_struct *work);
Dleds-pca9532.h34 struct work_struct work;
Dpadata.h74 struct work_struct work;
95 struct work_struct work;
Di2c-smbus.h69 struct work_struct work;
Dstop_machine.h44 struct work_struct work;
59 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);
Drtc.h142 struct work_struct irqwork;
147 struct work_struct uie_task;
215 void rtc_timer_do_work(struct work_struct *work);
Dvmpressure.h26 struct work_struct work;
Dnode.h25 struct work_struct node_work;
Dvfio.h141 struct work_struct inject;
144 struct work_struct shutdown;
DmISDNhw.h90 struct work_struct workq;
153 struct work_struct workq;
/include/net/netns/
Dxfrm.h23 struct work_struct work;
46 struct work_struct state_hash_work;
54 struct work_struct policy_hash_work;
83 struct work_struct flow_cache_gc_work;
84 struct work_struct flow_cache_flush_work;
/include/trace/events/
Dworkqueue.h12 TP_PROTO(struct work_struct *work),
40 struct work_struct *work),
75 TP_PROTO(struct work_struct *work),
88 TP_PROTO(struct work_struct *work),
113 TP_PROTO(struct work_struct *work),
/include/scsi/
Dlibfcoe.h142 struct work_struct timer_work;
143 struct work_struct recv_work;
212 struct work_struct event_work;
336 struct work_struct work;
367 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.h30 struct work_struct work;
71 void mcryptd_flusher(struct work_struct *work);
/include/drm/
Ddrm_flip_work.h76 struct work_struct worker;
/include/xen/
Dxenbus.h77 struct work_struct work;
177 struct work_struct;
182 void xenbus_probe(struct work_struct *);
/include/linux/sunrpc/
Dxprtsock.h47 struct work_struct recv_worker;
/include/kvm/
Darm_arch_timer.h45 struct work_struct expired;
/include/linux/qed/
Dqede_roce.h48 struct work_struct work;
/include/net/nfc/
Ddigital.h218 struct work_struct cmd_work;
219 struct work_struct cmd_complete_work;

12345