Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.c287 pq_tail = UBI_PROT_QUEUE_LEN - 1; in prot_queue_add()
288 ubi_assert(pq_tail >= 0 && pq_tail < UBI_PROT_QUEUE_LEN); in prot_queue_add()
520 if (ubi->pq_head == UBI_PROT_QUEUE_LEN) in serve_prot_queue()
522 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN); in serve_prot_queue()
1549 for (i = 0; i < UBI_PROT_QUEUE_LEN; i++)
1670 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i) {
1780 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i)
H A Dubi.h78 #define UBI_PROT_QUEUE_LEN 10 macro
582 struct list_head pq[UBI_PROT_QUEUE_LEN];
984 for ((i) = 0; (i) < UBI_PROT_QUEUE_LEN; (i)++) \
/openbmc/linux/drivers/mtd/ubi/
H A Dwl.c280 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i) in in_pq()
303 pq_tail = UBI_PROT_QUEUE_LEN - 1; in prot_queue_add()
304 ubi_assert(pq_tail >= 0 && pq_tail < UBI_PROT_QUEUE_LEN); in prot_queue_add()
528 if (ubi->pq_head == UBI_PROT_QUEUE_LEN) in serve_prot_queue()
530 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN); in serve_prot_queue()
1802 for (i = 0; i < UBI_PROT_QUEUE_LEN; i++)
1954 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i) {
H A Dubi.h73 #define UBI_PROT_QUEUE_LEN 10 macro
611 struct list_head pq[UBI_PROT_QUEUE_LEN];
1030 for ((i) = 0; (i) < UBI_PROT_QUEUE_LEN; (i)++) \