Searched refs:text (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | slub.c | 329 static void print_section(char *text, u8 *addr, unsigned int length) in print_section() argument 339 printk(KERN_ERR "%8s 0x%p: ", text, addr + i); in print_section() 2383 const char *text) in list_slab_objects() argument 2391 slab_err(s, page, "%s", text); in list_slab_objects() 2561 char *text; in dma_kmalloc_cache() local 2580 text = kasprintf(flags & ~SLUB_DMA, "kmalloc_dma-%d", in dma_kmalloc_cache() 2584 if (!s || !text || !kmem_cache_open(s, flags, text, in dma_kmalloc_cache() 2588 kfree(text); in dma_kmalloc_cache() 4122 #define STAT_ATTR(si, text) \ argument 4123 static ssize_t text##_show(struct kmem_cache *s, char *buf) \ [all …]
|