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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c286 Each freshly allocated chunk must have both cinuse and pinuse set.
389 #define cinuse(p) ((p)->head & CINUSE_BIT) macro
1031 /* Check if p has its cinuse bit on */
1032 #define ok_cinuse(p) cinuse(p)
1068 /* Set cinuse bit and pinuse bit of next chunk */
1073 /* Set cinuse and pinuse of this chunk and pinuse of next chunk */
1078 /* Set size, cinuse and pinuse bit of this chunk */
1215 assert(m->user_data, cinuse(p));
1226 assert(m->user_data, !cinuse(p));
1234 assert(m->user_data, next == m->top || cinuse(nex
[all...]

Completed in 4 milliseconds