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

/linux-4.1.27/drivers/mtd/ubi/
H A Dfastmap-wl.c63 e = ubi->lookuptbl[pool->pebs[i]]; return_unused_pool_pebs()
221 prot_queue_add(ubi, ubi->lookuptbl[ret]); ubi_wl_get_peb()
248 return ubi->lookuptbl[pnum]; get_peb_for_wl()
303 e = ubi->lookuptbl[pnum]; ubi_wl_put_fm_peb()
312 ubi->lookuptbl[pnum] = e; ubi_wl_put_fm_peb()
H A Dwl.c190 ubi->lookuptbl[e->pnum] = NULL; wl_entry_destroy()
417 e = ubi->lookuptbl[pnum]; prot_queue_del()
1180 e = ubi->lookuptbl[pnum]; ubi_wl_put_peb()
1266 e = ubi->lookuptbl[pnum]; ubi_wl_scrub_peb()
1509 ubi->lookuptbl = kzalloc(ubi->peb_count * sizeof(void *), GFP_KERNEL); ubi_wl_init()
1510 if (!ubi->lookuptbl) ubi_wl_init()
1526 ubi->lookuptbl[e->pnum] = e; ubi_wl_init()
1550 ubi->lookuptbl[e->pnum] = e; ubi_wl_init()
1565 ubi->lookuptbl[e->pnum] = e; ubi_wl_init()
1589 ubi->lookuptbl[e->pnum] = e; ubi_wl_init()
1622 kfree(ubi->lookuptbl); ubi_wl_init()
1657 kfree(ubi->lookuptbl); ubi_wl_close()
H A Dubi.h475 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
483 * @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
H A Dfastmap.c74 if (!seen[pnum] && ubi->lookuptbl[pnum]) { self_check_seen()

Completed in 137 milliseconds