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

/linux-master/drivers/mtd/ubi/
H A Dwl.c217 ubi->works_count -= 1;
218 ubi_assert(ubi->works_count >= 0);
558 ubi_assert(ubi->works_count >= 0);
559 ubi->works_count += 1;
1439 vol_id, lnum, ubi->works_count);
1451 ubi->works_count -= 1;
1452 ubi_assert(ubi->works_count >= 0);
1739 ubi->works_count -= 1;
1740 ubi_assert(ubi->works_count >= 0);
2108 while (!ubi->free.rb_node && ubi->works_count) {
[all...]
H A Dfastmap-wl.c275 while (!ubi->free.rb_node && ubi->works_count) {
H A Dubi.h515 * @works_count: count of pending works
622 int works_count; member in struct:ubi_device

Completed in 264 milliseconds