Searched refs:SMAL (Results 1 – 2 of 2) sorted by relevance
147 #define SMAL 2L macro148 #define SETSMAL(x) ((struct lblk *)((long)(x) | SMAL))149 #define CLRSMAL(x) ((struct lblk *)((long)(x) & ~SMAL))150 #define TESTSMAL(x) ((long)(x) & SMAL)155 #define SETALL(x) ((long)(x) | (SMAL | BUSY))156 #define CLRALL(x) ((long)(x) & ~(SMAL | BUSY))
1116 (4 | SMAL)) == 0); in check_arena()