Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DGeneralUtil.c98 List->ElementList[index].Inuse = TI_FALSE; in List_create()
170 if(!(List->ElementList[index].Inuse)) in List_AllocElement()
172 List->ElementList[index].Inuse = TI_TRUE; in List_AllocElement()
203 if(!List->ElementList[index].Inuse) in List_FreeElement()
205 List->ElementList[index].Inuse = TI_FALSE; in List_FreeElement()
234 if(List->ElementList[index].Inuse) in List_GetFirst()
266 if(List->ElementList[index].Inuse) in List_GetNext()
DGeneralUtil.h55 TI_BOOL Inuse; member