Lines Matching refs:XA_CHUNK_SIZE
105 return !bitmap_empty(node_marks(node, mark), XA_CHUNK_SIZE); in node_any_mark()
110 bitmap_fill(node_marks(node, mark), XA_CHUNK_SIZE); in node_mark_all()
384 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc()
433 return (XA_CHUNK_SIZE << xa_to_node(entry)->shift) - 1; in max_index()
444 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_shrink()
487 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_delete_node()
504 XA_NODE_BUG_ON(parent, parent->count > XA_CHUNK_SIZE); in xas_delete_node()
538 while (offset == XA_CHUNK_SIZE) { in xas_free_nodes()
568 while ((max >> shift) >= XA_CHUNK_SIZE) in xas_expand()
721 xas->xa_index -= XA_CHUNK_SIZE; in xas_create_range()
754 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in update_node()
755 XA_NODE_BUG_ON(node, node->nr_values > XA_CHUNK_SIZE); in update_node()
1023 for (i = 0; i < XA_CHUNK_SIZE; i++) { in xas_split_alloc()
1074 child->count = XA_CHUNK_SIZE; in xas_split()
1076 XA_CHUNK_SIZE : 0; in xas_split()
1128 while (++offset < XA_CHUNK_SIZE) { in xas_pause()
1201 while (xas->xa_offset == XA_CHUNK_SIZE) { in __xas_next()
1259 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find()
1335 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find_marked()
1360 if (offset == XA_CHUNK_SIZE) in xas_find_marked()
1775 if (slot >= XA_CHUNK_SIZE) in xa_get_order()
2037 mask = (XA_CHUNK_SIZE << node->shift) - 1; in xas_sibling()
2270 for (i = 0; i < XA_CHUNK_SIZE; i++) in xa_dump_entry()