Lines Matching refs:item
190 struct dynamic_mem_item *item = NULL;
191 list_for_each_entry(item, &g_dynamic_mem_list.list, head) {
192 if (item->configid == configid)
193 return item;
200 struct dynamic_mem_item *item = NULL;
201 list_for_each_entry(item, &g_dynamic_mem_list.list, head) {
202 if (!memcmp(&item->uuid, uuid, sizeof(*uuid)))
203 return item;
280 tloge("alloc mem item failed\n");
317 tloge("alloc dyn mem item failed\n");
411 struct dynamic_mem_item *item = NULL;
415 list_for_each_entry_safe(item, temp, &g_dynamic_mem_list.list, head) {
416 if (item->cafd == cafd)
417 release_configid_mem_locked(item->configid);