Searched defs:list_head (Results 1 – 18 of 18) sorted by relevance
14 struct list_head { struct15 struct list_head *next, *prev; argument
24 struct list_head { struct25 struct list_head *next, *prev; argument
13 struct list_head { struct14 struct list_head *next, *prev; argument
41 struct list_head struct43 struct list_head *prev; argument44 struct list_head *next; argument
45 struct list_head struct47 struct list_head *prev; argument48 struct list_head *next; argument
34 struct list_head { struct35 struct list_head *next, *prev; argument
29 struct list_node* list_head; in ares_cancel() local
37 struct list_node* list_head; in ares_timeout() local
42 struct list_node* list_head; in ares_destroy() local
507 struct list_node* list_head; in process_timeouts() local542 struct list_node* list_head; in process_answer() local634 struct list_node list_head; in handle_error() local
75 struct list_node* list_head; in find_query_by_id() local
53 struct list_head { struct54 struct list_head *next, *prev; argument
71 hash_test_case_t *list_head = *list_ptr; in hash_test_case_add() local
39 struct list_head { struct40 struct list_head *prev, *next; argument
36 struct list_head { struct37 struct list_head *next, *prev; argument
318 Object* list_head = VisitWeakList<T>(heap, context->get(index), retainer); in DoWeakList() local
2197 DependentCode* list_head) { in MarkDependentCodeForDeoptimization()
6135 void Heap::FreeQueuedChunks(MemoryChunk* list_head) { in FreeQueuedChunks()