Searched refs:check_object (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | slub.c | 1053 static int check_object(struct kmem_cache *s, struct page *page, in check_object() function 1296 if (!check_object(s, page, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks() 1345 if (!check_object(s, page, object, SLUB_RED_ACTIVE)) in free_consistency_checks() 1639 static inline int check_object(struct kmem_cache *s, struct page *page, in check_object() function 2006 check_object(s, page, p, SLUB_RED_INACTIVE); in __free_slab() 5017 if (!check_object(s, page, p, val)) in validate_slab()
|