Home
last modified time | relevance | path

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

/linux/lib/
H A Dxarray.c709 unsigned char sibs = xas->xa_sibs; in xas_create_range() local
973 static inline void node_mark_slots(struct xa_node *node, unsigned int sibs, in node_mark_slots()
987 struct xa_node *child, unsigned int sibs, in node_set_marks()
1021 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split_alloc() local
1071 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split() local
1687 unsigned long sibs = last - first; in xas_set_range() local
/linux/include/linux/
H A Dxarray.h1369 #define __XA_STATE(array, index, shift, sibs) { \ argument