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()
387 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc()
436 return (XA_CHUNK_SIZE << xa_to_node(entry)->shift) - 1; in max_index()
447 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_shrink()
490 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_delete_node()
507 XA_NODE_BUG_ON(parent, parent->count > XA_CHUNK_SIZE); in xas_delete_node()
541 while (offset == XA_CHUNK_SIZE) { in xas_free_nodes()
571 while ((max >> shift) >= XA_CHUNK_SIZE) in xas_expand()
724 xas->xa_index -= XA_CHUNK_SIZE; in xas_create_range()
757 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in update_node()
758 XA_NODE_BUG_ON(node, node->nr_values > XA_CHUNK_SIZE); in update_node()
1026 for (i = 0; i < XA_CHUNK_SIZE; i++) { in xas_split_alloc()
1078 child->count = XA_CHUNK_SIZE; in xas_split()
1080 XA_CHUNK_SIZE : 0; in xas_split()
1132 while (++offset < XA_CHUNK_SIZE) { in xas_pause()
1205 while (xas->xa_offset == XA_CHUNK_SIZE) { in __xas_next()
1263 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find()
1339 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find_marked()
1364 if (offset == XA_CHUNK_SIZE) in xas_find_marked()
1779 if (slot >= XA_CHUNK_SIZE) in xa_get_order()
2041 mask = (XA_CHUNK_SIZE << node->shift) - 1; in xas_sibling()
2274 for (i = 0; i < XA_CHUNK_SIZE; i++) in xa_dump_entry()