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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c287 ubi->works_count -= 1;
288 ubi_assert(ubi->works_count >= 0);
464 if (ubi->works_count == 0) {
690 ubi_assert(ubi->works_count >= 0);
691 ubi->works_count += 1;
1235 pending_count = ubi->works_count;
1351 ubi->works_count -= 1;
1352 ubi_assert(ubi->works_count >= 0);
H A Dubi.h250 * @works_count: count of pending works
322 int works_count; member in struct:ubi_device

Completed in 49 milliseconds