Searched refs:XA_NODE_BUG_ON (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dxarray.c256 XA_NODE_BUG_ON(node, !list_empty(&node->private_list));
273 XA_NODE_BUG_ON(node, !list_empty(&node->private_list));
310 XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list));
346 XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list));
356 XA_NODE_BUG_ON(node, !list_empty(&node->private_list));
385 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE);
388 XA_NODE_BUG_ON(node, shift > BITS_PER_LONG);
389 XA_NODE_BUG_ON(node, !list_empty(&node->private_list));
445 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE);
488 XA_NODE_BUG_ON(nod
[all...]
/linux-master/include/linux/
H A Dxarray.h1186 #define XA_NODE_BUG_ON(node, x) do { \ macro
1194 #define XA_NODE_BUG_ON(node, x) do { } while (0) macro
1215 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE);
1224 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE);

Completed in 452 milliseconds