Searched refs:XA_NODE_BUG_ON (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/lib/ |
| D | xarray.c | 255 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xa_node_free() 272 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_destroy() 306 XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list)); in xas_nomem() 341 XA_NODE_BUG_ON(xas->xa_alloc, !list_empty(&xas->xa_alloc->private_list)); in __xas_nomem() 351 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_update() 380 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc() 383 XA_NODE_BUG_ON(node, shift > BITS_PER_LONG); in xas_alloc() 384 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_alloc() 440 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_shrink() 483 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_delete_node() [all …]
|
| /Linux-v5.4/include/linux/ |
| D | xarray.h | 1115 #define XA_NODE_BUG_ON(node, x) do { \ macro 1123 #define XA_NODE_BUG_ON(node, x) do { } while (0) macro 1144 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE); in xa_entry() 1153 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE); in xa_entry_locked()
|