Searched refs:hlist_for_each_entry_rcu (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpid.h113 hlist_for_each_entry_rcu((task), pos___, \
H A Dlist.h798 * hlist_for_each_entry_rcu(), used to prevent memory-consistency
850 * hlist_for_each_entry_rcu(), used to prevent memory-consistency
878 * hlist_for_each_entry_rcu(), used to prevent memory-consistency
953 * hlist_for_each_entry_rcu - iterate over rcu list of given type
963 #define hlist_for_each_entry_rcu(tpos, pos, head, member) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c337 hlist_for_each_entry_rcu(fdb, h, &br->hash[br_mac_hash(addr)], hlist) {
400 hlist_for_each_entry_rcu(f, h, &br->hash[i], hlist) {
435 hlist_for_each_entry_rcu(fdb, h, head, hlist) { function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkprobes.c277 hlist_for_each_entry_rcu(p, node, head, hlist) { function
862 hlist_for_each_entry_rcu(p, node, head, hlist) { function
916 hlist_for_each_entry_rcu(p, node, head, hlist)
945 hlist_for_each_entry_rcu(p, node, head, hlist) { function
H A Dpid.c243 hlist_for_each_entry_rcu(pid, elem,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h611 * OK, so why don't we have an hlist_for_each_entry_rcu()???
707 * hlist_for_each_entry_rcu - iterate over rcu list of given type
717 #define hlist_for_each_entry_rcu(tpos, pos, head, member) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlinux_list.h611 * OK, so why don't we have an hlist_for_each_entry_rcu()???
707 * hlist_for_each_entry_rcu - iterate over rcu list of given type
717 #define hlist_for_each_entry_rcu(tpos, pos, head, member) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/8021q/
H A Dvlan.c171 hlist_for_each_entry_rcu(grp, n, &vlan_group_hash[hash], hlist) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_fib.c253 hlist_for_each_entry_rcu(tb, node, &fib_table_hash[h], tb6_hlist) {
1372 hlist_for_each_entry_rcu(table, node, &fib_table_hash[h],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_table.c821 hlist_for_each_entry_rcu(t, node, &dn_fib_table_hash[h], hlist) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c93 hlist_for_each_entry_rcu(tb, node, &fib_table_hash[h], tb_hlist) {
H A Dfib_trie.c892 hlist_for_each_entry_rcu(li, node, head, hlist)
1307 hlist_for_each_entry_rcu(li, node, hhead, hlist) { function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddcache.c1263 hlist_for_each_entry_rcu(dentry, node, head, d_hash) { function
1363 /* hlist_for_each_entry_rcu() not required for d_hash list

Completed in 139 milliseconds