Home
last modified time | relevance | path

Searched refs:kmalloc_node (Results 1 – 25 of 42) sorted by relevance

12

/linux-3.4.99/scripts/coccinelle/null/
Deno.cocci20 …|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)…
30 …|kmem_cache_alloc@p1\|kmem_cache_zalloc@p1\|kmem_cache_alloc_node@p1\|kmalloc_node@p1\|kzalloc_nod…
/linux-3.4.99/include/linux/
Dslab.h272 static inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() function
362 return kmalloc_node(size, flags | __GFP_ZERO, node); in kzalloc_node()
Dslob_def.h14 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() function
Dslab_def.h182 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() function
Dslub_def.h304 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() function
/linux-3.4.99/arch/frv/include/asm/
Dthread_info.h91 kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
/linux-3.4.99/arch/score/include/asm/
Dthread_info.h74 #define alloc_thread_info_node(tsk, node) kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
/linux-3.4.99/mm/
Dmempool.c74 pool = kmalloc_node(sizeof(*pool), GFP_KERNEL | __GFP_ZERO, node_id); in mempool_create_node()
77 pool->elements = kmalloc_node(min_nr * sizeof(void *), in mempool_create_node()
Dutil.c347 EXPORT_TRACEPOINT_SYMBOL(kmalloc_node);
Ddmapool.c159 retval = kmalloc_node(sizeof(*retval), GFP_KERNEL, dev_to_node(dev)); in dma_pool_create()
/linux-3.4.99/arch/m32r/include/asm/
Dthread_info.h103 kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
/linux-3.4.99/lib/
Dgenalloc.c150 pool = kmalloc_node(sizeof(struct gen_pool), GFP_KERNEL, nid); in gen_pool_create()
181 chunk = kmalloc_node(nbytes, GFP_KERNEL | __GFP_ZERO, nid); in gen_pool_add_virt()
Dcpumask.c84 *mask = kmalloc_node(cpumask_size(), flags, node); in alloc_cpumask_var_node()
/linux-3.4.99/arch/mn10300/include/asm/
Dthread_info.h131 kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
/linux-3.4.99/arch/mips/include/asm/
Dthread_info.h97 kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
/linux-3.4.99/block/
Dnoop-iosched.c66 nd = kmalloc_node(sizeof(*nd), GFP_KERNEL, q->node); in noop_init_queue()
Ddeadline-iosched.c344 dd = kmalloc_node(sizeof(*dd), GFP_KERNEL | __GFP_ZERO, q->node); in deadline_init_queue()
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c74 buffer = kmalloc_node(PEBS_BUFFER_SIZE, GFP_KERNEL | __GFP_ZERO, node); in alloc_pebs_buffer()
112 buffer = kmalloc_node(BTS_BUFFER_SIZE, GFP_KERNEL | __GFP_ZERO, node); in alloc_bts_buffer()
145 ds = kmalloc_node(sizeof(*ds), GFP_KERNEL | __GFP_ZERO, node); in alloc_ds_buffer()
Dperf_event_amd.c325 nb = kmalloc_node(sizeof(struct amd_nb), GFP_KERNEL | __GFP_ZERO, in amd_alloc_nb()
/linux-3.4.99/kernel/events/
Dcallchain.c79 entries->cpu_entries[cpu] = kmalloc_node(size, GFP_KERNEL, in alloc_callchain_buffers()
/linux-3.4.99/net/iucv/
Diucv.c633 iucv_irq_data[cpu] = kmalloc_node(sizeof(struct iucv_irq_data), in iucv_cpu_notify()
638 iucv_param[cpu] = kmalloc_node(sizeof(union iucv_param), in iucv_cpu_notify()
645 iucv_param_irq[cpu] = kmalloc_node(sizeof(union iucv_param), in iucv_cpu_notify()
2027 iucv_irq_data[cpu] = kmalloc_node(sizeof(struct iucv_irq_data), in iucv_init()
2035 iucv_param[cpu] = kmalloc_node(sizeof(union iucv_param), in iucv_init()
2041 iucv_param_irq[cpu] = kmalloc_node(sizeof(union iucv_param), in iucv_init()
/linux-3.4.99/arch/x86/platform/uv/
Duv_irq.c60 n = kmalloc_node(sizeof(struct uv_irq_2_mmr_pnode), GFP_KERNEL, in uv_set_irq_2_mmr_info()
Duv_time.c173 head = kmalloc_node(sizeof(struct uv_rtc_timer_head) + in uv_rtc_allocate_timers()
/linux-3.4.99/include/trace/events/
Dkmem.h99 DEFINE_EVENT(kmem_alloc_node, kmalloc_node,
/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c582 pool = kmalloc_node(sizeof(struct dma_pool), GFP_KERNEL, in ttm_dma_pool_init()
587 sec_pool = kmalloc_node(sizeof(struct device_pools), GFP_KERNEL, in ttm_dma_pool_init()

12