Searched refs:XA_NODE_BUG_ON (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/ |
| H A D | xarray.c | 258 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xa_node_free() 275 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_destroy() 388 XA_NODE_BUG_ON(node, parent->count > XA_CHUNK_SIZE); in xas_alloc() 391 XA_NODE_BUG_ON(node, shift > BITS_PER_LONG); in xas_alloc() 392 XA_NODE_BUG_ON(node, !list_empty(&node->private_list)); in xas_alloc() 453 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_shrink() 496 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in xas_delete_node() 513 XA_NODE_BUG_ON(parent, parent->count > XA_CHUNK_SIZE); in xas_delete_node() 589 XA_NODE_BUG_ON(node, shift > BITS_PER_LONG); in xas_expand() 763 XA_NODE_BUG_ON(node, node->count > XA_CHUNK_SIZE); in update_node() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 1190 #define XA_NODE_BUG_ON(node, x) do { \ macro 1198 #define XA_NODE_BUG_ON(node, x) do { } while (0) macro 1219 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE); in xa_entry() 1228 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE); in xa_entry_locked()
|