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

/mm/
H A Dslub.c470 static void print_section(char *text, u8 *addr, unsigned int length) function
604 print_section("Bytes b4 ", p - 16, 16);
606 print_section("Object ", p, min_t(unsigned long, s->objsize,
609 print_section("Redzone ", p + s->objsize,
622 print_section("Padding ", p + off, s->size - off);
774 print_section("Padding ", end - remainder, remainder);
923 print_section("Object ", (void *)object, s->objsize);

Completed in 15 milliseconds