Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/ubi/
Dwl.c286 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i) in in_pq()
309 pq_tail = UBI_PROT_QUEUE_LEN - 1; in prot_queue_add()
310 ubi_assert(pq_tail >= 0 && pq_tail < UBI_PROT_QUEUE_LEN); in prot_queue_add()
540 if (ubi->pq_head == UBI_PROT_QUEUE_LEN) in serve_prot_queue()
542 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN); in serve_prot_queue()
1814 for (i = 0; i < UBI_PROT_QUEUE_LEN; i++)
1966 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i) {
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)++) \