Home
last modified time | relevance | path

Searched refs:object_list (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/mm/
H A Dkmemleak.c146 struct list_head object_list; member
198 static LIST_HEAD(object_list);
466 typeof(*object), object_list); in mem_pool_alloc()
468 list_del(&object->object_list); in mem_pool_alloc()
492 list_add(&object->object_list, &mem_pool_free_list); in mem_pool_free()
582 list_del_rcu(&object->object_list); in __remove_object()
647 INIT_LIST_HEAD(&object->object_list); in __create_object()
720 list_add_tail_rcu(&object->object_list, &object_list); in __create_object()
1509 list_del_rcu(&object->object_list); in kmemleak_cond_resched()
1532 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
[all …]
/openbmc/linux/fs/cachefiles/
H A Dcache.c297 while (!list_empty(&cache->object_list)) { in cachefiles_withdraw_objects()
298 object = list_first_entry(&cache->object_list, in cachefiles_withdraw_objects()
H A Dinterface.c204 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
H A Dinternal.h95 struct list_head object_list; /* List of active objects */ member
H A Ddaemon.c114 INIT_LIST_HEAD(&cache->object_list); in cachefiles_daemon_open()
/openbmc/openbmc-test-automation/lib/
H A Dopen_power_utils.robot62 ${object_list}= Get Endpoint Paths
64 ${list_count}= Get Length ${object_list}
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py334 for model_obj in page.object_list: