Lines Matching refs:XA_NODE_BUG_ON
258 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xa_node_free()
275 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_destroy()
313 XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list)); in xas_nomem()
349 XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list)); in __xas_nomem()
359 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_update()
388 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc()
391 XA_NODE_BUG_ON(node, shift > BITS_PER_LONG); in xas_alloc()
392 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_alloc()
453 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_shrink()
496 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_delete_node()
513 XA_NODE_BUG_ON(parent, parent->count > XA_CHUNK_SIZE); in xas_delete_node()
589 XA_NODE_BUG_ON(node, shift > BITS_PER_LONG); in xas_expand()
763 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in update_node()
764 XA_NODE_BUG_ON(node, node->nr_values > XA_CHUNK_SIZE); in update_node()
1924 XA_NODE_BUG_ON(xas->xa_node, xa_is_sibling(xa_entry(xas->xa, in xas_get_order()