Home
last modified time | relevance | path

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

123456

/include/linux/
Dworkqueue.h20 struct work_struct;
21 typedef void (*work_func_t)(struct work_struct *work);
102 struct work_struct { struct
116 struct work_struct work; argument
125 struct work_struct work;
158 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
163 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work()
169 struct work_struct work;
198 struct work_struct n = __WORK_INITIALIZER(n, f)
207 extern void __init_work(struct work_struct *work, int onstack);
[all …]
Dkvm_irqfd.h48 struct work_struct inject;
59 struct work_struct shutdown;
Dpadata.h64 struct work_struct work;
82 struct work_struct work;
123 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.h149 struct work_struct SAK_work;
157 extern void vc_SAK(struct work_struct *work);
Dleds-pca9532.h31 struct work_struct work;
Dfsverity.h135 extern void fsverity_enqueue_verify_work(struct work_struct *work);
189 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;
Dtifm.h119 struct work_struct media_switcher;
148 void tifm_queue_work(struct work_struct *work);
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()
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;
325 struct work_struct work;
356 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/xen/
Dxenbus.h78 struct work_struct work;
179 struct work_struct;
181 void xenbus_probe(struct work_struct *);
/include/rdma/
Drdmavt_cq.h93 struct work_struct comptask;
/include/linux/qed/
Dqede_rdma.h53 struct work_struct work;

123456