Home
last modified time | relevance | path

Searched defs:sibs (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dxarray.c716 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()
994 struct xa_node *child, unsigned int sibs, in node_set_marks()
1048 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split_alloc() local
1088 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split() local
1177 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_try_split() local
1827 unsigned long sibs = last - first; in xas_set_range() local
/linux/include/linux/
H A Dxarray.h1375 #define __XA_STATE(array, index, shift, sibs) { \ argument