Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dworkqueue.h305 #define INIT_WORK_ONSTACK(_work, _func) \ macro
321 INIT_WORK_ONSTACK(&(_work)->work, (_func)); \
343 INIT_WORK_ONSTACK(&(_work)->work, (_func))
/linux-6.6.21/drivers/platform/x86/intel/ifs/
Dload.c212 INIT_WORK_ONSTACK(&local_work.w, copy_hashes_authenticate_chunks); in scan_chunks_sanity_check()
/linux-6.6.21/kernel/locking/
Dtest-ww_mutex.c67 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.6.21/drivers/gpu/drm/
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()
/linux-6.6.21/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c549 INIT_WORK_ONSTACK(&ipc.work, task_ipc); in test_ipc()
/linux-6.6.21/drivers/pci/
Ddoe.c595 INIT_WORK_ONSTACK(&task->work, doe_statemachine_work); in pci_doe_submit_task()
/linux-6.6.21/drivers/cpufreq/
Dtegra194-cpufreq.c305 INIT_WORK_ONSTACK(&read_counters_work.work, tegra_read_counters); in tegra194_calculate_speed()
/linux-6.6.21/drivers/md/
Ddm-snap-persistent.c259 INIT_WORK_ONSTACK(&req.work, do_metadata); in chunk_io()
Dmd-bitmap.c1083 INIT_WORK_ONSTACK(&unplug_work.work, md_bitmap_unplug_fn); in md_bitmap_unplug_async()
Ddm-thin.c2485 INIT_WORK_ONSTACK(&pw->worker, fn); in pool_work_wait()
/linux-6.6.21/kernel/
Dsmp.c1115 INIT_WORK_ONSTACK(&sscs.work, smp_call_on_cpu_callback); in smp_call_on_cpu()
Dpadata.c98 INIT_WORK_ONSTACK(&pw->pw_work, work_fn); in padata_work_init()
Dworkqueue.c3017 INIT_WORK_ONSTACK(&barr->work, wq_barrier_func); in insert_wq_barrier()
/linux-6.6.21/kernel/rcu/
Dtree_exp.h517 INIT_WORK_ONSTACK(&rew->rew_work, wait_rcu_exp_gp); in synchronize_rcu_expedited_queue_work()
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c2197 INIT_WORK_ONSTACK(&worker.work, send_exception_work_handler); in kfd_send_exception_to_runtime()
Dkfd_device_queue_manager.c3024 INIT_WORK_ONSTACK( in suspend_queues()
/linux-6.6.21/drivers/block/zram/
Dzram_drv.c802 INIT_WORK_ONSTACK(&work.work, zram_sync_read); in read_from_bdev_sync()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_btree.c2956 INIT_WORK_ONSTACK(&args.work, xfs_btree_split_worker); in xfs_btree_split()