Searched refs:check_object (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/mm/ |
| H A D | slub.c | 1331 static int check_object(struct kmem_cache *s, struct slab *slab, in check_object() function 1594 if (!check_object(s, slab, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks() 1642 if (!check_object(s, slab, object, SLUB_RED_ACTIVE)) in free_consistency_checks() 1886 static inline int check_object(struct kmem_cache *s, struct slab *slab, in check_object() function 2704 check_object(s, slab, p, SLUB_RED_INACTIVE); in free_slab() 6510 if (!check_object(s, slab, p, val)) in validate_slab()
|
| /linux-6.15/Documentation/mm/ |
| H A D | slub.rst | 211 [<c017e2cc>] check_object+0x66/0x234
|