Searched refs:objects (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | test_meminit.c | 306 void *objects[10]; in do_kmem_cache_size_bulk() local 310 num = kmem_cache_alloc_bulk(c, GFP_KERNEL, ARRAY_SIZE(objects), in do_kmem_cache_size_bulk() 311 objects); in do_kmem_cache_size_bulk() 313 bytes = count_nonzero_bytes(objects[i], size); in do_kmem_cache_size_bulk() 316 fill_with_garbage(objects[i], size); in do_kmem_cache_size_bulk() 320 kmem_cache_free_bulk(c, num, objects); in do_kmem_cache_size_bulk()
|
D | debugobjects.c | 1296 HLIST_HEAD(objects); in debug_objects_replace_static_objects() 1303 hlist_add_head(&obj->node, &objects); in debug_objects_replace_static_objects() 1316 hlist_move_list(&objects, &obj_pool); in debug_objects_replace_static_objects() 1320 hlist_move_list(&db->list, &objects); in debug_objects_replace_static_objects() 1322 hlist_for_each_entry(obj, &objects, node) { in debug_objects_replace_static_objects() 1336 hlist_for_each_entry_safe(obj, tmp, &objects, node) { in debug_objects_replace_static_objects()
|
D | Kconfig.debug | 461 kernel to track the life time of various objects and validate 462 the operations on those objects. 465 bool "Debug objects selftest" 471 bool "Debug objects in freed memory" 480 bool "Debug timer objects" 484 timer routines to track the life time of timer objects and 488 bool "Debug work objects" 492 work queue routines to track the life time of work objects and 496 bool "Debug RCU callbacks objects" 502 bool "Debug percpu counter objects" [all …]
|