Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dnames.c249 static struct pool *pool_head = NULL; variable
265 p->next = pool_head; in my_malloc()
266 pool_head = p; in my_malloc()
275 if (!pool_head) in names_free()
278 for (pool = pool_head; pool != NULL; ) { in names_free()