Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/linux/
H A Dworkqueue.h86 #define INIT_WORK_ONSTACK(x, y) INIT_WORK((x), (y)) macro
/openbsd/sys/dev/pci/drm/
H A Ddrm_framebuffer.c467 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()
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Di915_sw_fence.c549 INIT_WORK_ONSTACK(&ipc.work, task_ipc); in test_ipc()
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_process.c315 INIT_WORK_ONSTACK(&sdma_activity_work_handler.sdma_activity_work, in kfd_procfs_show()
2206 INIT_WORK_ONSTACK(&worker.work, send_exception_work_handler); in kfd_send_exception_to_runtime()
H A Dkfd_device_queue_manager.c3025 INIT_WORK_ONSTACK( in suspend_queues()