Searched refs:kmalloc_node (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dgenalloc.c29 pool = kmalloc_node(sizeof(struct gen_pool), GFP_KERNEL, nid);
57 chunk = kmalloc_node(nbytes, GFP_KERNEL, nid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dslab_def.h83 static inline void *kmalloc_node(size_t size, gfp_t flags, int node) function
H A Dslab.h185 static inline void *kmalloc_node(size_t size, gfp_t flags, int node) function
215 * kmalloc_node_track_caller is a special version of kmalloc_node that
218 * It's useful when the call to kmalloc_node comes from a widely-used
H A Dslub_def.h203 static inline void *kmalloc_node(size_t size, gfp_t flags, int node) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dallocpercpu.c57 pdata->ptrs[cpu] = kmalloc_node(size, gfp, node);
H A Dmempool.c65 pool = kmalloc_node(sizeof(*pool), GFP_KERNEL, node_id);
69 pool->elements = kmalloc_node(min_nr * sizeof(void *),
H A Dsparse.c54 section = kmalloc_node(array_size, GFP_KERNEL, nid);
H A Dvmalloc.c187 area = kmalloc_node(sizeof(*area), gfp_mask & GFP_LEVEL_MASK, node);
433 pages = kmalloc_node(array_size,
H A Dslab.c948 nc = kmalloc_node(memsize, GFP_KERNEL, node);
1027 ac_ptr = kmalloc_node(memsize, GFP_KERNEL, node);
1167 * kmalloc_node allows us to add the slab to the right
1178 l3 = kmalloc_node(memsize, GFP_KERNEL, node);
1364 ptr = kmalloc_node(sizeof(struct kmem_list3), GFP_KERNEL, nodeid);
2067 kmalloc_node(sizeof(struct kmem_list3),
3876 l3 = kmalloc_node(sizeof(struct kmem_list3), GFP_KERNEL, node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dnoop-iosched.c72 nd = kmalloc_node(sizeof(*nd), GFP_KERNEL, q->node);
H A Ddeadline-iosched.c363 dd = kmalloc_node(sizeof(*dd), GFP_KERNEL, q->node);
H A Delevator.c184 eq = kmalloc_node(sizeof(elevator_t), GFP_KERNEL, q->node);
196 eq->hash = kmalloc_node(sizeof(struct hlist_head) * ELV_HASH_ENTRIES,
H A Dgenhd.c729 disk = kmalloc_node(sizeof(struct gendisk), GFP_KERNEL, node_id);
738 disk->part = kmalloc_node(size, GFP_KERNEL, node_id);
H A Das-iosched.c1316 ad = kmalloc_node(sizeof(*ad), GFP_KERNEL, q->node);
H A Dcfq-iosched.c2052 cfqd = kmalloc_node(sizeof(*cfqd), GFP_KERNEL, q->node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Diommu.c378 tbl = kmalloc_node(sizeof(struct iommu_table), GFP_KERNEL,
429 tbl = kmalloc_node(sizeof(struct iommu_table), GFP_KERNEL,
460 tbl = kmalloc_node(sizeof(struct iommu_table), GFP_KERNEL,
529 tbl = kmalloc_node(sizeof(struct iommu_table), GFP_KERNEL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtaskstats.c293 s = kmalloc_node(sizeof(struct listener), GFP_KERNEL,
H A Dtimer.c1212 base = kmalloc_node(sizeof(*base), GFP_KERNEL,
H A Dsched.c6371 sg = kmalloc_node(sizeof(struct sched_group), GFP_KERNEL, i);
6405 sg = kmalloc_node(sizeof(struct sched_group),
7003 cfs_rq = kmalloc_node(sizeof(struct cfs_rq), GFP_KERNEL,
7008 se = kmalloc_node(sizeof(struct sched_entity), GFP_KERNEL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c422 window = kmalloc_node(sizeof(*window), GFP_KERNEL, iommu->nid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmmtimer.c717 timers[node] = kmalloc_node(sizeof(mmtimer_t)*NUM_COMPARATORS, GFP_KERNEL, node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmpboot.c570 newpda = kmalloc_node(sizeof (struct x8664_pda), GFP_ATOMIC,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/pci/
H A Dpci.c357 kmalloc_node(sizeof(*controller->window) * windows,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-probe.c1063 hwgroup = kmalloc_node(sizeof(ide_hwgroup_t), GFP_KERNEL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dx_tables.c504 newinfo->entries[cpu] = kmalloc_node(size,

Completed in 337 milliseconds

12