Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_command.c52 static SNDCommand *sFreeList; /* Free command list */ variable
125 sFreeList = &sCommandArray[0]; in SND_CommandInit()
224 sFreeList = commandList; in SND_RecvCommandReply()
594 command = sFreeList; in SND_CountFreeCommand()
981 if (sFreeList == NULL) in AllocCommand()
987 command = sFreeList; in AllocCommand()
988 sFreeList = sFreeList->next; in AllocCommand()
990 if (sFreeList == NULL) in AllocCommand()