Lines Matching refs:XA_NODE_BUG_ON
256 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xa_node_free()
273 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_destroy()
310 XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list)); in xas_nomem()
346 XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list)); in __xas_nomem()
356 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_update()
385 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc()
388 XA_NODE_BUG_ON(node, shift > BITS_PER_LONG); in xas_alloc()
389 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_alloc()
445 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_shrink()
488 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_delete_node()
505 XA_NODE_BUG_ON(parent, parent->count > XA_CHUNK_SIZE); in xas_delete_node()
581 XA_NODE_BUG_ON(node, shift > BITS_PER_LONG); in xas_expand()
755 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in update_node()
756 XA_NODE_BUG_ON(node, node->nr_values > XA_CHUNK_SIZE); in update_node()