Searched refs:dbg_wl (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/mtd/ubi/ |
A D | wl.c | 400 dbg_wl("PEB %d EC %d", e->pnum, e->ec); in wl_get_wle() 625 dbg_wl("sync erase of PEB %i", e->pnum); in do_sync_erase() 745 dbg_wl("move PEB %d EC %d to PEB %d EC %d", 913 dbg_wl("done"); 1048 dbg_wl("schedule wear-leveling"); 1050 dbg_wl("schedule scrubbing"); 1094 dbg_wl("erase PEB %d EC %d LEB %d:%d", 1254 dbg_wl("PEB %d", pnum); 1906 dbg_wl("found %i PEBs", found_pebs); 1968 dbg_wl("close the WL sub-system"); [all …]
|
A D | debug.h | 37 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) macro
|
A D | fastmap-wl.c | 212 dbg_wl("do one work synchronously"); in produce_free_peb() 421 dbg_wl("PEB %d", pnum); in ubi_wl_put_fm_peb()
|
A D | eba.c | 1314 dbg_wl("copy LEB %d:%d, PEB %d to PEB %d", vol_id, lnum, from, to); in ubi_eba_copy_leb() 1335 dbg_wl("volume %d is being removed, cancel", vol_id); in ubi_eba_copy_leb() 1356 dbg_wl("contention on LEB %d:%d, cancel", vol_id, lnum); in ubi_eba_copy_leb() 1366 dbg_wl("LEB %d:%d is no longer mapped to PEB %d, mapped to PEB %d, cancel", in ubi_eba_copy_leb() 1379 dbg_wl("read %d bytes of data", aldata_size); in ubi_eba_copy_leb()
|
Completed in 11 milliseconds