XA_NODE_BUG_ON
XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE);
XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE);
XA_NODE_BUG_ON(xas->xa_node, xa_is_sibling(xa_entry(xas->xa,
XA_NODE_BUG_ON(node, !list_empty(&node->private_list));
XA_NODE_BUG_ON(node, !list_empty(&node->private_list));
XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list));
XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list));
XA_NODE_BUG_ON(node, !list_empty(&node->private_list));
XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE);
XA_NODE_BUG_ON(node, shift > BITS_PER_LONG);
XA_NODE_BUG_ON(node, !list_empty(&node->private_list));
XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE);
XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE);
XA_NODE_BUG_ON(parent, parent->count > XA_CHUNK_SIZE);
XA_NODE_BUG_ON(node, shift > BITS_PER_LONG);
XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE);
XA_NODE_BUG_ON(node, node->nr_values > XA_CHUNK_SIZE);