Searched refs:check_object (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/mm/ |
D | slub.c | 813 static int check_object(struct kmem_cache *s, struct page *page, in check_object() function 1044 if (!check_object(s, page, object, SLUB_RED_INACTIVE)) in alloc_debug_processing() 1097 if (!check_object(s, page, object, SLUB_RED_ACTIVE)) in free_debug_processing() 1239 static inline int check_object(struct kmem_cache *s, struct page *page, in check_object() function 1513 check_object(s, page, p, SLUB_RED_INACTIVE); in __free_slab() 4104 if (!check_object(s, page, p, SLUB_RED_INACTIVE)) in validate_slab() 4110 if (!check_object(s, page, p, SLUB_RED_ACTIVE)) in validate_slab()
|
/linux-4.4.14/Documentation/vm/ |
D | slub.txt | 163 [<c017e2cc>] check_object+0x66/0x234
|