Searched refs:send_list (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dvis.h32 struct list_head send_list; member in struct:vis_info
H A Dvis.c50 static struct list_head send_list; /* always locked with vis_hash_lock */ variable in typeref:struct:list_head
61 list_del_init(&info->send_list);
291 if (list_empty(&info->send_list)) {
293 list_add_tail(&info->send_list, &send_list);
301 if (!list_empty(&info->send_list)) {
302 list_del_init(&info->send_list);
382 INIT_LIST_HEAD(&info->send_list);
714 list_for_each_entry_safe(info, temp, &send_list, send_list) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dplock.c20 static struct list_head send_list; variable in typeref:struct:list_head
69 list_add_tail(&op->list, &send_list);
334 if (!list_empty(&send_list)) {
335 op = list_entry(send_list.next, struct plock_op, list);
403 if (!list_empty(&send_list))
428 INIT_LIST_HEAD(&send_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad_priv.h102 struct list_head send_list; member in struct:ib_mad_agent_private
H A Duser_mad.c109 struct list_head send_list; member in struct:ib_umad_file
411 list_for_each_entry(sent_packet, &file->send_list, list) {
559 list_add_tail(&packet->list, &file->send_list);
809 INIT_LIST_HEAD(&file->send_list);
H A Dmad.c312 INIT_LIST_HEAD(&mad_agent_priv->send_list);
1118 &mad_agent_priv->send_list);
1761 list_for_each_entry(wr, &mad_agent_priv->send_list, agent_list) {
2261 &mad_agent_priv->send_list, agent_list) {
2298 list_for_each_entry(mad_send_wr, &mad_agent_priv->send_list,
2459 &mad_send_wr->mad_agent_priv->send_list);
H A Dmad_rmpp.c729 &mad_send_wr->mad_agent_priv->send_list);

Completed in 158 milliseconds