Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dworkqueue.h311 #define INIT_WORK_ONSTACK(_work, _func) \ macro
327 INIT_WORK_ONSTACK(&(_work)->work, (_func)); \
349 INIT_WORK_ONSTACK(&(_work)->work, (_func))
/linux/include/kunit/
H A Drun-in-irq-context.h95 INIT_WORK_ONSTACK(&state.bh_work, kunit_irq_test_bh_work_func); in kunit_run_irq_test()
/linux/drivers/input/misc/
H A Dcs40l50-vibra.c339 INIT_WORK_ONSTACK(&work_data.work, cs40l50_add_worker); in cs40l50_add()
473 INIT_WORK_ONSTACK(&work_data.work, cs40l50_erase_worker); in cs40l50_erase()
/linux/kernel/locking/
H A Dtest-ww_mutex.c68 INIT_WORK_ONSTACK(&mtx.work, test_mutex_work); in __test_mutex()
228 INIT_WORK_ONSTACK(&abba.work, test_abba_work); in test_abba()
/linux/lib/tests/
H A Dslub_kunit.c212 INIT_WORK_ONSTACK(&cdw.work, cache_destroy_workfn); in test_kfree_rcu_wq_destroy()
/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c464 INIT_WORK_ONSTACK(&arg.work, drm_mode_rmfb_work_fn); in drm_mode_rmfb()
819 INIT_WORK_ONSTACK(&arg.work, drm_mode_rmfb_work_fn); in drm_fb_release()
/linux/drivers/platform/x86/intel/ifs/
H A Dload.c348 INIT_WORK_ONSTACK(&local_work.w, copy_hashes_authenticate_chunks); in scan_chunks_sanity_check()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c549 INIT_WORK_ONSTACK(&ipc.work, task_ipc); in test_ipc()
/linux/drivers/pci/
H A Ddoe.c766 INIT_WORK_ONSTACK(&task->work, doe_statemachine_work); in pci_doe_submit_task()
/linux/drivers/cpufreq/
H A Dtegra194-cpufreq.c333 INIT_WORK_ONSTACK(&read_counters_work.work, tegra_read_counters); in tegra194_calculate_speed()
/linux/kernel/
H A Dsmp.c1135 INIT_WORK_ONSTACK(&sscs.work, smp_call_on_cpu_callback); in smp_call_on_cpu()
H A Dpadata.c103 INIT_WORK_ONSTACK(&pw->pw_work, work_fn); in padata_work_init()
H A Dworkqueue.c3703 INIT_WORK_ONSTACK(&dead_work.work, drain_dead_softirq_workfn); in workqueue_softirq_dead()
/linux/drivers/md/
H A Ddm-snap-persistent.c259 INIT_WORK_ONSTACK(&req.work, do_metadata); in chunk_io()
H A Dmd-llbitmap.c1178 INIT_WORK_ONSTACK(&unplug_work.work, llbitmap_unplug_fn); in llbitmap_unplug()
H A Dmd-bitmap.c1287 INIT_WORK_ONSTACK(&unplug_work.work, md_bitmap_unplug_fn); in bitmap_unplug_async()
H A Ddm-thin.c2482 INIT_WORK_ONSTACK(&pw->worker, fn); in pool_work_wait()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c342 INIT_WORK_ONSTACK(&sdma_activity_work_handler.sdma_activity_work, in kfd_procfs_show()
2268 INIT_WORK_ONSTACK(&worker.work, send_exception_work_handler); in kfd_send_exception_to_runtime()
H A Dkfd_device_queue_manager.c3510 INIT_WORK_ONSTACK( in suspend_queues()
/linux/drivers/block/zram/
H A Dzram_drv.c1087 INIT_WORK_ONSTACK(&work.work, zram_sync_read); in read_from_bdev_sync()
/linux/fs/xfs/libxfs/
H A Dxfs_btree.c3082 INIT_WORK_ONSTACK(&args.work, xfs_btree_split_worker); in xfs_btree_split()