Searched refs:wl_wrk (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/mtd/ubi/
H A Dwl.c580 static int erase_worker(struct ubi_device *ubi, struct ubi_work *wl_wrk,
598 struct ubi_work *wl_wrk; local
605 wl_wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS);
606 if (!wl_wrk)
609 wl_wrk->func = &erase_worker;
610 wl_wrk->e = e;
611 wl_wrk->vol_id = vol_id;
612 wl_wrk->lnum = lnum;
613 wl_wrk->torture = torture;
616 __schedule_ubi_work(ubi, wl_wrk);
635 struct ubi_work wl_wrk; local
[all...]

Completed in 222 milliseconds