Lines Matching refs:PTR_FMT
77 #define PTR_FMT "%px" macro
79 #define PTR_FMT "%p" macro
5380 pr_err("Error %lX > %lX " PTR_FMT "\n", mas->index, mas->last, in mas_store()
7086 pr_cont("value %ld (0x%lx) [" PTR_FMT "]\n", xa_to_value(entry), in mt_dump_entry()
7091 pr_cont("UNKNOWN ENTRY (" PTR_FMT ")\n", entry); in mt_dump_entry()
7093 pr_cont(PTR_FMT "\n", entry); in mt_dump_entry()
7109 pr_cont(PTR_FMT " %lX ", node->slot[i], node->pivot[i]); in mt_dump_range64()
7112 pr_cont(PTR_FMT " %lu ", node->slot[i], node->pivot[i]); in mt_dump_range64()
7115 pr_cont(PTR_FMT "\n", node->slot[i]); in mt_dump_range64()
7137 pr_err("node " PTR_FMT " last (%lx) > max (%lx) at pivot %d!\n", in mt_dump_range64()
7141 pr_err("node " PTR_FMT " last (%lu) > max (%lu) at pivot %d!\n", in mt_dump_range64()
7171 pr_cont(PTR_FMT " %lX ", node->slot[i], node->pivot[i]); in mt_dump_arange64()
7174 pr_cont(PTR_FMT " %lu ", node->slot[i], node->pivot[i]); in mt_dump_arange64()
7177 pr_cont(PTR_FMT "\n", node->slot[i]); in mt_dump_arange64()
7196 pr_err("node " PTR_FMT " last (%lx) > max (%lx) at pivot %d!\n", in mt_dump_arange64()
7200 pr_err("node " PTR_FMT " last (%lu) > max (%lu) at pivot %d!\n", in mt_dump_arange64()
7218 pr_cont("node " PTR_FMT " depth %d type %d parent " PTR_FMT, node, in mt_dump_node()
7247 pr_info("maple_tree(" PTR_FMT ") flags %X, height %u root " PTR_FMT "\n", in mt_dump()
7301 pr_err(PTR_FMT "[%u] %lu >= %lu - %lu + 1 (%lu)\n", in mas_validate_gaps()
7321 pr_err("gap offset " PTR_FMT "[%u] is invalid\n", node, offset); in mas_validate_gaps()
7326 pr_err("gap " PTR_FMT "[%u] is not the largest gap %lu\n", in mas_validate_gaps()
7333 pr_err("gap " PTR_FMT "[%u] beyond node limit != 0\n", in mas_validate_gaps()
7347 pr_err("gap " PTR_FMT "[%u] != %lu\n", p_mn, p_slot, max_gap); in mas_validate_gaps()
7377 pr_err("parent " PTR_FMT "[%u] does not have " PTR_FMT "\n", in mas_validate_parent_slot()
7381 pr_err("Invalid child " PTR_FMT " at parent " PTR_FMT "[%u] p_slot %u\n", in mas_validate_parent_slot()
7403 pr_err("Non-leaf node lacks child at " PTR_FMT "[%u]\n", in mas_validate_child_slot()
7409 pr_err("Slot error at " PTR_FMT "[%u]: child " PTR_FMT " has pslot %u\n", in mas_validate_child_slot()
7416 pr_err("child " PTR_FMT " has parent " PTR_FMT " not " PTR_FMT "\n", in mas_validate_child_slot()
7446 pr_err("Missing node limit pivot at " PTR_FMT "[%u]", in mas_validate_limits()
7452 pr_err(PTR_FMT "[%u] piv %lu < prev_piv %lu\n", in mas_validate_limits()
7458 pr_err(PTR_FMT "[%u] %lu < %lu\n", mas_mn(mas), i, in mas_validate_limits()
7463 pr_err(PTR_FMT "[%u] %lu > %lu\n", mas_mn(mas), i, in mas_validate_limits()
7473 pr_err("node" PTR_FMT ": data_end %u != the last slot offset %u\n", in mas_validate_limits()
7482 pr_err(PTR_FMT "[%u] should not have entry " PTR_FMT "\n", in mas_validate_limits()
7493 pr_err(PTR_FMT "[%u] should not have piv %lu\n", in mas_validate_limits()
7518 pr_err("Sequential nulls end at " PTR_FMT "[%u]\n", in mt_validate_nulls()
7560 pr_err("Invalid size %u of " PTR_FMT "\n", in mt_validate()
7577 pr_err("MAS: tree=" PTR_FMT " enode=" PTR_FMT " ", in mas_dump()
7642 pr_err(" min=%lx max=%lx alloc=" PTR_FMT ", depth=%u, flags=%x\n", in mas_dump()
7651 pr_err("WR_MAS: node=" PTR_FMT " r_min=%lx r_max=%lx\n", in mas_wr_dump()