kmalloc_node — allocate memory from a specific node
how many bytes of memory are required.
the type of memory to allocate (see kcalloc).
node to allocate from.
kmalloc for non-local nodes, used to allocate from a specific node if available. Equivalent to kmalloc in the non-NUMA single-node case.