Searched refs:INIT_WORK_ONSTACK (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/include/linux/ |
D | workqueue.h | 310 #define INIT_WORK_ONSTACK(_work, _func) \ macro 326 INIT_WORK_ONSTACK(&(_work)->work, (_func)); \ 348 INIT_WORK_ONSTACK(&(_work)->work, (_func))
|
/linux-6.12.1/kernel/locking/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_framebuffer.c | 462 INIT_WORK_ONSTACK(&arg.work, drm_mode_rmfb_work_fn); in drm_mode_rmfb() 817 INIT_WORK_ONSTACK(&arg.work, drm_mode_rmfb_work_fn); in drm_fb_release()
|
/linux-6.12.1/drivers/platform/x86/intel/ifs/ |
D | load.c | 347 INIT_WORK_ONSTACK(&local_work.w, copy_hashes_authenticate_chunks); in scan_chunks_sanity_check()
|
/linux-6.12.1/drivers/gpu/drm/i915/selftests/ |
D | i915_sw_fence.c | 549 INIT_WORK_ONSTACK(&ipc.work, task_ipc); in test_ipc()
|
/linux-6.12.1/drivers/pci/ |
D | doe.c | 601 INIT_WORK_ONSTACK(&task->work, doe_statemachine_work); in pci_doe_submit_task()
|
/linux-6.12.1/drivers/md/ |
D | dm-snap-persistent.c | 259 INIT_WORK_ONSTACK(&req.work, do_metadata); in chunk_io()
|
D | md-bitmap.c | 1282 INIT_WORK_ONSTACK(&unplug_work.work, md_bitmap_unplug_fn); in bitmap_unplug_async()
|
D | dm-thin.c | 2483 INIT_WORK_ONSTACK(&pw->worker, fn); in pool_work_wait()
|
/linux-6.12.1/kernel/ |
D | smp.c | 1143 INIT_WORK_ONSTACK(&sscs.work, smp_call_on_cpu_callback); in smp_call_on_cpu()
|
D | padata.c | 98 INIT_WORK_ONSTACK(&pw->pw_work, work_fn); in padata_work_init()
|
D | workqueue.c | 3665 INIT_WORK_ONSTACK(&dead_work.work, drain_dead_softirq_workfn); in workqueue_softirq_dead()
|
/linux-6.12.1/drivers/cpufreq/ |
D | tegra194-cpufreq.c | 333 INIT_WORK_ONSTACK(&read_counters_work.work, tegra_read_counters); in tegra194_calculate_speed()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 2240 INIT_WORK_ONSTACK(&worker.work, send_exception_work_handler); in kfd_send_exception_to_runtime()
|
D | kfd_device_queue_manager.c | 3433 INIT_WORK_ONSTACK( in suspend_queues()
|
/linux-6.12.1/drivers/block/zram/ |
D | zram_drv.c | 794 INIT_WORK_ONSTACK(&work.work, zram_sync_read); in read_from_bdev_sync()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_btree.c | 3083 INIT_WORK_ONSTACK(&args.work, xfs_btree_split_worker); in xfs_btree_split()
|