Lines Matching refs:PTR_FMT

77 #define PTR_FMT "%px"  macro
79 #define PTR_FMT "%p" macro
5376 pr_err("Error %lX > %lX " PTR_FMT "\n", mas->index, mas->last, in mas_store()
7082 pr_cont("value %ld (0x%lx) [" PTR_FMT "]\n", xa_to_value(entry), in mt_dump_entry()
7087 pr_cont("UNKNOWN ENTRY (" PTR_FMT ")\n", entry); in mt_dump_entry()
7089 pr_cont(PTR_FMT "\n", entry); in mt_dump_entry()
7105 pr_cont(PTR_FMT " %lX ", node->slot[i], node->pivot[i]); in mt_dump_range64()
7108 pr_cont(PTR_FMT " %lu ", node->slot[i], node->pivot[i]); in mt_dump_range64()
7111 pr_cont(PTR_FMT "\n", node->slot[i]); in mt_dump_range64()
7133 pr_err("node " PTR_FMT " last (%lx) > max (%lx) at pivot %d!\n", in mt_dump_range64()
7137 pr_err("node " PTR_FMT " last (%lu) > max (%lu) at pivot %d!\n", in mt_dump_range64()
7167 pr_cont(PTR_FMT " %lX ", node->slot[i], node->pivot[i]); in mt_dump_arange64()
7170 pr_cont(PTR_FMT " %lu ", node->slot[i], node->pivot[i]); in mt_dump_arange64()
7173 pr_cont(PTR_FMT "\n", node->slot[i]); in mt_dump_arange64()
7192 pr_err("node " PTR_FMT " last (%lx) > max (%lx) at pivot %d!\n", in mt_dump_arange64()
7196 pr_err("node " PTR_FMT " last (%lu) > max (%lu) at pivot %d!\n", in mt_dump_arange64()
7214 pr_cont("node " PTR_FMT " depth %d type %d parent " PTR_FMT, node, in mt_dump_node()
7243 pr_info("maple_tree(" PTR_FMT ") flags %X, height %u root " PTR_FMT "\n", in mt_dump()
7297 pr_err(PTR_FMT "[%u] %lu >= %lu - %lu + 1 (%lu)\n", in mas_validate_gaps()
7317 pr_err("gap offset " PTR_FMT "[%u] is invalid\n", node, offset); in mas_validate_gaps()
7322 pr_err("gap " PTR_FMT "[%u] is not the largest gap %lu\n", in mas_validate_gaps()
7329 pr_err("gap " PTR_FMT "[%u] beyond node limit != 0\n", in mas_validate_gaps()
7343 pr_err("gap " PTR_FMT "[%u] != %lu\n", p_mn, p_slot, max_gap); in mas_validate_gaps()
7373 pr_err("parent " PTR_FMT "[%u] does not have " PTR_FMT "\n", in mas_validate_parent_slot()
7377 pr_err("Invalid child " PTR_FMT " at parent " PTR_FMT "[%u] p_slot %u\n", in mas_validate_parent_slot()
7399 pr_err("Non-leaf node lacks child at " PTR_FMT "[%u]\n", in mas_validate_child_slot()
7405 pr_err("Slot error at " PTR_FMT "[%u]: child " PTR_FMT " has pslot %u\n", in mas_validate_child_slot()
7412 pr_err("child " PTR_FMT " has parent " PTR_FMT " not " PTR_FMT "\n", in mas_validate_child_slot()
7442 pr_err("Missing node limit pivot at " PTR_FMT "[%u]", in mas_validate_limits()
7448 pr_err(PTR_FMT "[%u] piv %lu < prev_piv %lu\n", in mas_validate_limits()
7454 pr_err(PTR_FMT "[%u] %lu < %lu\n", mas_mn(mas), i, in mas_validate_limits()
7459 pr_err(PTR_FMT "[%u] %lu > %lu\n", mas_mn(mas), i, in mas_validate_limits()
7469 pr_err("node" PTR_FMT ": data_end %u != the last slot offset %u\n", in mas_validate_limits()
7478 pr_err(PTR_FMT "[%u] should not have entry " PTR_FMT "\n", in mas_validate_limits()
7489 pr_err(PTR_FMT "[%u] should not have piv %lu\n", in mas_validate_limits()
7514 pr_err("Sequential nulls end at " PTR_FMT "[%u]\n", in mt_validate_nulls()
7556 pr_err("Invalid size %u of " PTR_FMT "\n", in mt_validate()
7573 pr_err("MAS: tree=" PTR_FMT " enode=" PTR_FMT " ", in mas_dump()
7638 pr_err(" min=%lx max=%lx alloc=" PTR_FMT ", depth=%u, flags=%x\n", in mas_dump()
7647 pr_err("WR_MAS: node=" PTR_FMT " r_min=%lx r_max=%lx\n", in mas_wr_dump()