Searched refs:print_section (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | fdi2iclass.py | 166 def print_section(matches, driver, ignore, options): function 198 print_section(matches, driver, ignore, options)
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slub.c | 540 static void print_section(char *level, char *text, u8 *addr, in print_section() function 740 print_section(KERN_ERR, "Redzone ", p - s->red_left_pad, in print_trailer() 743 print_section(KERN_ERR, "Bytes b4 ", p - 16, 16); in print_trailer() 745 print_section(KERN_ERR, "Object ", p, in print_trailer() 748 print_section(KERN_ERR, "Redzone ", p + s->object_size, in print_trailer() 760 print_section(KERN_ERR, "Padding ", p + off, in print_trailer() 927 print_section(KERN_ERR, "Padding ", pad, remainder); in slab_pad_check() 1080 print_section(KERN_INFO, "Object ", (void *)object, in trace()
|