Searched refs:INIT_WORK_ONSTACK (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | workqueue.h | 305 #define INIT_WORK_ONSTACK(_work, _func) \ macro 321 INIT_WORK_ONSTACK(&(_work)->work, (_func)); \ 343 INIT_WORK_ONSTACK(&(_work)->work, (_func))
|
/openbmc/linux/kernel/locking/ |
H A D | test-ww_mutex.c | 67 INIT_WORK_ONSTACK(&mtx.work, test_mutex_work); in __test_mutex() 226 INIT_WORK_ONSTACK(&abba.work, test_abba_work); in test_abba()
|
/openbmc/linux/drivers/platform/x86/intel/ifs/ |
H A D | load.c | 212 INIT_WORK_ONSTACK(&local_work.w, copy_hashes_authenticate_chunks); in scan_chunks_sanity_check()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_framebuffer.c | 467 INIT_WORK_ONSTACK(&arg.work, drm_mode_rmfb_work_fn); in drm_mode_rmfb() 803 INIT_WORK_ONSTACK(&arg.work, drm_mode_rmfb_work_fn); in drm_fb_release()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_sw_fence.c | 549 INIT_WORK_ONSTACK(&ipc.work, task_ipc); in test_ipc()
|
/openbmc/linux/drivers/pci/ |
H A D | doe.c | 595 INIT_WORK_ONSTACK(&task->work, doe_statemachine_work); in pci_doe_submit_task()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | tegra194-cpufreq.c | 305 INIT_WORK_ONSTACK(&read_counters_work.work, tegra_read_counters); in tegra194_calculate_speed()
|
/openbmc/linux/kernel/ |
H A D | smp.c | 1115 INIT_WORK_ONSTACK(&sscs.work, smp_call_on_cpu_callback); in smp_call_on_cpu()
|
H A D | padata.c | 114 INIT_WORK_ONSTACK(&pw->pw_work, work_fn); in padata_work_init()
|
H A D | workqueue.c | 3032 INIT_WORK_ONSTACK(&barr->work, wq_barrier_func); in insert_wq_barrier()
|
/openbmc/linux/drivers/md/ |
H A D | dm-snap-persistent.c | 259 INIT_WORK_ONSTACK(&req.work, do_metadata); in chunk_io()
|
H A D | md-bitmap.c | 1086 INIT_WORK_ONSTACK(&unplug_work.work, md_bitmap_unplug_fn); in md_bitmap_unplug_async()
|
H A D | dm-thin.c | 2484 INIT_WORK_ONSTACK(&pw->worker, fn); in pool_work_wait()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_exp.h | 527 INIT_WORK_ONSTACK(&rew->rew_work, wait_rcu_exp_gp); in synchronize_rcu_expedited_queue_work()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 315 INIT_WORK_ONSTACK(&sdma_activity_work_handler.sdma_activity_work, in kfd_procfs_show() 2193 INIT_WORK_ONSTACK(&worker.work, send_exception_work_handler); in kfd_send_exception_to_runtime()
|
H A D | kfd_device_queue_manager.c | 3040 INIT_WORK_ONSTACK( in suspend_queues()
|
/openbmc/linux/drivers/block/zram/ |
H A D | zram_drv.c | 830 INIT_WORK_ONSTACK(&work.work, zram_sync_read); in read_from_bdev_sync()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 2956 INIT_WORK_ONSTACK(&args.work, xfs_btree_split_worker); in xfs_btree_split()
|