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

/linux-master/drivers/mtd/ubi/
H A Dwl.c306 int pq_tail = ubi->pq_head - 1;
522 list_for_each_entry_safe(e, tmp, &ubi->pq[ubi->pq_head], u.list) {
539 ubi->pq_head += 1;
540 if (ubi->pq_head == UBI_PROT_QUEUE_LEN)
541 ubi->pq_head = 0;
542 ubi_assert(ubi->pq_head >= 0 && ubi->pq_head < UBI_PROT_QUEUE_LEN);
1816 ubi->pq_head = 0;
H A Dubi.h500 * @pq_head: protection queue head
501 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
612 int pq_head; member in struct:ubi_device

Completed in 150 milliseconds