Searched refs:work (Results 1 – 6 of 6) sorted by relevance
34 static void busymod_work_func(struct work_struct *work);35 static DECLARE_DELAYED_WORK(work, busymod_work_func);37 static void busymod_work_func(struct work_struct *work) in busymod_work_func() argument47 schedule_delayed_work(&work, 0); in livepatch_callbacks_mod_init()53 cancel_delayed_work_sync(&work); in livepatch_callbacks_mod_exit()
139 static void alloc_work_func(struct work_struct *work);142 static void alloc_work_func(struct work_struct *work) in alloc_work_func() argument163 static void cleanup_work_func(struct work_struct *work);166 static void cleanup_work_func(struct work_struct *work) in cleanup_work_func() argument
132 static void patched_work_func(struct work_struct *work) in patched_work_func() argument
18 static void trace_printk_irq_work(struct irq_work *work) in trace_printk_irq_work() argument
24 static void trace_work_fn(struct work_struct *work) in trace_work_fn() argument
263 Build a sample program to work with mei device.270 Build a sample program to work with PFSM devices.
Completed in 9 milliseconds