Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds