Searched refs:still_accessible (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | kasan.h | 204 bool still_accessible, bool no_quarantine); 231 bool still_accessible, in kasan_slab_free() argument 235 return __kasan_slab_free(s, object, init, still_accessible, in kasan_slab_free() 433 bool init, bool still_accessible, in kasan_slab_free() argument
|
| /linux/mm/kasan/ |
| H A D | common.c | 265 bool still_accessible, bool no_quarantine) in __kasan_slab_free() argument 282 if (still_accessible) in __kasan_slab_free()
|
| /linux/mm/ |
| H A D | slub.c | 2463 bool still_accessible = (s->flags & SLAB_TYPESAFE_BY_RCU) && !after_rcu_delay; in slab_free_hook() local 2474 if (!still_accessible) in slab_free_hook() 2489 if (still_accessible) { in slab_free_hook() 2540 return !kasan_slab_free(s, x, init, still_accessible, false); in slab_free_hook()
|