Home
last modified time | relevance | path

Searched refs:dbg_budg (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/ubifs/
Dbudget.c83 dbg_budg("GC freed LEB %d", lnum); in run_gc()
136 dbg_budg("liability %lld, run write-back", liab1); in make_free_space()
143 dbg_budg("new liability %lld (not shrunk)", liab2); in make_free_space()
146 dbg_budg("Run GC"); in make_free_space()
155 dbg_budg("Run commit (retries %d)", retries); in make_free_space()
340 dbg_budg("out of indexing space: min_idx_lebs %d (old %d), rsvd_idx_lebs %d", in do_budget_space()
349 dbg_budg("out of data space: available %lld, outstanding %lld", in do_budget_space()
461 dbg_budg("no space"); in ubifs_budget_space()
486 dbg_budg("no space for fast budgeting"); in ubifs_budget_space()
493 dbg_budg("try again"); in ubifs_budget_space()
[all …]
Ddebug.h221 #define dbg_budg(fmt, ...) ubifs_dbg_msg("budg", fmt, ##__VA_ARGS__) macro