Searched refs:ack_list (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_interface.h83 struct ospf6_lsdb *ack_list; member in struct:ospf6_interface
H A Dospf6_interface.c110 o6i->ack_list = ospf6_lsdb_create ();
158 ospf6_lsdb_delete (o6i->ack_list);
364 ospf6_lsdb_add (summary, o6i->ack_list);
373 lsa->header->adv_router, o6i->ack_list);
374 ospf6_lsdb_remove (summary, o6i->ack_list);
H A Dospf6_message.c1926 if (o6i->ack_list->count == 0)
1931 for (ospf6_lsdb_head (&node, o6i->ack_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtimer.h117 struct list_head ack_list; member in struct:snd_timer_instance
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer.c111 INIT_LIST_HEAD(&timeri->ack_list);
493 list_del_init(&timeri->ack_list);
622 ti = list_entry(p, struct snd_timer_instance, ack_list);
624 /* remove from ack_list and make empty */
695 if (list_empty(&ti->ack_list))
696 list_add_tail(&ti->ack_list, ack_list_head);
700 if (list_empty(&ts->ack_list))
701 list_add_tail(&ts->ack_list, ack_list_head);
724 ti = list_entry(p, struct snd_timer_instance, ack_list);
726 /* remove from ack_list an
[all...]

Completed in 170 milliseconds