Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
slob_def.h File Reference
#include <linux/numa.h>

Go to the source code of this file.

Functions

voidkmem_cache_alloc_node (struct kmem_cache *, gfp_t flags, int node)
 
void__kmalloc_node (size_t size, gfp_t flags, int node)
 

Function Documentation

void* __kmalloc_node ( size_t  size,
gfp_t  flags,
int  node 
)

Definition at line 472 of file slob.c.

void* kmem_cache_alloc_node ( struct kmem_cache ,
gfp_t  flags,
int  node 
)

Definition at line 551 of file slob.c.