HomeSort by relevance Sort by last modified time
    Searched refs:lookuptbl (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/mtd/ubi/
fastmap-wl.c 61 e = ubi->lookuptbl[pool->pebs[i]];
248 prot_queue_add(ubi, ubi->lookuptbl[ret]);
282 return ubi->lookuptbl[pnum];
337 e = ubi->lookuptbl[pnum];
346 ubi->lookuptbl[pnum] = e;
wl.c 182 ubi->lookuptbl[e->pnum] = NULL;
409 e = ubi->lookuptbl[pnum];
    [all...]
ubi.h 474 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
482 * @lookuptbl: a table to quickly find a &struct ubi_wl_entry object for any
588 struct ubi_wl_entry **lookuptbl; member in struct:ubi_device
    [all...]
fastmap.c 75 if (!seen[pnum] && ubi->lookuptbl[pnum]) {
    [all...]

Completed in 605 milliseconds