Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci6 //# kmem_cache_alloc_node, kmalloc_node and kzalloc_node and removes
31 kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)(...)
43 kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)(...))
55 kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)(...)
/linux-4.1.27/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-4.1.27/include/linux/
Dslab.h295 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
302 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node() function
340 void *ret = kmem_cache_alloc_node(s, gfpflags, node); in kmem_cache_alloc_node_trace()
/linux-4.1.27/block/
Dblk-ioc.c239 ioc = kmem_cache_alloc_node(iocontext_cachep, gfp_flags | __GFP_ZERO, in create_task_io_context()
364 icq = kmem_cache_alloc_node(et->icq_cache, gfp_mask | __GFP_ZERO, in ioc_create_icq()
Dblk-core.c566 return kmem_cache_alloc_node(request_cachep, gfp_mask, nid); in alloc_request_struct()
613 q = kmem_cache_alloc_node(blk_requestq_cachep, in blk_alloc_queue_node()
Dcfq-iosched.c3612 new_cfqq = kmem_cache_alloc_node(cfq_pool, in cfq_find_alloc_queue()
3621 cfqq = kmem_cache_alloc_node(cfq_pool, in cfq_find_alloc_queue()
/linux-4.1.27/mm/
Dslob.c575 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node() function
579 EXPORT_SYMBOL(kmem_cache_alloc_node);
Dslab_common.c1169 EXPORT_TRACEPOINT_SYMBOL(kmem_cache_alloc_node);
Dslab.c2468 freelist = kmem_cache_alloc_node(cachep->freelist_cache, in alloc_slabmgmt()
3452 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid) in kmem_cache_alloc_node() function
3462 EXPORT_SYMBOL(kmem_cache_alloc_node);
Dslub.c2541 void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t gfpflags, int node) in kmem_cache_alloc_node() function
2550 EXPORT_SYMBOL(kmem_cache_alloc_node);
2982 n = kmem_cache_alloc_node(kmem_cache_node, in init_kmem_cache_nodes()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Ddtl.c206 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL, cpu_to_node(dtl->cpu)); in dtl_enable()
/linux-4.1.27/include/trace/events/
Dkmem.h108 DEFINE_EVENT(kmem_alloc_node, kmem_cache_alloc_node,
/linux-4.1.27/arch/sparc/mm/
Dtsb.c359 new_tsb = kmem_cache_alloc_node(tsb_caches[new_cache_index], in tsb_grow()
/linux-4.1.27/tools/perf/Documentation/
Dexamples.txt17 kmem:kmem_cache_alloc_node [Tracepoint event]
/linux-4.1.27/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-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h770 kmem_cache_alloc_node(slab, type | __GFP_ZERO, \
/linux-4.1.27/net/openvswitch/
Dflow_table.c94 stats = kmem_cache_alloc_node(flow_stats_cache, in ovs_flow_alloc()
Dflow.c102 kmem_cache_alloc_node(flow_stats_cache, in ovs_flow_stats_update()
/linux-4.1.27/kernel/
Dfork.c141 return kmem_cache_alloc_node(task_struct_cachep, GFP_KERNEL, node); in alloc_task_struct_node()
180 return kmem_cache_alloc_node(thread_info_cache, THREADINFO_GFP, node); in alloc_thread_info_node()
Dworkqueue.c3469 pwq = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, pool->node); in alloc_unbound_pwq()
/linux-4.1.27/net/core/
Dskbuff.c165 skb = kmem_cache_alloc_node(skbuff_head_cache, in __alloc_skb_head()
218 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); in __alloc_skb()