Home
last modified time | relevance | path

Searched refs:work (Results 1 – 6 of 6) sorted by relevance

/samples/livepatch/
A Dlivepatch-callbacks-busymod.c34 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() argument
47 schedule_delayed_work(&work, 0); in livepatch_callbacks_mod_init()
53 cancel_delayed_work_sync(&work); in livepatch_callbacks_mod_exit()
A Dlivepatch-shadow-mod.c139 static void alloc_work_func(struct work_struct *work);
142 static void alloc_work_func(struct work_struct *work) in alloc_work_func() argument
163 static void cleanup_work_func(struct work_struct *work);
166 static void cleanup_work_func(struct work_struct *work) in cleanup_work_func() argument
A Dlivepatch-callbacks-demo.c132 static void patched_work_func(struct work_struct *work) in patched_work_func() argument
/samples/trace_printk/
A Dtrace-printk.c18 static void trace_printk_irq_work(struct irq_work *work) in trace_printk_irq_work() argument
/samples/ftrace/
A Dsample-trace-array.c24 static void trace_work_fn(struct work_struct *work) in trace_work_fn() argument
/samples/
A DKconfig263 Build a sample program to work with mei device.
270 Build a sample program to work with PFSM devices.

Completed in 9 milliseconds