Symbol: INIT_WORK_ONSTACK
drivers/block/zram/zram_drv.c
1490
INIT_WORK_ONSTACK(&req.work, zram_sync_read);
drivers/cpufreq/tegra194-cpufreq.c
333
INIT_WORK_ONSTACK(&read_counters_work.work, tegra_read_counters);
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
3506
INIT_WORK_ONSTACK(
drivers/gpu/drm/amd/amdkfd/kfd_process.c
2374
INIT_WORK_ONSTACK(&worker.work, send_exception_work_handler);
drivers/gpu/drm/amd/amdkfd/kfd_process.c
341
INIT_WORK_ONSTACK(&sdma_activity_work_handler.sdma_activity_work,
drivers/gpu/drm/drm_framebuffer.c
464
INIT_WORK_ONSTACK(&arg.work, drm_mode_rmfb_work_fn);
drivers/gpu/drm/drm_framebuffer.c
819
INIT_WORK_ONSTACK(&arg.work, drm_mode_rmfb_work_fn);
drivers/gpu/drm/i915/selftests/i915_sw_fence.c
549
INIT_WORK_ONSTACK(&ipc.work, task_ipc);
drivers/input/misc/cs40l50-vibra.c
338
INIT_WORK_ONSTACK(&work_data.work, cs40l50_add_worker);
drivers/input/misc/cs40l50-vibra.c
469
INIT_WORK_ONSTACK(&work_data.work, cs40l50_erase_worker);
drivers/md/dm-snap-persistent.c
259
INIT_WORK_ONSTACK(&req.work, do_metadata);
drivers/md/dm-thin.c
2480
INIT_WORK_ONSTACK(&pw->worker, fn);
drivers/md/md-bitmap.c
1286
INIT_WORK_ONSTACK(&unplug_work.work, md_bitmap_unplug_fn);
drivers/md/md-llbitmap.c
1180
INIT_WORK_ONSTACK(&unplug_work.work, llbitmap_unplug_fn);
drivers/pci/doe.c
764
INIT_WORK_ONSTACK(&task->work, doe_statemachine_work);
drivers/pci/pci-driver.c
389
INIT_WORK_ONSTACK(&arg.work, local_pci_probe_callback);
drivers/platform/x86/intel/ifs/load.c
348
INIT_WORK_ONSTACK(&local_work.w, copy_hashes_authenticate_chunks);
fs/xfs/libxfs/xfs_btree.c
3082
INIT_WORK_ONSTACK(&args.work, xfs_btree_split_worker);
include/kunit/run-in-irq-context.h
115
INIT_WORK_ONSTACK(&state.bh_work, kunit_irq_test_bh_work_func);
include/linux/workqueue.h
327
INIT_WORK_ONSTACK(&(_work)->work, (_func)); \
include/linux/workqueue.h
349
INIT_WORK_ONSTACK(&(_work)->work, (_func))
kernel/locking/test-ww_mutex.c
230
INIT_WORK_ONSTACK(&abba.work, test_abba_work);
kernel/locking/test-ww_mutex.c
69
INIT_WORK_ONSTACK(&mtx.work, test_mutex_work);
kernel/padata.c
103
INIT_WORK_ONSTACK(&pw->pw_work, work_fn);
kernel/smp.c
1157
INIT_WORK_ONSTACK(&sscs.work, smp_call_on_cpu_callback);
kernel/workqueue.c
3758
INIT_WORK_ONSTACK(&dead_work.work, drain_dead_softirq_workfn);
lib/tests/slub_kunit.c
212
INIT_WORK_ONSTACK(&cdw.work, cache_destroy_workfn);