Searched refs:check_object (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| H A D | slub.c | 1453 static int check_object(struct kmem_cache *s, struct slab *slab, in check_object() function 1716 if (!check_object(s, slab, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks() 1762 if (!check_object(s, slab, object, SLUB_RED_ACTIVE)) in free_consistency_checks() 2007 static inline int check_object(struct kmem_cache *s, struct slab *slab, in check_object() function 3583 check_object(s, slab, p, SLUB_RED_INACTIVE); in free_slab() 8561 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
|