Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslub.c470 static inline unsigned int size_from_object(struct kmem_cache *s) in size_from_object() function
720 if (off != size_from_object(s)) in print_trailer()
723 size_from_object(s) - off); in print_trailer()
848 if (size_from_object(s) == off) in check_pad_bytes()
852 p + off, POISON_INUSE, size_from_object(s) - off); in check_pad_bytes()
/kernel/linux/linux-6.6/mm/
H A Dslub.c666 static inline unsigned int size_from_object(struct kmem_cache *s) in size_from_object() function
976 if (off != size_from_object(s)) in print_trailer()
979 size_from_object(s) - off); in print_trailer()
1147 if (size_from_object(s) == off) in check_pad_bytes()
1151 p + off, POISON_INUSE, size_from_object(s) - off); in check_pad_bytes()

Completed in 16 milliseconds