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

/linux-master/drivers/mtd/ubi/
H A Dubi.h73 #define UBI_PROT_QUEUE_LEN 10 macro
611 struct list_head pq[UBI_PROT_QUEUE_LEN];
1032 for ((i) = 0; (i) < UBI_PROT_QUEUE_LEN; (i)++) \
H A Dwl.c286 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i)
300 * @e will stay for %UBI_PROT_QUEUE_LEN erase operations and will be
309 pq_tail = UBI_PROT_QUEUE_LEN - 1;
310 ubi_assert(pq_tail >= 0 && pq_tail < UBI_PROT_QUEUE_LEN);
540 if (ubi->pq_head == UBI_PROT_QUEUE_LEN)
542 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN);
1814 for (i = 0; i < UBI_PROT_QUEUE_LEN; i++)
1966 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i) {

Completed in 124 milliseconds