Home
last modified time | relevance | path

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

/hardware/intel/common/libwsbm/src/
Dwsbm_mm.c177 struct _WsbmMMNode *next_node; in wsbmMMPutBlock() local
190 next_node = in wsbmMMPutBlock()
192 if (next_node->free) { in wsbmMMPutBlock()
194 prev_node->size += next_node->size; in wsbmMMPutBlock()
195 WSBMLISTDEL(&next_node->ml_entry); in wsbmMMPutBlock()
196 WSBMLISTDEL(&next_node->fl_entry); in wsbmMMPutBlock()
197 free(next_node); in wsbmMMPutBlock()
199 next_node->size += cur->size; in wsbmMMPutBlock()
200 next_node->start = cur->start; in wsbmMMPutBlock()