Home
last modified time | relevance | path

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

/lib/
A Dlist_sort.c24 struct list_head *b), in merge()
25 struct list_head *a, struct list_head *b) in merge()
53 struct list_head *b), in merge_and_restore_back_links()
54 struct list_head *head, in merge_and_restore_back_links()
55 struct list_head *a, struct list_head *b) in merge_and_restore_back_links()
57 struct list_head *tail = head; in merge_and_restore_back_links()
107 struct list_head *b)) in list_sort()
113 struct list_head *list; in list_sort()
167 struct list_head list;
205 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
[all …]
/lib/lwip/lwip/test/unit/core/
A Dtest_timers.c14 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_setup() local
15 old_list_head = *list_head; in timers_setup()
16 *list_head = NULL; in timers_setup()
22 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_teardown() local
23 *list_head = old_list_head; in timers_teardown()
49 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_cyclic_timers() local
80 fail_unless((*list_head)->time == (u32_t)(lwip_sys_now + test_cyclic.interval_ms)); in do_test_cyclic_timers()
130 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_timers() local
142 fail_unless((*list_head)->time == (u32_t)(lwip_sys_now + 5)); in do_test_timers()
143 fail_unless((*list_head)->next->time == (u32_t)(lwip_sys_now + 10)); in do_test_timers()
[all …]
/lib/efi_loader/
A Defi_hii.c23 struct list_head link;
27 struct list_head string_tables; /* list of efi_string_table */
28 struct list_head guid_list;
29 struct list_head keyboard_packages;
75 struct list_head link;
88 struct list_head link;
93 struct list_head link; /* in package */
94 struct list_head link_sys; /* in global list */
99 struct list_head link; /* in package_list */
100 struct list_head keyboard_layout_list;
A Defi_memory.c31 struct list_head link;
100 static int efi_mem_cmp(void *priv, struct list_head *a, struct list_head *b) in efi_mem_cmp()
A Defi_runtime.c31 struct list_head link;
873 struct list_head *lhandle; in efi_set_virtual_address_map()
A Defi_console.c672 struct list_head link;
A Defi_boottime.c588 struct list_head *lhandle; in efi_search_protocol()
2509 struct list_head *protocol_handle; in efi_protocols_per_handle()
/lib/lwip/lwip/src/core/ipv4/
A Digmp.c247 struct igmp_group *list_head = netif_igmp_data(ifp); in igmp_lookup_group() local
266 if (list_head == NULL) { in igmp_lookup_group()
276 group->next = list_head->next; in igmp_lookup_group()
277 list_head->next = group; in igmp_lookup_group()

Completed in 30 milliseconds