Home
last modified time | relevance | path

Searched refs:dbg_wl (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/mtd/ubi/
Dwl.c312 dbg_wl("added PEB %d EC %d to the protection queue", e->pnum, e->ec); in prot_queue_add()
413 dbg_wl("PEB %d EC %d", e->pnum, e->ec); in wl_get_wle()
438 dbg_wl("deleted PEB %d from the protection queue", e->pnum); in prot_queue_del()
457 dbg_wl("erase PEB %d, old EC %llu", e->pnum, ec); in ubi_sync_erase()
483 dbg_wl("erased PEB %d, new EC %llu", e->pnum, ec); in ubi_sync_erase()
523 dbg_wl("PEB %d EC %d protection over, move to used tree", in serve_prot_queue()
602 dbg_wl("schedule erasure of PEB %d, EC %d, torture %d", in schedule_erase()
637 dbg_wl("sync erase of PEB %i", e->pnum); in do_sync_erase()
701 dbg_wl("cancel WL, a list is empty: free %d, used %d",
730 dbg_wl("anchor-move PEB %d to PEB %d", e1->pnum, e2->pnum);
[all …]
Deba.c1320 dbg_wl("copy LEB %d:%d, PEB %d to PEB %d", vol_id, lnum, from, to); in ubi_eba_copy_leb()
1341 dbg_wl("volume %d is being removed, cancel", vol_id); in ubi_eba_copy_leb()
1362 dbg_wl("contention on LEB %d:%d, cancel", vol_id, lnum); in ubi_eba_copy_leb()
1372 dbg_wl("LEB %d:%d is no longer mapped to PEB %d, mapped to PEB %d, cancel", in ubi_eba_copy_leb()
1385 dbg_wl("read %d bytes of data", aldata_size); in ubi_eba_copy_leb()
Dfastmap-wl.c276 dbg_wl("do one work synchronously"); in produce_free_peb()
485 dbg_wl("PEB %d", pnum); in ubi_wl_put_fm_peb()
Ddebug.h37 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) macro