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