[go: nahoru, domu]

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

/drivers/mtd/ubi/
H A Dwl.c558 e = ubi->lookuptbl[pool->pebs[i]];
640 prot_queue_add(ubi, ubi->lookuptbl[ret]);
664 return ubi->lookuptbl[pnum];
715 e = ubi->lookuptbl[pnum];
967 e = ubi->lookuptbl[pnum];
976 ubi->lookuptbl[pnum] = e;
1570 e = ubi->lookuptbl[pnum];
1653 e = ubi->lookuptbl[pnum];
1895 ubi->lookuptbl = kzalloc(ubi->peb_count * sizeof(void *), GFP_KERNEL);
1896 if (!ubi->lookuptbl)
[all...]
H A Dubi.h438 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
445 * @lookuptbl: a table to quickly find a &struct ubi_wl_entry object for any
548 struct ubi_wl_entry **lookuptbl; member in struct:ubi_device

Completed in 46 milliseconds