Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dworkqueue.h252 #define INIT_WORK_ONSTACK(_work, _func) \ macro
265 INIT_WORK_ONSTACK(&(_work)->work, (_func)); \
287 INIT_WORK_ONSTACK(&(_work)->work, (_func))
/kernel/linux/linux-5.10/kernel/locking/
Dtest-ww_mutex.c58 INIT_WORK_ONSTACK(&mtx.work, test_mutex_work); in __test_mutex()
192 INIT_WORK_ONSTACK(&abba.work, test_abba_work); in test_abba()
/kernel/linux/linux-5.10/drivers/cpufreq/
Dtegra194-cpufreq.c157 INIT_WORK_ONSTACK(&read_counters_work.work, tegra_read_counters); in tegra194_get_speed_common()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c542 INIT_WORK_ONSTACK(&ipc.work, task_ipc); in test_ipc()
/kernel/linux/linux-5.10/kernel/rcu/
Dtree_exp.h847 INIT_WORK_ONSTACK(&rew.rew_work, wait_rcu_exp_gp); in synchronize_rcu_expedited()
/kernel/linux/linux-5.10/kernel/
Dsmp.c1006 INIT_WORK_ONSTACK(&sscs.work, smp_call_on_cpu_callback); in smp_call_on_cpu()
Dpadata.c103 INIT_WORK_ONSTACK(&pw->pw_work, work_fn); in padata_work_init()
Dworkqueue.c2673 INIT_WORK_ONSTACK(&barr->work, wq_barrier_func); in insert_wq_barrier()
5141 INIT_WORK_ONSTACK(&wfc.work, work_for_cpu_fn); in work_on_cpu()
/kernel/linux/linux-5.10/drivers/md/
Ddm-snap-persistent.c257 INIT_WORK_ONSTACK(&req.work, do_metadata); in chunk_io()
Ddm-thin.c2465 INIT_WORK_ONSTACK(&pw->worker, fn); in pool_work_wait()
/kernel/linux/linux-5.10/fs/hmdfs/
Dstash.c729 INIT_WORK_ONSTACK(&work.work, hmdfs_init_stash_cache_work_fn); in hmdfs_init_cache_for_stash_files_by_work()
1845 INIT_WORK_ONSTACK(&work.work, hmdfs_rebuild_check_work_fn); in hmdfs_stash_add_do_check()
/kernel/linux/linux-5.10/drivers/block/zram/
Dzram_drv.c763 INIT_WORK_ONSTACK(&work.work, zram_sync_read); in read_from_bdev_sync()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_btree.c2870 INIT_WORK_ONSTACK(&args.work, xfs_btree_split_worker); in xfs_btree_split()