Searched refs:newvd (Results 1 – 1 of 1) sorted by relevance
149 …vector_desc_t *newvd = heap_caps_malloc(sizeof(vector_desc_t), MALLOC_CAP_INTERNAL | MALLOC_CAP_8B… in get_desc_for_int() local150 if (newvd == NULL) { in get_desc_for_int()153 memset(newvd, 0, sizeof(vector_desc_t)); in get_desc_for_int()154 newvd->intno = intno; in get_desc_for_int()155 newvd->cpu = cpu; in get_desc_for_int()156 insert_vector_desc(newvd); in get_desc_for_int()157 return newvd; in get_desc_for_int()