Lines Matching full:contiguous
129 * result is physically contiguous. Use kfree() to free.
151 * result is physically contiguous. Use kfree() to free.
167 * result may be not physically contiguous. Use kvfree() to free.
212 * contiguous, to be freed by kfree().
238 * physically contiguous. Use kvfree() to free.
618 * We want to attempt a large physically contiguous block first because in kmalloc_gfp_adjust()
638 * __kvmalloc_node - attempt to allocate physically contiguous memory, but upon
639 * failure, fall back to non-contiguous (vmalloc) allocation.
778 * __vmalloc_array - allocate memory for a virtually contiguous array.
794 * vmalloc_array - allocate memory for a virtually contiguous array.
805 * __vcalloc - allocate and zero memory for a virtually contiguous array.
817 * vcalloc - allocate and zero memory for a virtually contiguous array.