Home
last modified time | relevance | path

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

/hardware/intel/common/libwsbm/src/
Dwsbm_mm.c174 struct _WsbmListHead *cur_head = &cur->ml_entry; in wsbmMMPutBlock() local
181 if (cur_head->prev != root_head) { in wsbmMMPutBlock()
183 WSBMLISTENTRY(cur_head->prev, struct _WsbmMMNode, ml_entry); in wsbmMMPutBlock()
189 if (cur_head->next != root_head) { in wsbmMMPutBlock()
191 WSBMLISTENTRY(cur_head->next, struct _WsbmMMNode, ml_entry); in wsbmMMPutBlock()