Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dkmemleak.c141 struct list_head object_list; member
186 static LIST_HEAD(object_list);
432 typeof(*object), object_list); in mem_pool_alloc()
434 list_del(&object->object_list); in mem_pool_alloc()
458 list_add(&object->object_list, &mem_pool_free_list); in mem_pool_free()
537 list_del_rcu(&object->object_list); in __remove_object()
586 INIT_LIST_HEAD(&object->object_list); in create_object()
651 list_add_tail_rcu(&object->object_list, &object_list); in create_object()
1418 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
1503 list_for_each_entry_rcu(object, &object_list, object_list) { in kmemleak_scan()
[all …]
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcache.c195 INIT_LIST_HEAD(&cache->object_list); in fscache_init_cache()
262 list_add_tail(&ifsdef->cache_link, &cache->object_list); in fscache_add_cache()
330 while (!list_empty(&cache->object_list)) { in fscache_withdraw_all_objects()
333 if (!list_empty(&cache->object_list)) { in fscache_withdraw_all_objects()
334 object = list_entry(cache->object_list.next, in fscache_withdraw_all_objects()
405 list_empty(&cache->object_list)); in fscache_withdraw_cache()
H A Dcookie.c585 list_add(&object->cache_link, &cache->object_list); in fscache_attach_object()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_rsa_helper.c1153 asn1_object_t object_list[] = { in rk_rsa_privkey_encode() local
1186 for (i = 0; i < ARRAY_SIZE(object_list); i++) { in rk_rsa_privkey_encode()
1187 const uint8_t *data = object_list[i].data; in rk_rsa_privkey_encode()
1188 uint32_t data_len = *(object_list[i].data_len); in rk_rsa_privkey_encode()
1194 object_list[i].tag, in rk_rsa_privkey_encode()
1195 object_list[i].need_plus, in rk_rsa_privkey_encode()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h65 struct list_head object_list; /* list of data/index objects */ member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py330 for model_obj in page.object_list: