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

/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c61 e = ubi->lookuptbl[pool->pebs[i]];
338 prot_queue_add(ubi, ubi->lookuptbl[ret]);
359 return ubi->lookuptbl[pnum];
419 return ubi->lookuptbl[pnum];
491 e = ubi->lookuptbl[pnum];
500 ubi->lookuptbl[pnum] = e;
H A Dwl.c177 ubi->lookuptbl[e->pnum] = NULL;
430 e = ubi->lookuptbl[pnum];
1274 e = ubi->lookuptbl[pnum];
1372 e = ubi->lookuptbl[pnum];
1534 e = ubi->lookuptbl[pnum];
1567 e = ubi->lookuptbl[pnum];
1761 ubi->lookuptbl[e->pnum] = e;
1810 ubi->lookuptbl = kcalloc(ubi->peb_count, sizeof(void *), GFP_KERNEL);
1811 if (!ubi->lookuptbl)
1845 ubi->lookuptbl[
[all...]
H A Ddebug.c527 wl = ubi->lookuptbl[*block_number];
H A Dubi.h501 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
509 * @lookuptbl: a table to quickly find a &struct ubi_wl_entry object for any
617 struct ubi_wl_entry **lookuptbl; member in struct:ubi_device
H A Dfastmap.c66 if (!test_bit(pnum, seen) && ubi->lookuptbl[pnum]) {

Completed in 224 milliseconds