Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dmf.c173 struct StackElement struct
175 struct StackElement * next; argument
183 static struct StackElement * head = NULL; argument
184 static struct StackElement * tail = NULL;
185 static struct StackElement * avail = NULL;
186 static struct StackElement prealloc[16];
192 void free( struct StackElement * element ) in free()
209 static int signalEvent( struct StackElement * newElement ) in signalEvent()
214 struct StackElement * element; in signalEvent()
276 static struct StackElement * newStackElement( void ) in newStackElement()
[all …]