Searched refs:kmem_cache_alloc_node (Results 1 – 20 of 20) sorted by relevance
/linux-2.6.39/include/linux/ |
D | slob_def.h | 14 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node); 19 return kmem_cache_alloc_node(cachep, flags, -1); in kmem_cache_alloc()
|
D | slab_def.h | 192 extern void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node); 206 return kmem_cache_alloc_node(cachep, flags, nodeid); in kmem_cache_alloc_node_trace()
|
D | slub_def.h | 275 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node); 287 return kmem_cache_alloc_node(s, gfpflags, node); in kmem_cache_alloc_node_trace()
|
D | slab.h | 253 static inline void *kmem_cache_alloc_node(struct kmem_cache *cachep, in kmem_cache_alloc_node() function
|
/linux-2.6.39/scripts/coccinelle/null/ |
D | eno.cocci | 17 x = \(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|kmem_cache_alloc_node\|kmallo…
|
/linux-2.6.39/arch/sh/kernel/ |
D | process.c | 44 ti = kmem_cache_alloc_node(thread_info_cache, mask, node); in alloc_thread_info_node()
|
/linux-2.6.39/block/ |
D | blk-ioc.c | 87 ret = kmem_cache_alloc_node(iocontext_cachep, gfp_flags, node); in alloc_io_context()
|
D | cfq-iosched.c | 2758 cic = kmem_cache_alloc_node(cfq_ioc_pool, gfp_mask | __GFP_ZERO, in cfq_alloc_io_context() 2930 new_cfqq = kmem_cache_alloc_node(cfq_pool, in cfq_find_alloc_queue() 2937 cfqq = kmem_cache_alloc_node(cfq_pool, in cfq_find_alloc_queue()
|
D | blk-core.c | 411 q = kmem_cache_alloc_node(blk_requestq_cachep, in blk_alloc_queue_node()
|
/linux-2.6.39/mm/ |
D | util.c | 283 EXPORT_TRACEPOINT_SYMBOL(kmem_cache_alloc_node);
|
D | slob.c | 607 void *kmem_cache_alloc_node(struct kmem_cache *c, gfp_t flags, int node) in kmem_cache_alloc_node() function 629 EXPORT_SYMBOL(kmem_cache_alloc_node);
|
D | slab.c | 2659 slabp = kmem_cache_alloc_node(cachep->slabp_cache, in alloc_slabmgmt() 3672 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid) in kmem_cache_alloc_node() function 3683 EXPORT_SYMBOL(kmem_cache_alloc_node);
|
D | slub.c | 1998 void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t gfpflags, int node) in kmem_cache_alloc_node() function 2007 EXPORT_SYMBOL(kmem_cache_alloc_node); 2452 n = kmem_cache_alloc_node(kmem_cache_node, in init_kmem_cache_nodes()
|
/linux-2.6.39/include/trace/events/ |
D | kmem.h | 108 DEFINE_EVENT(kmem_alloc_node, kmem_cache_alloc_node,
|
/linux-2.6.39/arch/sparc/mm/ |
D | tsb.c | 325 new_tsb = kmem_cache_alloc_node(tsb_caches[new_cache_index], in tsb_grow()
|
/linux-2.6.39/tools/perf/Documentation/ |
D | examples.txt | 17 kmem:kmem_cache_alloc_node [Tracepoint event]
|
/linux-2.6.39/Documentation/trace/ |
D | events-kmem.txt | 31 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | process.c | 1225 ti = kmem_cache_alloc_node(thread_info_cache, GFP_KERNEL, node); in alloc_thread_info_node()
|
/linux-2.6.39/kernel/ |
D | fork.c | 114 kmem_cache_alloc_node(task_struct_cachep, GFP_KERNEL, node)
|
/linux-2.6.39/net/core/ |
D | skbuff.c | 181 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); in __alloc_skb()
|