Home
last modified time | relevance | path

Searched refs:kmem_cache_alloc_node (Results 1 – 22 of 22) sorted by relevance

/linux-3.4.99/include/linux/ !
Dslob_def.h4 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
9 return kmem_cache_alloc_node(cachep, flags, -1); in kmem_cache_alloc()
Dslab_def.h164 extern void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
178 return kmem_cache_alloc_node(cachep, flags, nodeid); in kmem_cache_alloc_node_trace()
Dslub_def.h288 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
300 return kmem_cache_alloc_node(s, gfpflags, node); in kmem_cache_alloc_node_trace()
Dslab.h284 static inline void *kmem_cache_alloc_node(struct kmem_cache *cachep, in kmem_cache_alloc_node() function
/linux-3.4.99/scripts/coccinelle/null/ !
Deno.cocci20 x = \(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|kmem_cache_alloc_node\|kmallo…
30 …zalloc@p1\|kcalloc@p1\|kmem_cache_alloc@p1\|kmem_cache_zalloc@p1\|kmem_cache_alloc_node@p1\|kmallo…
/linux-3.4.99/arch/sh/kernel/ !
Dprocess.c44 ti = kmem_cache_alloc_node(thread_info_cache, mask, node); in alloc_thread_info_node()
/linux-3.4.99/block/ !
Dblk-ioc.c226 ioc = kmem_cache_alloc_node(iocontext_cachep, gfp_flags | __GFP_ZERO, in create_io_context_slowpath()
348 icq = kmem_cache_alloc_node(et->icq_cache, gfp_mask | __GFP_ZERO, in ioc_create_icq()
Dcfq-iosched.c2874 new_cfqq = kmem_cache_alloc_node(cfq_pool, in cfq_find_alloc_queue()
2881 cfqq = kmem_cache_alloc_node(cfq_pool, in cfq_find_alloc_queue()
Dblk-core.c481 q = kmem_cache_alloc_node(blk_requestq_cachep, in blk_alloc_queue_node()
/linux-3.4.99/arch/hexagon/kernel/ !
Dprocess.c248 ti = kmem_cache_alloc_node(thread_info_cache, GFP_KERNEL, node); in alloc_thread_info_node()
/linux-3.4.99/mm/ !
Dutil.c348 EXPORT_TRACEPOINT_SYMBOL(kmem_cache_alloc_node);
Dslob.c609 void *kmem_cache_alloc_node(struct kmem_cache *c, gfp_t flags, int node) in kmem_cache_alloc_node() function
635 EXPORT_SYMBOL(kmem_cache_alloc_node);
Dslab.c2780 slabp = kmem_cache_alloc_node(cachep->slabp_cache, in alloc_slabmgmt()
3791 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid) in kmem_cache_alloc_node() function
3802 EXPORT_SYMBOL(kmem_cache_alloc_node);
Dslub.c2403 void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t gfpflags, int node) in kmem_cache_alloc_node() function
2412 EXPORT_SYMBOL(kmem_cache_alloc_node);
2873 n = kmem_cache_alloc_node(kmem_cache_node, in init_kmem_cache_nodes()
/linux-3.4.99/arch/powerpc/platforms/pseries/ !
Ddtl.c207 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL, cpu_to_node(dtl->cpu)); in dtl_enable()
/linux-3.4.99/include/trace/events/ !
Dkmem.h108 DEFINE_EVENT(kmem_alloc_node, kmem_cache_alloc_node,
/linux-3.4.99/arch/sparc/mm/ !
Dtsb.c363 new_tsb = kmem_cache_alloc_node(tsb_caches[new_cache_index], in tsb_grow()
/linux-3.4.99/tools/perf/Documentation/ !
Dexamples.txt17 kmem:kmem_cache_alloc_node [Tracepoint event]
/linux-3.4.99/Documentation/trace/ !
Devents-kmem.txt31 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
/linux-3.4.99/arch/powerpc/kernel/ !
Dprocess.c1255 ti = kmem_cache_alloc_node(thread_info_cache, GFP_KERNEL, node); in alloc_thread_info_node()
/linux-3.4.99/kernel/ !
Dfork.c117 kmem_cache_alloc_node(task_struct_cachep, GFP_KERNEL, node)
/linux-3.4.99/net/core/ !
Dskbuff.c183 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); in __alloc_skb()