Lines Matching refs:XA_CHUNK_SIZE
107 return !bitmap_empty(node_marks(node, mark), XA_CHUNK_SIZE); in node_any_mark()
112 bitmap_fill(node_marks(node, mark), XA_CHUNK_SIZE); in node_mark_all()
385 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc()
434 return (XA_CHUNK_SIZE << xa_to_node(entry)->shift) - 1; in max_index()
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()
539 while (offset == XA_CHUNK_SIZE) { in xas_free_nodes()
569 while ((max >> shift) >= XA_CHUNK_SIZE) in xas_expand()
722 xas->xa_index -= XA_CHUNK_SIZE; in xas_create_range()
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()
1024 for (i = 0; i < XA_CHUNK_SIZE; i++) { in xas_split_alloc()
1076 child->count = XA_CHUNK_SIZE; in xas_split()
1078 XA_CHUNK_SIZE : 0; in xas_split()
1130 while (++offset < XA_CHUNK_SIZE) { in xas_pause()
1203 while (xas->xa_offset == XA_CHUNK_SIZE) { in __xas_next()
1261 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find()
1337 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find_marked()
1362 if (offset == XA_CHUNK_SIZE) in xas_find_marked()
1777 if (slot >= XA_CHUNK_SIZE) in xa_get_order()
2045 mask = (XA_CHUNK_SIZE << node->shift) - 1; in xas_sibling()
2278 for (i = 0; i < XA_CHUNK_SIZE; i++) in xa_dump_entry()