Home
last modified time | relevance | path

Searched refs:local_work (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/platform/x86/intel/ifs/
Dload.c55 struct ifs_work *local_work = container_of(work, struct ifs_work, w); in copy_hashes_authenticate_chunks() local
58 struct device *dev = local_work->dev; in copy_hashes_authenticate_chunks()
124 struct ifs_work local_work; in scan_chunks_sanity_check() local
156 local_work.dev = dev; in scan_chunks_sanity_check()
157 INIT_WORK(&local_work.w, copy_hashes_authenticate_chunks); in scan_chunks_sanity_check()
158 schedule_work_on(cpu, &local_work.w); in scan_chunks_sanity_check()
/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c69 struct delayed_work local_work; member
178 local_work.work); in vmw_fb_dirty_flush()
282 schedule_delayed_work(&par->local_work, in vmw_fb_dirty_mark()
351 cancel_delayed_work(&par->local_work); in vmw_deferred_io()
352 schedule_delayed_work(&par->local_work, 0); in vmw_deferred_io()
598 schedule_delayed_work(&par->local_work, 0); in vmw_fb_set_par()
653 INIT_DELAYED_WORK(&par->local_work, &vmw_fb_dirty_flush); in vmw_fb_init()
771 cancel_delayed_work_sync(&par->local_work); in vmw_fb_close()
801 flush_delayed_work(&par->local_work); in vmw_fb_off()
827 schedule_delayed_work(&par->local_work, 0); in vmw_fb_on()
/linux-5.19.10/drivers/infiniband/core/
Dmad_priv.h103 struct work_struct local_work; member
Dmad.c403 INIT_WORK(&mad_agent_priv->local_work, local_completions); in ib_register_mad_agent()
765 &mad_agent_priv->local_work); in handle_outgoing_dr_smp()
2510 container_of(work, struct ib_mad_agent_private, local_work); in local_completions()