Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dwl.c284 int pq_tail = ubi->pq_head - 1; in prot_queue_add()
502 list_for_each_entry_safe(e, tmp, &ubi->pq[ubi->pq_head], u.list) { in serve_prot_queue()
519 ubi->pq_head += 1; in serve_prot_queue()
520 if (ubi->pq_head == UBI_PROT_QUEUE_LEN) in serve_prot_queue()
521 ubi->pq_head = 0; in serve_prot_queue()
522 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN); in serve_prot_queue()
1551 ubi->pq_head = 0;
Dubi.h583 int pq_head; member