Lines Matching refs:head
12 * Cleanup, make the head arrays unconditional, preparation for NUMA
48 * Each cache has a short per-cpu head array, most allocs
51 * The head array is strictly LIFO and should improve the cache hit rates.
1227 * Initially an __init data area is used for the head array and the
1232 * An __init data area is used for the head array.
1234 * head arrays.
1235 * 4) Replace the __init data head arrays for kmem_cache and the first
1239 * 6) Resize the head arrays of the kmalloc caches to their final sizes.
1287 /* 6) resize the head arrays to their final sizes */
1410 static void kmem_rcu_free(struct rcu_head *head)
1415 page = container_of(head, struct page, rcu_head);
3860 * The head array serves three purposes: