Lines Matching full:contiguous
125 * result is physically contiguous. Use kfree() to free.
146 * result may be not physically contiguous. Use kvfree() to free.
191 * contiguous, to be freed by kfree().
217 * physically contiguous. Use kvfree() to free.
580 * kvmalloc_node - attempt to allocate physically contiguous memory, but upon
581 * failure, fall back to non-contiguous (vmalloc) allocation.
601 * We want to attempt a large physically contiguous block first because in kvmalloc_node()
701 * __vmalloc_array - allocate memory for a virtually contiguous array.
717 * vmalloc_array - allocate memory for a virtually contiguous array.
728 * __vcalloc - allocate and zero memory for a virtually contiguous array.
740 * vcalloc - allocate and zero memory for a virtually contiguous array.