Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/
Dmtdoops.c48 struct work_struct work_write; member
211 container_of(work, struct mtdoops_context, work_write); in mtdoops_workfunc_write()
287 schedule_work(&cxt->work_write); in mtdoops_do_dump()
357 flush_work(&cxt->work_write); in mtdoops_notify_remove()
399 INIT_WORK(&cxt->work_write, mtdoops_workfunc_write); in mtdoops_init()