Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dwl.c285 int pq_tail = ubi->pq_head - 1; in prot_queue_add()
503 list_for_each_entry_safe(e, tmp, &ubi->pq[ubi->pq_head], u.list) { in serve_prot_queue()
520 ubi->pq_head += 1; in serve_prot_queue()
521 if (ubi->pq_head == UBI_PROT_QUEUE_LEN) in serve_prot_queue()
522 ubi->pq_head = 0; in serve_prot_queue()
523 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN); in serve_prot_queue()
1552 ubi->pq_head = 0;
H A Dubi.h584 int pq_head; member
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dwl.c300 int pq_tail = ubi->pq_head - 1; in prot_queue_add()
510 list_for_each_entry_safe(e, tmp, &ubi->pq[ubi->pq_head], u.list) { in serve_prot_queue()
527 ubi->pq_head += 1; in serve_prot_queue()
528 if (ubi->pq_head == UBI_PROT_QUEUE_LEN) in serve_prot_queue()
529 ubi->pq_head = 0; in serve_prot_queue()
530 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN); in serve_prot_queue()
1776 ubi->pq_head = 0;
H A Dubi.h614 int pq_head; member