Searched refs:tpos (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drculist_nulls.h97 * @tpos: the type * to use as a loop cursor.
103 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \
106 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1; }); \
H A Dlist_nulls.h88 * @tpos: the type * to use as a loop cursor.
94 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \
97 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
102 * @tpos: the type * to use as a loop cursor.
107 #define hlist_nulls_for_each_entry_from(tpos, pos, member) \
109 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
H A Drculist.h416 * @tpos: the type * to use as a loop cursor.
425 #define hlist_for_each_entry_rcu(tpos, pos, head, member) \
428 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); \
433 * @tpos: the type * to use as a loop cursor.
442 #define hlist_for_each_entry_rcu_bh(tpos, pos, head, member) \
445 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); \
450 * @tpos: the type * to use as a loop cursor.
454 #define hlist_for_each_entry_continue_rcu(tpos, po
[all...]
H A Dlist.h665 * @tpos: the type * to use as a loop cursor.
670 #define hlist_for_each_entry(tpos, pos, head, member) \
673 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
678 * @tpos: the type * to use as a loop cursor.
682 #define hlist_for_each_entry_continue(tpos, pos, member) \
685 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
690 * @tpos: the type * to use as a loop cursor.
694 #define hlist_for_each_entry_from(tpos, po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h658 * @tpos: the type * to use as a loop counter.
663 #define hlist_for_each_entry(tpos, pos, head, member) \
666 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
671 * @tpos: the type * to use as a loop counter.
675 #define hlist_for_each_entry_continue(tpos, pos, member) \
678 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
683 * @tpos: the type * to use as a loop counter.
687 #define hlist_for_each_entry_from(tpos, po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dlinux_list.h662 * @tpos: the type * to use as a loop counter.
667 #define hlist_for_each_entry(tpos, pos, head, member) \
670 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
675 * @tpos: the type * to use as a loop counter.
679 #define hlist_for_each_entry_continue(tpos, pos, member) \
682 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
687 * @tpos: the type * to use as a loop counter.
691 #define hlist_for_each_entry_from(tpos, po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlinux_list.h658 * @tpos: the type * to use as a loop counter.
663 #define hlist_for_each_entry(tpos, pos, head, member) \
666 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
671 * @tpos: the type * to use as a loop counter.
675 #define hlist_for_each_entry_continue(tpos, pos, member) \
678 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
683 * @tpos: the type * to use as a loop counter.
687 #define hlist_for_each_entry_from(tpos, po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlinux_list.h658 * @tpos: the type * to use as a loop counter.
663 #define hlist_for_each_entry(tpos, pos, head, member) \
666 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
671 * @tpos: the type * to use as a loop counter.
675 #define hlist_for_each_entry_continue(tpos, pos, member) \
678 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
683 * @tpos: the type * to use as a loop counter.
687 #define hlist_for_each_entry_from(tpos, po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp504 wxArrayInt tpos; local
508 hdc->GetPartialTextExtents(str, tpos);
518 positions[i++] = tpos[ui];
521 positions[i++] = tpos[ui];
523 positions[i++] = tpos[ui];
524 positions[i++] = tpos[ui];
533 std::copy(tpos.begin(), tpos.end(), positions);
535 memcpy(positions, tpos.begin(), len * sizeof(int));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_envctrl.c534 struct bbc_cpu_temperature *tp, *tpos; local
536 list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) {

Completed in 181 milliseconds