Searched defs:CCtsp_cutnode (Results 1 – 2 of 2) sorted by relevance
261 typedef struct CCtsp_cutnode { struct269 struct CCtsp_cutnode *child; argument270 struct CCtsp_cutnode *sibling; argument271 struct CCtsp_cutnode *next; argument272 } CCtsp_cutnode; typedef
196 CC_PTRWORLD_ROUTINES (CCtsp_cutnode, cutnode_alloc, cutnode_bulk_alloc, in CC_PTRWORLD_ROUTINES() argument