Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.cpp38 void list_add(struct list_head *latest, in list_add() function
49 list_add(latest, head, head->next); in add_to_list()
54 list_add(latest, head->prev, head); in list_add_tail()
Dlist.h37 void list_add(struct list_head *latest, struct list_head *prev,
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.cpp38 void list_add(struct list_head *latest, in list_add() function
49 list_add(latest, head, head->next); in add_to_list()
54 list_add(latest, head->prev, head); in list_add_tail()
Dlist.h37 void list_add(struct list_head *latest, struct list_head *prev,
/hardware/google/gfxstream/guest/mesa/src/util/
Dvma.c346 list_add(&hole->link, &high_hole->link); in util_vma_heap_free()
348 list_add(&hole->link, &heap->holes); in util_vma_heap_free()
Dlist.h65 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() function
187 list_add(item, loc); in list_move_to()
Du_queue.c90 list_add(&queue->head, &queue_list); in add_to_atexit_list()
Dralloc.c743 list_add(&slab->free_link, &slab->ctx->slabs[header->bucket].free_slabs); in free_from_slab()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_command_buffer.c53 list_add(&command_buffer->pool_link, &pool->command_buffers); in vk_command_buffer_init()
Dvk_command_pool.c170 list_add(&cmd_buffer->pool_link, &pool->free_command_buffers); in vk_command_buffer_recycle_or_destroy()
Dvk_sync_timeline.c200 list_add(&point->link, &timeline->free_points); in vk_sync_timeline_point_free_locked()
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Du_trace.c476 list_add(&utctx->node, &ctx_list); in u_trace_context_init()