Searched defs:sibs (Results 1 – 2 of 2) sorted by relevance
716 unsigned char sibs = xas->xa_sibs; in xas_create_range() local 980 static inline void node_mark_slots(struct xa_node *node, unsigned int sibs, in node_mark_slots() argument 994 struct xa_node *child, unsigned int sibs, in node_set_marks() argument 1048 unsigned int sibs in xas_split_alloc() local 1088 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; xas_split() local 1177 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; xas_try_split() local 1827 unsigned long sibs = last - first; xas_set_range() local [all...]
1375 #define __XA_STATE(array, index, shift, sibs) { \ argument