Searched refs:objects (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | test_meminit.c | 324 void *objects[10]; in do_kmem_cache_size_bulk() local 328 num = kmem_cache_alloc_bulk(c, GFP_KERNEL, ARRAY_SIZE(objects), in do_kmem_cache_size_bulk() 329 objects); in do_kmem_cache_size_bulk() 331 bytes = count_nonzero_bytes(objects[i], size); in do_kmem_cache_size_bulk() 334 fill_with_garbage(objects[i], size); in do_kmem_cache_size_bulk() 338 kmem_cache_free_bulk(c, num, objects); in do_kmem_cache_size_bulk()
|
D | Kconfig.kfence | 40 int "Number of guarded objects available" 44 The number of guarded objects available. For each KFENCE object, 2
|
D | debugobjects.c | 1284 HLIST_HEAD(objects); in debug_objects_replace_static_objects() 1291 hlist_add_head(&obj->node, &objects); in debug_objects_replace_static_objects() 1306 hlist_move_list(&objects, &obj_pool); in debug_objects_replace_static_objects() 1310 hlist_move_list(&db->list, &objects); in debug_objects_replace_static_objects() 1312 hlist_for_each_entry(obj, &objects, node) { in debug_objects_replace_static_objects() 1326 hlist_for_each_entry_safe(obj, tmp, &objects, node) { in debug_objects_replace_static_objects()
|
D | Kconfig.debug | 629 kernel to track the life time of various objects and validate 630 the operations on those objects. 633 bool "Debug objects selftest" 639 bool "Debug objects in freed memory" 648 bool "Debug timer objects" 652 timer routines to track the life time of timer objects and 656 bool "Debug work objects" 660 work queue routines to track the life time of work objects and 664 bool "Debug RCU callbacks objects" 670 bool "Debug percpu counter objects" [all …]
|