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

/linux-master/drivers/mtd/
H A Dmtdoops.c57 struct work_struct work_write; member in struct:mtdoops_context
240 container_of(work, struct mtdoops_context, work_write);
325 schedule_work(&cxt->work_write);
395 flush_work(&cxt->work_write);
436 INIT_WORK(&cxt->work_write, mtdoops_workfunc_write);

Completed in 93 milliseconds