Searched refs:trie_dbg_last (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_trie.c | 32 #define trie_dbg_last(fmt, ...) trie_dbg(MPP_TRIE_DBG_LAST, fmt, ## __VA_ARGS__) macro 531 trie_dbg_last("shrink trie node start node %d info %d\n", node_count, p->info_count); in mpp_trie_last_info() 545 trie_dbg_last("node %d:%d prev %d next count %d stop shrinking for multi next\n", in mpp_trie_last_info() 551 trie_dbg_last("node %d:%d tag %d - %016llx stop shrinking for max tag len\n", in mpp_trie_last_info() 557 trie_dbg_last("node %d:%d tag %d - %016llx stop shrinking for valid info node\n", in mpp_trie_last_info() 569 trie_dbg_last("node %d:%d shrink prev %d key %x tag %016llx -> %016llx\n", in mpp_trie_last_info() 584 trie_dbg_last("shrink trie node finish count %d -> %d\n", node_count, node_valid); in mpp_trie_last_info() 592 trie_dbg_last("move trie node start to reduce memory %d -> %d\n", node_count, node_valid); in mpp_trie_last_info() 610 trie_dbg_last("move node %d to %d prev %d\n", j, i, tmp->prev); in mpp_trie_last_info() 641 trie_dbg_last("move trie node finish used %d\n", p->node_used); in mpp_trie_last_info() [all …]
|