Searched refs:newlist (Results 1 – 7 of 7) sorted by relevance
154 struct efi_mem_list *newlist; in efi_add_memory_map() local164 newlist = calloc(1, sizeof(*newlist)); in efi_add_memory_map()165 newlist->desc.type = memory_type; in efi_add_memory_map()166 newlist->desc.physical_start = start; in efi_add_memory_map()167 newlist->desc.virtual_start = start; in efi_add_memory_map()168 newlist->desc.num_pages = pages; in efi_add_memory_map()173 newlist->desc.attribute = (1 << EFI_MEMORY_WB_SHIFT) | in efi_add_memory_map()177 newlist->desc.attribute = 1ULL << EFI_MEMORY_RUNTIME_SHIFT; in efi_add_memory_map()180 newlist->desc.attribute = 1 << EFI_MEMORY_WB_SHIFT; in efi_add_memory_map()192 r = efi_mem_carve_out(lmem, &newlist->desc, in efi_add_memory_map()[all …]
294 struct list_head *newlist = &new->list; in add_ordered_member() local304 list_add_tail(newlist, head); in add_ordered_member()307 newlist->prev = tmp->prev; in add_ordered_member()308 newlist->next = tmp; in add_ordered_member()309 tmp->prev->next = newlist; in add_ordered_member()310 tmp->prev = newlist; in add_ordered_member()
369 XineramaConnectionCallbackList *newlist; in XineramaRegisterConnectionBlockCallback() local371 if (!(newlist = malloc(sizeof(XineramaConnectionCallbackList)))) in XineramaRegisterConnectionBlockCallback()374 newlist->next = ConnectionCallbackList; in XineramaRegisterConnectionBlockCallback()375 newlist->func = func; in XineramaRegisterConnectionBlockCallback()376 ConnectionCallbackList = newlist; in XineramaRegisterConnectionBlockCallback()
595 newlist = list()600 newlist = list(filter(lambda x: x['id'] in target_ids, testlist))601 return newlist
1470 newlist = []1474 newlist.append(res)1477 newlist.append(layer)1478 bblayers = newlist
764 def list_inline_diff(oldlist, newlist, colors=None): argument767 diff = simplediff.diff(oldlist, newlist)
532 newlist = _find_task_revdep_list(covered_list)534 revlist = list(set(revlist + newlist))