Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/ubi/
Dfastmap-wl.c61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
274 prot_queue_add(ubi, ubi->lookuptbl[ret]); in ubi_wl_get_peb()
295 return ubi->lookuptbl[pnum]; in next_peb_for_wl()
355 return ubi->lookuptbl[pnum]; in get_peb_for_wl()
427 e = ubi->lookuptbl[pnum]; in ubi_wl_put_fm_peb()
436 ubi->lookuptbl[pnum] = e; in ubi_wl_put_fm_peb()
Dwl.c177 ubi->lookuptbl[e->pnum] = NULL; in wl_entry_destroy()
417 e = ubi->lookuptbl[pnum]; in prot_queue_del()
1262 e = ubi->lookuptbl[pnum];
1360 e = ubi->lookuptbl[pnum];
1522 e = ubi->lookuptbl[pnum];
1555 e = ubi->lookuptbl[pnum];
1749 ubi->lookuptbl[e->pnum] = e;
1798 ubi->lookuptbl = kcalloc(ubi->peb_count, sizeof(void *), GFP_KERNEL);
1799 if (!ubi->lookuptbl)
1833 ubi->lookuptbl[e->pnum] = e;
[all …]
Ddebug.c439 wl = ubi->lookuptbl[*block_number]; in eraseblk_count_seq_show()
Dubi.h617 struct ubi_wl_entry **lookuptbl; member
Dfastmap.c66 if (!test_bit(pnum, seen) && ubi->lookuptbl[pnum]) { in self_check_seen()