Searched refs:kmem_cache_alloc_node (Results 1 - 17 of 17) sorted by path

/linux-master/arch/powerpc/platforms/pseries/
H A Ddtl.c198 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL, cpu_to_node(dtl->cpu));
/linux-master/arch/sparc/mm/
H A Dtsb.c424 new_tsb = kmem_cache_alloc_node(tsb_caches[new_cache_index],
/linux-master/arch/x86/events/intel/
H A Dlbr.c653 cpuc->lbr_xsave = kmem_cache_alloc_node(kmem_cache,
/linux-master/block/
H A Dbfq-iosched.c5853 bfqq = kmem_cache_alloc_node(bfq_pool,
H A Dblk-core.c402 q = kmem_cache_alloc_node(blk_requestq_cachep, GFP_KERNEL | __GFP_ZERO,
H A Dblk-ioc.c233 ioc = kmem_cache_alloc_node(iocontext_cachep, gfp_flags | __GFP_ZERO,
370 icq = kmem_cache_alloc_node(et->icq_cache, GFP_ATOMIC | __GFP_ZERO,
/linux-master/drivers/scsi/
H A Dscsi_lib.c1908 kmem_cache_alloc_node(scsi_sense_cache, GFP_KERNEL, numa_node);
/linux-master/include/linux/
H A Dslab.h550 void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) __assume_slab_alignment
/linux-master/kernel/events/
H A Dcore.c11907 event = kmem_cache_alloc_node(perf_event_cache, GFP_KERNEL | __GFP_ZERO,
/linux-master/kernel/
H A Dfork.c176 return kmem_cache_alloc_node(task_struct_cachep, GFP_KERNEL, node);
394 stack = kmem_cache_alloc_node(thread_stack_cache, THREADINFO_GFP, node);
H A Dworkqueue.c5013 pwq = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, pool->node);
5352 *pwq_p = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL,
/linux-master/mm/
H A Dslub.c3874 * kmem_cache_alloc_node - Allocate an object on the specified node
3886 void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t gfpflags, int node) function
3894 EXPORT_SYMBOL(kmem_cache_alloc_node); variable
4897 n = kmem_cache_alloc_node(kmem_cache_node,
5521 * XXX: kmem_cache_alloc_node will fallback to other nodes
H A Dvmalloc.c1823 va = kmem_cache_alloc_node(vmap_area_cachep, gfp_mask, node);
1967 va = kmem_cache_alloc_node(vmap_area_cachep, gfp_mask, node);
H A Dzswap.c874 entry = kmem_cache_alloc_node(zswap_entry_cache, gfp, nid);
/linux-master/net/core/
H A Dskbuff.c577 obj = kmem_cache_alloc_node(net_hotdata.skb_small_head_cache,
585 obj = kmem_cache_alloc_node(net_hotdata.skb_small_head_cache, flags, node);
658 skb = kmem_cache_alloc_node(cache, gfp_mask & ~GFP_DMA, node);
/linux-master/net/openvswitch/
H A Dflow.c95 kmem_cache_alloc_node(flow_stats_cache,
H A Dflow_table.c85 stats = kmem_cache_alloc_node(flow_stats_cache,

Completed in 456 milliseconds