Searched refs:check_object (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| H A D | slub.c | 1470 static int check_object(struct kmem_cache *s, struct slab *slab, in check_object() function 1733 if (!check_object(s, slab, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks() 1779 if (!check_object(s, slab, object, SLUB_RED_ACTIVE)) in free_consistency_checks() 2024 static inline int check_object(struct kmem_cache *s, struct slab *slab, in check_object() function 3469 check_object(s, slab, p, SLUB_RED_INACTIVE); in free_slab() 8740 if (!check_object(s, slab, p, val)) in validate_slab()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | slab.rst | 210 [<c017e2cc>] check_object+0x66/0x234
|