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

/mm/
H A Dslub.c308 return s->objsize;
606 print_section("Object ", p, min_t(unsigned long, s->objsize,
609 print_section("Redzone ", p + s->objsize,
610 s->inuse - s->objsize);
652 memset(p, POISON_FREE, s->objsize - 1);
653 p[s->objsize - 1] = POISON_END;
657 memset(p + s->objsize, val, s->inuse - s->objsize);
702 * object + s->objsize
705 * objsize
1204 kmem_cache_flags(unsigned long objsize, unsigned long flags, const char *name, void (*ctor)(void *)) argument
1234 kmem_cache_flags(unsigned long objsize, unsigned long flags, const char *name, void (*ctor)(void *)) argument
[all...]

Completed in 51 milliseconds