/linux-2.6.39/include/linux/ |
D | slab.h | 241 static inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() function 331 return kmalloc_node(size, flags | __GFP_ZERO, node); in kzalloc_node()
|
D | slob_def.h | 24 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() function
|
D | slab_def.h | 210 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() function
|
D | slub_def.h | 291 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() function
|
/linux-2.6.39/lib/ |
D | genalloc.c | 31 pool = kmalloc_node(sizeof(struct gen_pool), GFP_KERNEL, nid); in gen_pool_create() 59 chunk = kmalloc_node(nbytes, GFP_KERNEL | __GFP_ZERO, nid); in gen_pool_add()
|
D | cpumask.c | 96 *mask = kmalloc_node(cpumask_size(), flags, node); in alloc_cpumask_var_node()
|
/linux-2.6.39/scripts/coccinelle/null/ |
D | eno.cocci | 17 …|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)…
|
/linux-2.6.39/arch/score/include/asm/ |
D | thread_info.h | 74 #define alloc_thread_info_node(tsk, node) kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
|
/linux-2.6.39/arch/frv/include/asm/ |
D | thread_info.h | 93 kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
|
/linux-2.6.39/mm/ |
D | mempool.c | 65 pool = kmalloc_node(sizeof(*pool), GFP_KERNEL | __GFP_ZERO, node_id); in mempool_create_node() 68 pool->elements = kmalloc_node(min_nr * sizeof(void *), in mempool_create_node()
|
D | util.c | 282 EXPORT_TRACEPOINT_SYMBOL(kmalloc_node);
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | thread_info.h | 103 kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
|
/linux-2.6.39/arch/mips/include/asm/ |
D | thread_info.h | 95 kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
|
/linux-2.6.39/block/ |
D | noop-iosched.c | 66 nd = kmalloc_node(sizeof(*nd), GFP_KERNEL, q->node); in noop_init_queue()
|
D | deadline-iosched.c | 346 dd = kmalloc_node(sizeof(*dd), GFP_KERNEL | __GFP_ZERO, q->node); in deadline_init_queue()
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | thread_info.h | 131 kmalloc_node(THREAD_SIZE, GFP_KERNEL, node)
|
/linux-2.6.39/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 87 buffer = kmalloc_node(PEBS_BUFFER_SIZE, GFP_KERNEL | __GFP_ZERO, node); in alloc_pebs_buffer() 125 buffer = kmalloc_node(BTS_BUFFER_SIZE, GFP_KERNEL | __GFP_ZERO, node); in alloc_bts_buffer() 158 ds = kmalloc_node(sizeof(*ds), GFP_KERNEL | __GFP_ZERO, node); in alloc_ds_buffer()
|
D | perf_event_amd.c | 286 nb = kmalloc_node(sizeof(struct amd_nb), GFP_KERNEL | __GFP_ZERO, in amd_alloc_nb()
|
/linux-2.6.39/net/iucv/ |
D | iucv.c | 633 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() 2004 iucv_irq_data[cpu] = kmalloc_node(sizeof(struct iucv_irq_data), in iucv_init() 2012 iucv_param[cpu] = kmalloc_node(sizeof(union iucv_param), in iucv_init() 2018 iucv_param_irq[cpu] = kmalloc_node(sizeof(union iucv_param), in iucv_init()
|
/linux-2.6.39/arch/x86/platform/uv/ |
D | uv_irq.c | 60 n = kmalloc_node(sizeof(struct uv_irq_2_mmr_pnode), GFP_KERNEL, in uv_set_irq_2_mmr_info()
|
D | uv_time.c | 166 head = kmalloc_node(sizeof(struct uv_rtc_timer_head) + in uv_rtc_allocate_timers()
|
D | tlb_uv.c | 1355 bau_desc = kmalloc_node(sizeof(struct bau_desc) * UV_ADP_SIZE in uv_activation_descriptor_init() 1415 pqp = kmalloc_node((DEST_Q_SIZE + 1) in uv_payload_queue_init() 1609 bcp->target_hub_and_pnode = kmalloc_node( in uv_init_per_cpu()
|
/linux-2.6.39/arch/frv/kernel/ |
D | process.c | 49 struct task_struct *p = kmalloc_node(THREAD_SIZE, GFP_KERNEL, node); in alloc_task_struct_node()
|
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | dtl.c | 204 buf = kmalloc_node(n_entries * sizeof(struct dtl_entry), in dtl_enable()
|
/linux-2.6.39/include/trace/events/ |
D | kmem.h | 99 DEFINE_EVENT(kmem_alloc_node, kmalloc_node,
|