Searched refs:list_pos (Results 1 - 9 of 9) 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 Doriginator.c85 struct list_head *list_pos, *list_pos_tmp; local
90 list_for_each_safe(list_pos, list_pos_tmp, &orig_node->neigh_list) {
91 neigh_node = list_entry(list_pos, struct neigh_node, list);
93 list_del(list_pos);
188 struct list_head *list_pos, *list_pos_tmp; local
195 list_for_each_safe(list_pos, list_pos_tmp, &orig_node->neigh_list) {
196 neigh_node = list_entry(list_pos, struct neigh_node, list);
218 list_del(list_pos);
H A Dicmp_socket.c84 struct list_head *list_pos, *list_pos_tmp; local
90 list_for_each_safe(list_pos, list_pos_tmp, &socket_client->queue_list) {
91 socket_packet = list_entry(list_pos,
94 list_del(list_pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbink.c599 int list_start = 64, list_end = 64, list_pos; local
613 list_pos = list_start;
614 while (list_pos < list_end) {
615 if (!(mode_list[list_pos] | coef_list[list_pos]) || !get_bits1(gb)) {
616 list_pos++;
619 ccoef = coef_list[list_pos];
620 mode = mode_list[list_pos];
623 coef_list[list_pos] = ccoef + 4;
624 mode_list[list_pos]
702 int list_start = 64, list_end = 64, list_pos; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbink.c610 int list_start = 64, list_end = 64, list_pos; local
624 list_pos = list_start;
625 while (list_pos < list_end) {
626 if (!(mode_list[list_pos] | coef_list[list_pos]) || !get_bits1(gb)) {
627 list_pos++;
630 ccoef = coef_list[list_pos];
631 mode = mode_list[list_pos];
634 coef_list[list_pos] = ccoef + 4;
635 mode_list[list_pos]
717 int list_start = 64, list_end = 64, list_pos; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Driffenc.c309 int64_t list_pos; local
318 list_pos = ff_start_tag(pb, "LIST");
324 ff_end_tag(pb, list_pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c343 struct list_head *list_pos; local
344 list_pos=&handle->chains;
349 return list_pos;
389 list_pos = &handle->chain_index[pos]->list;
394 return list_pos;
402 return list_pos;
411 return list_pos;
426 return list_pos;
472 struct list_head *list_pos; local
473 list_pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibiptc.c343 struct list_head *list_pos; local
344 list_pos=&handle->chains;
349 return list_pos;
389 list_pos = &handle->chain_index[pos]->list;
394 return list_pos;
402 return list_pos;
411 return list_pos;
426 return list_pos;
472 struct list_head *list_pos; local
473 list_pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_nic.c146 struct list_head *list_pos, *list_temp; local
223 list_for_each_safe(list_pos, list_temp, &nesdev->nesadapter->nesvnic_list[nesdev->mac_index]) {
224 first_nesvnic = container_of(list_pos, struct nes_vnic, list);
265 struct list_head *list_pos, *list_temp; local
278 list_for_each_safe(list_pos, list_temp, &nesdev->nesadapter->nesvnic_list[nesdev->mac_index]) {
279 first_nesvnic = container_of(list_pos, struct nes_vnic, list);
H A Dnes_cm.c954 struct list_head *list_pos = NULL; local
966 list_for_each_safe(list_pos, list_temp,
968 cm_node = container_of(list_pos, struct nes_cm_node,
979 list_for_each_safe(list_pos, list_temp, &reset_list) {
980 cm_node = container_of(list_pos, struct nes_cm_node,

Completed in 299 milliseconds