Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/
Dmtdoops.c57 struct work_struct work_write; member
240 container_of(work, struct mtdoops_context, work_write); in mtdoops_workfunc_write()
325 schedule_work(&cxt->work_write); in mtdoops_do_dump()
395 flush_work(&cxt->work_write); in mtdoops_notify_remove()
436 INIT_WORK(&cxt->work_write, mtdoops_workfunc_write); in mtdoops_init()