Home
last modified time | relevance | path

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

/dpdk/drivers/gpu/cuda/
H A Dcuda.c282 static struct mem_entry *mem_alloc_list_head; variable
501 if (mem_alloc_list_head == NULL) { in mem_list_add_item()
502 mem_alloc_list_head = rte_zmalloc(NULL, in mem_list_add_item()
505 if (mem_alloc_list_head == NULL) { in mem_list_add_item()
510 mem_alloc_list_head->next = NULL; in mem_list_add_item()
511 mem_alloc_list_head->prev = NULL; in mem_list_add_item()
539 if (mem_alloc_list_head == NULL) { in mem_list_find_item()
549 mem_alloc_list_cur = mem_alloc_list_head; in mem_list_find_item()
572 if (mem_alloc_list_head != NULL) in mem_list_del_item()
573 mem_alloc_list_head->prev = NULL; in mem_list_del_item()
[all …]