Home
last modified time | relevance | path

Searched refs:INIT_WORK_ONSTACK (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dworkqueue.h312 #define INIT_WORK_ONSTACK(_work, _func) \ macro
328 INIT_WORK_ONSTACK(&(_work)->work, (_func)); \
350 INIT_WORK_ONSTACK(&(_work)->work, (_func))
/linux/drivers/input/misc/
H A Dcs40l50-vibra.c344 INIT_WORK_ONSTACK(&work_data.work, cs40l50_add_worker); in cs40l50_add()
475 INIT_WORK_ONSTACK(&work_data.work, cs40l50_erase_worker); in cs40l50_erase()
/linux/kernel/locking/
H A Dtest-ww_mutex.c69 INIT_WORK_ONSTACK(&mtx.work, test_mutex_work); in __test_mutex()
230 INIT_WORK_ONSTACK(&abba.work, test_abba_work); in test_abba()
/linux/lib/tests/
H A Dslub_kunit.c217 INIT_WORK_ONSTACK(&cdw.work, cache_destroy_workfn); in test_kfree_rcu_wq_destroy()
/linux/kernel/
H A Dsmp.c1294 INIT_WORK_ONSTACK(&sscs.work, smp_call_on_cpu_callback); in smp_call_on_cpu()
H A Dworkqueue.c3878 INIT_WORK_ONSTACK(&dead_work.work, drain_dead_softirq_workfn); in workqueue_softirq_dead()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c357 INIT_WORK_ONSTACK(&sdma_activity_work_handler.sdma_activity_work, in kfd_procfs_show()
2415 INIT_WORK_ONSTACK(&worker.work, send_exception_work_handler); in kfd_send_exception_to_runtime()
/linux/drivers/md/
H A Dmd-llbitmap.c1690 INIT_WORK_ONSTACK(&unplug_work.work, llbitmap_unplug_fn); in llbitmap_unplug()
H A Dmd-bitmap.c1288 INIT_WORK_ONSTACK(&unplug_work.work, md_bitmap_unplug_fn); in bitmap_unplug_async()
H A Ddm-thin.c2480 INIT_WORK_ONSTACK(&pw->worker, fn); in pool_work_wait()
/linux/kernel/rcu/
H A Drcutorture.c1742 INIT_WORK_ONSTACK(&lazy_work, rcu_torture_writer_work); in rcu_torture_writer()