Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dwl.c610 static int __erase_worker(struct ubi_device *ubi, struct ubi_work *wl_wrk);
632 return __erase_worker(ubi, &wl_wrk); in do_sync_erase()
1067 * __erase_worker - physical eraseblock erase worker function.
1076 static int __erase_worker(struct ubi_device *ubi, struct ubi_work *wl_wrk) function
1220 ret = __erase_worker(ubi, wl_wrk);
1257 * (except __erase_worker, which cannot concurrent with
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dwl.c610 static int __erase_worker(struct ubi_device *ubi, struct ubi_work *wl_wrk);
632 return __erase_worker(ubi, &wl_wrk); in do_sync_erase()
1077 * __erase_worker - physical eraseblock erase worker function.
1086 static int __erase_worker(struct ubi_device *ubi, struct ubi_work *wl_wrk)
1230 ret = __erase_worker(ubi, wl_wrk);
1267 * (except __erase_worker, which cannot concurrent with

Completed in 5 milliseconds