Searched defs:alloc (Results 1 - 3 of 3) sorted by relevance

/mm/
H A Dmemblock.c753 phys_addr_t alloc; local
755 alloc = __memblock_alloc_base(size, align, max_addr);
757 if (alloc == 0)
761 return alloc;
H A Dpercpu.c13 * (special boot time alloc/init handling necessary as these areas
165 * irqsave/restore are still used in alloc path so that it can be used
177 static DEFINE_MUTEX(pcpu_alloc_mutex); /* protects whole alloc and reclaim */
640 * To allow different implementations, chunk alloc/free and
730 err = "alloc from reserved chunk failed";
747 err = "alloc from reserved chunk failed";
1106 int alloc = 0, alloc_end = 0; local
1108 int upa, apl; /* units per alloc, allocs per line */
1123 printk("%spcpu-alloc: s%zu r%zu d%zu u%zu alloc
[all...]
H A Dslub.c477 enum track_item alloc)
486 return p + alloc;
490 enum track_item alloc, unsigned long addr)
492 struct track *p = get_track(s, object, alloc);
913 int alloc)
918 alloc ? "alloc" : "free",
922 if (!alloc)
1033 /* Object debug checks for alloc/free paths */
1303 * Try a lower order alloc i
476 get_track(struct kmem_cache *s, void *object, enum track_item alloc) argument
489 set_track(struct kmem_cache *s, void *object, enum track_item alloc, unsigned long addr) argument
912 trace(struct kmem_cache *s, struct page *page, void *object, int alloc) argument
4271 process_slab(struct loc_track *t, struct kmem_cache *s, struct page *page, enum track_item alloc, unsigned long *map) argument
4286 list_locations(struct kmem_cache *s, char *buf, enum track_item alloc) argument
[all...]

Completed in 51 milliseconds