Searched refs:list_head (Results 1 – 4 of 4) sorted by relevance
14 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_setup() local15 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() local23 *list_head = old_list_head; in timers_teardown()49 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_cyclic_timers() local80 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() local142 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 …]
247 struct igmp_group *list_head = netif_igmp_data(ifp); in igmp_lookup_group() local266 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()
437 static void lwp_signal_notify(rt_slist_t *list_head, lwp_siginfo_t siginfo) in lwp_signal_notify() argument441 rt_slist_for_each(node, list_head) in lwp_signal_notify()
Completed in 11 milliseconds