Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 63) sorted by relevance

123

/include/linux/
Dcompletion.h69 #define COMPLETION_INITIALIZER(work) \ argument
73 #define COMPLETION_INITIALIZER(work) \ argument
77 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument
88 #define DECLARE_COMPLETION(work) \ argument
104 # define DECLARE_COMPLETION_ONSTACK(work) \ argument
107 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument
Dworkqueue.h27 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument
115 struct work_struct work; member
149 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
155 struct work_struct work; member
197 static inline unsigned int work_static(struct work_struct *work) in work_static()
202 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work()
203 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack()
204 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
205 static inline unsigned int work_static(struct work_struct *work) { return 0; } in work_static()
275 #define work_pending(work) \ argument
[all …]
Dkthread.h103 struct kthread_work work; member
113 #define KTHREAD_WORK_INIT(work, fn) { \ argument
128 #define DEFINE_KTHREAD_WORK(work, fn) \ argument
157 #define kthread_init_work(work, fn) \ argument
Dstop_machine.h45 struct work_struct work; member
60 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
Djump_label_ratelimit.h12 struct delayed_work work; member
Dirq_sim.h21 struct irq_work work; member
Dirq_work.h28 void init_irq_work(struct irq_work *work, void (*func)(struct irq_work *)) in init_irq_work()
Dinput-polldev.h50 struct delayed_work work; member
Ddma-fence-array.h52 struct irq_work work; member
Dpadata.h74 struct work_struct work; member
95 struct work_struct work; member
Dsrcutree.h48 struct delayed_work work; /* Context for CB invoking. */ member
96 struct delayed_work work; member
Dvmpressure.h27 struct work_struct work; member
Dleds-pca9532.h35 struct work_struct work; member
Dumh.h20 struct work_struct work; member
Dpm_runtime.h29 static inline bool queue_pm_work(struct work_struct *work) in queue_pm_work()
118 static inline bool queue_pm_work(struct work_struct *work) { return false; } in queue_pm_work()
Dfscrypt_supp.h43 struct work_struct work; member
Dfscache-cache.h90 struct work_struct work; /* record for async ops */ member
328 const struct fscache_state *(*work)(struct fscache_object *object, member
370 struct work_struct work; /* attention scheduling record */ member
/include/linux/qed/
Dqede_rdma.h53 struct work_struct work; member
/include/drm/ttm/
Dttm_memory.h81 struct work_struct work; member
/include/scsi/
Dlibsas.h231 struct work_struct work; member
241 struct sas_work work; member
245 static inline struct sas_discovery_event *to_sas_discovery_event(struct work_struct *work) in to_sas_discovery_event()
274 struct sas_work work; member
301 struct sas_work work; member
305 static inline struct asd_sas_event *to_asd_sas_event(struct work_struct *work) in to_asd_sas_event()
366 struct sas_work work; member
370 static inline struct sas_ha_event *to_sas_ha_event(struct work_struct *work) in to_sas_ha_event()
/include/media/i2c/
Dir-kbd-i2c.h21 struct delayed_work work; member
/include/rdma/
Dib_umem_odp.h82 struct work_struct work; member
Dib_umem.h50 struct work_struct work; member
/include/linux/sched/
Dmm.h46 static inline void mmdrop_async_fn(struct work_struct *work) in mmdrop_async_fn()
/include/xen/
Dxenbus.h78 struct work_struct work; member

123