Searched refs:size_from_object (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dslub.c771 static inline unsigned int size_from_object(struct kmem_cache *s) function
1081 if (off != size_from_object(s))
1084 size_from_object(s) - off);
1252 if (size_from_object(s) == off)
1256 p + off, POISON_INUSE, size_from_object(s) - off);

Completed in 239 milliseconds