Searched refs:pool_head (Results 1 – 2 of 2) sorted by relevance
147 static struct pool *pool_head; variable163 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()
4359 struct list_head *pool_head, bool ignore_usage_id) in find_reasonable_region() argument4365 list_for_each_entry(walker, pool_head, jit_node) { in find_reasonable_region()