Lines Matching full:allocations
30 * As a general rule kmem_alloc() allocations should be small, preferably
37 * enough to ensure the largest allocations are quickly noticed and fixed.
41 * allocations are quickly caught. These warnings may be disabled by setting
51 * Large kmem_alloc() allocations will fail if they exceed KMALLOC_MAX_SIZE.
52 * Allocations which are marginally smaller than this limit may succeed but
55 * margin of 4x is set. Kmem_alloc() allocations larger than this maximum
56 * will quickly fail. Vmem_alloc() allocations less than or equal to this
136 * GFP_KERNEL allocations can safely use kvmalloc which may
161 * e (>32kB) allocations.
178 * For non-__GFP-RECLAIM allocations we always stick to
182 * internally uses GPF_KERNEL allocations.
207 * Log abnormally large allocations and rate limit the console output.
208 * Allocations larger than spl_kmem_alloc_warn should be performed
295 * Memory allocation and accounting for kmem_* * style allocations. When
361 struct list_head kd_list; /* List of all allocations */