Home
last modified time | relevance | path

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

/include/linux/
Dxarray.h1152 #define XA_NODE_BUG_ON(node, x) do { \ macro
1160 #define XA_NODE_BUG_ON(node, x) do { } while (0) macro
1181 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE); in xa_entry()
1190 XA_NODE_BUG_ON(node, offset >= XA_CHUNK_SIZE); in xa_entry_locked()