Lines Matching refs:_WsbmMMNode
57 struct _WsbmMMNode *entry;
60 entry = WSBMLISTENTRY(tail_node, struct _WsbmMMNode, ml_entry);
72 struct _WsbmMMNode *entry;
75 entry = WSBMLISTENTRY(tail_node, struct _WsbmMMNode, ml_entry);
91 struct _WsbmMMNode *child;
93 child = (struct _WsbmMMNode *)malloc(sizeof(*child));
108 static struct _WsbmMMNode *
109 wsbmMMSplitAtStart(struct _WsbmMMNode *parent, unsigned long size)
111 struct _WsbmMMNode *child;
113 child = (struct _WsbmMMNode *)malloc(sizeof(*child));
132 struct _WsbmMMNode *
133 wsbmMMGetBlock(struct _WsbmMMNode *parent,
137 struct _WsbmMMNode *align_splitoff = NULL;
138 struct _WsbmMMNode *child;
170 wsbmMMPutBlock(struct _WsbmMMNode *cur)
176 struct _WsbmMMNode *prev_node = NULL;
177 struct _WsbmMMNode *next_node;
183 WSBMLISTENTRY(cur_head->prev, struct _WsbmMMNode, ml_entry);
191 WSBMLISTENTRY(cur_head->next, struct _WsbmMMNode, ml_entry);
214 struct _WsbmMMNode *
220 struct _WsbmMMNode *entry;
221 struct _WsbmMMNode *best;
229 entry = WSBMLISTENTRY(list, struct _WsbmMMNode, fl_entry);
277 struct _WsbmMMNode *entry;
279 entry = WSBMLISTENTRY(bnode, struct _WsbmMMNode, fl_entry);