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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c697 static int erase_worker(struct ubi_device *ubi, struct ubi_work *wl_wrk,
712 struct ubi_work *wl_wrk; local
717 wl_wrk = kmalloc(sizeof(struct ubi_work), GFP_KERNEL);
718 if (!wl_wrk)
721 wl_wrk->func = &erase_worker;
722 wl_wrk->e = e;
723 wl_wrk->torture = torture;
725 schedule_ubi_work(ubi, wl_wrk);
998 * @wl_wrk: the work object
1006 static int erase_worker(struct ubi_device *ubi, struct ubi_work *wl_wrk, argument
[all...]

Completed in 48 milliseconds