Searched refs:XA_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
1156 #define XA_CHUNK_SIZE (1UL << XA_CHUNK_SHIFT) macro1157 #define XA_CHUNK_MASK (XA_CHUNK_SIZE - 1)1159 #define XA_MARK_LONGS BITS_TO_LONGS(XA_CHUNK_SIZE)1179 void __rcu *slots[XA_CHUNK_SIZE];1225 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE); in xa_entry()1234 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE); in xa_entry_locked()1294 (entry < xa_mk_sibling(XA_CHUNK_SIZE - 1)); in xa_is_sibling()1750 if (XA_CHUNK_SIZE == BITS_PER_LONG) { in xas_find_chunk()1751 if (offset < XA_CHUNK_SIZE) { in xas_find_chunk()1756 return XA_CHUNK_SIZE; in xas_find_chunk()[all …]
Completed in 7 milliseconds