Searched refs:pool_head (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/usb/usbip/libsrc/
H A Dnames.c147 static struct pool *pool_head; variable in typeref:struct:pool
163 p->next = pool_head;
164 pool_head = p;
173 if (!pool_head)
176 for (pool = pool_head; pool != NULL; ) {

Completed in 106 milliseconds