| /include/linux/ |
| D | completion.h | 36 #define COMPLETION_INITIALIZER(work) \ argument 39 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ argument 42 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument 53 #define DECLARE_COMPLETION(work) \ argument 69 # define DECLARE_COMPLETION_ONSTACK(work) \ argument 71 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ argument 74 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument 75 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) argument
|
| D | workqueue.h | 28 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument 116 struct work_struct work; member 125 struct work_struct work; member 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; member 210 static inline unsigned int work_static(struct work_struct *work) in work_static() 215 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() 216 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack() 217 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack() [all …]
|
| D | kthread.h | 104 struct kthread_work work; member 114 #define KTHREAD_WORK_INIT(work, fn) { \ argument 128 #define DEFINE_KTHREAD_WORK(work, fn) \ argument 157 #define kthread_init_work(work, fn) \ argument
|
| D | jump_label_ratelimit.h | 12 struct delayed_work work; member 18 struct delayed_work work; member 24 struct delayed_work work; member
|
| D | stop_machine.h | 46 struct work_struct work; member 61 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
|
| D | irq_sim.h | 18 struct irq_work work; member
|
| D | dma-fence-chain.h | 33 struct irq_work work; member
|
| D | irq_work.h | 31 void init_irq_work(struct irq_work *work, void (*func)(struct irq_work *)) in init_irq_work()
|
| D | input-polldev.h | 47 struct delayed_work work; member
|
| D | dma-fence-array.h | 45 struct irq_work work; member
|
| D | padata.h | 64 struct work_struct work; member 82 struct work_struct work; member
|
| D | vmpressure.h | 27 struct work_struct work; member
|
| D | srcutree.h | 36 struct work_struct work; /* Context for CB invoking. */ member 84 struct delayed_work work; member
|
| D | leds-pca9532.h | 31 struct work_struct work; member
|
| D | fsverity.h | 189 static inline void fsverity_enqueue_verify_work(struct work_struct *work) in fsverity_enqueue_verify_work()
|
| D | umh.h | 20 struct work_struct work; member
|
| D | pm_runtime.h | 28 static inline bool queue_pm_work(struct work_struct *work) in queue_pm_work() 119 static inline bool queue_pm_work(struct work_struct *work) { return false; } in queue_pm_work()
|
| D | fscache-cache.h | 98 struct work_struct work; /* record for async ops */ member 338 const struct fscache_state *(*work)(struct fscache_object *object, member 380 struct work_struct work; /* attention scheduling record */ member
|
| /include/drm/ttm/ |
| D | ttm_memory.h | 70 struct work_struct work; member
|
| /include/linux/qed/ |
| D | qede_rdma.h | 53 struct work_struct work; member
|
| /include/rdma/ |
| D | ib_umem.h | 51 struct work_struct work; member
|
| D | ib_umem_odp.h | 83 struct work_struct work; member
|
| /include/media/i2c/ |
| D | ir-kbd-i2c.h | 21 struct delayed_work work; member
|
| /include/scsi/ |
| D | libsas.h | 207 struct work_struct work; member 223 struct sas_work work; member 227 static inline struct sas_discovery_event *to_sas_discovery_event(struct work_struct *work) in to_sas_discovery_event() 255 struct sas_work work; member 282 struct sas_work work; member 287 static inline struct asd_sas_event *to_asd_sas_event(struct work_struct *work) in to_asd_sas_event()
|
| /include/xen/ |
| D | xenbus.h | 78 struct work_struct work; member
|