Home
last modified time | relevance | path

Searched refs:pq (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A DMakefile29 obj-$(CONFIG_PQ_MDS_PIB) += pq-mds-pib.o
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dwl.c290 list_add_tail(&e->u.list, &ubi->pq[pq_tail]); in prot_queue_add()
503 list_for_each_entry_safe(e, tmp, &ubi->pq[ubi->pq_head], u.list) { in serve_prot_queue()
1551 INIT_LIST_HEAD(&ubi->pq[i]);
1672 list_for_each_entry_safe(e, tmp, &ubi->pq[i], u.list) {
1782 list_for_each_entry(p, &ubi->pq[i], u.list)
H A Dubi.h583 struct list_head pq[UBI_PROT_QUEUE_LEN]; member
986 list_for_each_entry((e), &(ubi->pq[(i)]), u.list)