Searched refs:objects (Results 1 – 7 of 7) sorted by relevance
| /mm/ |
| A D | slub.c | 1942 int objects) {} in inc_slabs_node() argument 1944 int objects) {} in dec_slabs_node() argument 2158 int objects) in __alloc_tagging_slab_free_hook() argument 2180 int objects) in alloc_tagging_slab_free_hook() argument 2195 int objects) in alloc_tagging_slab_free_hook() argument 2231 int objects) in memcg_slab_free_hook() argument 6491 return slab->objects; in count_total() 6784 x = slab->objects; in show_slab_objects() 6946 unsigned int objects; in cpu_partial_store() local 6995 int objects = 0; in slabs_cpu_partial_show() local [all …]
|
| A D | slab.h | 75 unsigned objects:15; member 309 (slab->objects - 1) * cache->size; in nearest_obj() 335 return slab->objects; in objs_per_slab() 558 void **p, int objects, struct slabobj_ext *obj_exts);
|
| A D | Kconfig.debug | 253 difference being that the orphan objects are not freed but 260 due to the slab objects poisoning. 274 of metadata objects to track such callbacks. After kmemleak is
|
| A D | Kconfig | 186 such as the number of pages per zspage and the number of objects 222 overwrite objects from merged caches (and more easily control 225 can usually only damage objects in the same cache. To disable 281 Per cpu partial caches accelerate objects allocation and freeing 295 vulnerable memory objects on the heap for the purpose of exploiting 299 that effectively diverges the memory objects allocated for different
|
| A D | memcontrol.c | 3202 void **p, int objects, struct slabobj_ext *obj_exts) in __memcg_slab_free_hook() argument 3206 for (int i = 0; i < objects; i++) { in __memcg_slab_free_hook()
|
| /mm/kfence/ |
| A D | kfence_test.c | 556 void *objects[] = { in test_free_bulk() local 564 kmem_cache_free_bulk(test_cache, ARRAY_SIZE(objects), objects); in test_free_bulk() 763 void *objects[100]; in test_memcache_alloc_bulk() local 764 int i, num = kmem_cache_alloc_bulk(test_cache, GFP_ATOMIC, ARRAY_SIZE(objects), in test_memcache_alloc_bulk() 765 objects); in test_memcache_alloc_bulk() 768 for (i = 0; i < ARRAY_SIZE(objects); i++) { in test_memcache_alloc_bulk() 769 if (is_kfence_address(objects[i])) { in test_memcache_alloc_bulk() 774 kmem_cache_free_bulk(test_cache, num, objects); in test_memcache_alloc_bulk()
|
| A D | core.c | 490 slab->objects = 1; in kfence_guarded_alloc() 774 DEFINE_SEQ_ATTRIBUTE(objects);
|
Completed in 40 milliseconds