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()
388 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc()
437 return (XA_CHUNK_SIZE << xa_to_node(entry)->shift) - 1; in max_index()
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()
547 while (offset == XA_CHUNK_SIZE) { in xas_free_nodes()
577 while ((max >> shift) >= XA_CHUNK_SIZE) in xas_expand()
730 xas->xa_index -= XA_CHUNK_SIZE; in xas_create_range()
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()
988 for (i = 0; i < XA_CHUNK_SIZE; i += sibs + 1) in node_mark_slots()
1021 for (i = 0; i < XA_CHUNK_SIZE; i++) { in __xas_init_node_for_split()
1108 child->count = XA_CHUNK_SIZE; in xas_split()
1110 XA_CHUNK_SIZE : 0; in xas_split()
1228 child->count = XA_CHUNK_SIZE; in xas_try_split()
1230 XA_CHUNK_SIZE : 0; in xas_try_split()
1285 while (++offset < XA_CHUNK_SIZE) { in xas_pause()
1359 while (xas->xa_offset == XA_CHUNK_SIZE) { in __xas_next()
1417 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find()
1493 if (unlikely(xas->xa_offset == XA_CHUNK_SIZE)) { in xas_find_marked()
1518 if (offset == XA_CHUNK_SIZE) in xas_find_marked()
1929 if (slot >= XA_CHUNK_SIZE) in xas_get_order()
2217 mask = (XA_CHUNK_SIZE << node->shift) - 1; in xas_sibling()
2450 for (i = 0; i < XA_CHUNK_SIZE; i++) in xa_dump_entry()