Lines Matching defs: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.
1212 * Initially an __init data area is used for the head array and the
1217 * An __init data area is used for the head array.
1219 * head arrays.
1220 * 4) Replace the __init data head arrays for kmem_cache and the first
1224 * 6) Resize the head arrays of the kmalloc caches to their final sizes.
1266 /* 6) resize the head arrays to their final sizes */
1396 static void kmem_rcu_free(struct rcu_head *head)
1401 slab = container_of(head, struct slab, rcu_head);
3721 * The head array serves three purposes: