Searched refs:UBI_PROT_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance
343 pq_tail = UBI_PROT_QUEUE_LEN - 1; in prot_queue_add()344 ubi_assert(pq_tail >= 0 && pq_tail < UBI_PROT_QUEUE_LEN); in prot_queue_add()825 if (ubi->pq_head == UBI_PROT_QUEUE_LEN) in serve_prot_queue()827 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN); in serve_prot_queue()1892 for (i = 0; i < UBI_PROT_QUEUE_LEN; i++)2012 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i) {2121 for (i = 0; i < UBI_PROT_QUEUE_LEN; ++i)
82 #define UBI_PROT_QUEUE_LEN 10 macro542 struct list_head pq[UBI_PROT_QUEUE_LEN];