Searched refs:still_accessible (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/mm/kasan/ |
| H A D | common.c | 233 bool init, bool still_accessible) in poison_slab_object() argument 240 if (unlikely(still_accessible)) in poison_slab_object() 259 bool still_accessible) in __kasan_slab_free() argument 264 poison_slab_object(cache, object, init, still_accessible); in __kasan_slab_free()
|
| /linux-6.15/include/linux/ |
| H A D | kasan.h | 203 bool still_accessible); 230 bool still_accessible) in kasan_slab_free() argument 233 return __kasan_slab_free(s, object, init, still_accessible); in kasan_slab_free() 430 bool init, bool still_accessible) in kasan_slab_free() argument
|
| /linux-6.15/mm/ |
| H A D | slub.c | 2303 bool still_accessible = (s->flags & SLAB_TYPESAFE_BY_RCU) && !after_rcu_delay; in slab_free_hook() local 2314 if (!still_accessible) in slab_free_hook() 2329 if (still_accessible) { in slab_free_hook() 2380 return !kasan_slab_free(s, x, init, still_accessible); in slab_free_hook()
|