Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/platform/x86/intel/ifs/
A Dload.c90 struct ifs_work *local_work = container_of(work, struct ifs_work, w); in copy_hashes_authenticate_chunks() local
93 struct device *dev = local_work->dev; in copy_hashes_authenticate_chunks()
192 struct ifs_work local_work; in scan_chunks_sanity_check() local
210 local_work.dev = dev; in scan_chunks_sanity_check()
211 INIT_WORK(&local_work.w, copy_hashes_authenticate_chunks); in scan_chunks_sanity_check()
212 schedule_work_on(cpu, &local_work.w); in scan_chunks_sanity_check()
/linux-6.3-rc2/drivers/infiniband/core/
A Dmad_priv.h103 struct work_struct local_work; member
A Dmad.c398 INIT_WORK(&mad_agent_priv->local_work, local_completions); in ib_register_mad_agent()
760 &mad_agent_priv->local_work); in handle_outgoing_dr_smp()
2505 container_of(work, struct ib_mad_agent_private, local_work); in local_completions()

Completed in 10 milliseconds