tnode             282 arch/sparc/include/asm/floppy_32.h 	phandle tnode;
tnode             295 arch/sparc/include/asm/floppy_32.h 	tnode = prom_getchild(prom_root_node);
tnode             296 arch/sparc/include/asm/floppy_32.h 	fd_node = prom_searchsiblings(tnode, "obio");
tnode             298 arch/sparc/include/asm/floppy_32.h 		tnode = prom_getchild(fd_node);
tnode             299 arch/sparc/include/asm/floppy_32.h 		fd_node = prom_searchsiblings(tnode, "SUNW,fdtwo");
tnode             301 arch/sparc/include/asm/floppy_32.h 		fd_node = prom_searchsiblings(tnode, "fd");
tnode            1404 arch/sparc/mm/init_64.c 		int tnode;
tnode            1410 arch/sparc/mm/init_64.c 		tnode = find_best_numa_node_for_mlgroup(m);
tnode            1411 arch/sparc/mm/init_64.c 		if (tnode == MAX_NUMNODES)
tnode            1413 arch/sparc/mm/init_64.c 		numa_latency[index][tnode] = m->latency;
tnode            1201 drivers/infiniband/hw/hfi1/tid_rdma.c 	struct kern_tid_node *node = &flow->tnode[flow->tnode_cnt++];
tnode            1298 drivers/infiniband/hw/hfi1/tid_rdma.c 	struct kern_tid_node *node = &flow->tnode[grp_num];
tnode            1365 drivers/infiniband/hw/hfi1/tid_rdma.c 	struct kern_tid_node *node = &flow->tnode[grp_num];
tnode             192 drivers/infiniband/hw/hfi1/tid_rdma.h 	struct kern_tid_node tnode[TID_RDMA_MAX_PAGES];
tnode              64 drivers/infiniband/hw/hfi1/user_exp_rcv.c 				    struct tid_rb_node *tnode);
tnode             954 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	struct tid_rb_node *tnode =
tnode             958 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	fdata->entry_to_rb[tnode->rcventry - base] = tnode;
tnode             963 drivers/infiniband/hw/hfi1/user_exp_rcv.c 				    struct tid_rb_node *tnode)
tnode             967 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	fdata->entry_to_rb[tnode->rcventry - base] = NULL;
tnode             968 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	clear_tid_node(fdata, tnode);
tnode             974 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	struct tid_rb_node *tnode =
tnode             977 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	cacheless_tid_rb_remove(fdata, tnode);
tnode              95 drivers/of/irq.c 	struct device_node *ipar, *tnode, *old = NULL, *newpar = NULL;
tnode             115 drivers/of/irq.c 		tnode = ipar;
tnode             117 drivers/of/irq.c 		of_node_put(tnode);
tnode             135 drivers/of/irq.c 		tnode = of_get_parent(old);
tnode             137 drivers/of/irq.c 		old = tnode;
tnode             487 fs/eventpoll.c 	struct nested_call_node tnode;
tnode             509 fs/eventpoll.c 	tnode.ctx = ctx;
tnode             510 fs/eventpoll.c 	tnode.cookie = cookie;
tnode             511 fs/eventpoll.c 	list_add(&tnode.llink, lsthead);
tnode             520 fs/eventpoll.c 	list_del(&tnode.llink);
tnode             132 net/bridge/br_private.h 	struct rhash_head		tnode;
tnode              29 net/bridge/br_vlan_tunnel.c 	.head_offset = offsetof(struct net_bridge_vlan, tnode),
tnode              49 net/bridge/br_vlan_tunnel.c 	rhashtable_remove_fast(&vg->tunnel_hash, &vlan->tnode,
tnode              75 net/bridge/br_vlan_tunnel.c 	err = rhashtable_lookup_insert_fast(&vg->tunnel_hash, &vlan->tnode,
tnode             129 net/ipv4/fib_trie.c 		struct key_vector __rcu *tnode[0];
tnode             142 net/ipv4/fib_trie.c #define TNODE_SIZE(n)	offsetof(struct tnode, kv[0].tnode[n])
tnode             188 net/ipv4/fib_trie.c static inline struct tnode *tn_info(struct key_vector *kv)
tnode             190 net/ipv4/fib_trie.c 	return container_of(kv, struct tnode, kv[0]);
tnode             195 net/ipv4/fib_trie.c #define get_child(tn, i) rtnl_dereference((tn)->tnode[i])
tnode             199 net/ipv4/fib_trie.c #define get_child_rcu(tn, i) rcu_dereference_rtnl((tn)->tnode[i])
tnode             312 net/ipv4/fib_trie.c 	struct tnode *n = container_of(head, struct tnode, rcu);
tnode             322 net/ipv4/fib_trie.c static struct tnode *tnode_alloc(int bits)
tnode             358 net/ipv4/fib_trie.c 	struct tnode *kv;
tnode             382 net/ipv4/fib_trie.c 	struct tnode *tnode;
tnode             387 net/ipv4/fib_trie.c 	tnode = tnode_alloc(bits);
tnode             388 net/ipv4/fib_trie.c 	if (!tnode)
tnode             391 net/ipv4/fib_trie.c 	pr_debug("AT %p s=%zu %zu\n", tnode, TNODE_SIZE(0),
tnode             395 net/ipv4/fib_trie.c 		tnode->full_children = 1;
tnode             397 net/ipv4/fib_trie.c 		tnode->empty_children = 1ul << bits;
tnode             399 net/ipv4/fib_trie.c 	tn = tnode->kv;
tnode             445 net/ipv4/fib_trie.c 	rcu_assign_pointer(tn->tnode[i], n);
tnode             474 net/ipv4/fib_trie.c 		rcu_assign_pointer(tp->tnode[0], n);
tnode             500 net/ipv4/fib_trie.c 		tn = container_of(head, struct tnode, rcu)->kv;
tnode            1379 net/ipv4/fib_trie.c 		struct key_vector __rcu **cptr = n->tnode;
tnode            1432 net/ipv4/fib_trie.c 			cptr = &pn->tnode[cindex];
tnode            2261 net/ipv4/fib_trie.c 	struct key_vector *tnode;
tnode            2269 net/ipv4/fib_trie.c 	struct key_vector *pn = iter->tnode;
tnode            2273 net/ipv4/fib_trie.c 		 iter->tnode, iter->index, iter->depth);
tnode            2283 net/ipv4/fib_trie.c 				iter->tnode = pn;
tnode            2287 net/ipv4/fib_trie.c 				iter->tnode = n;
tnode            2303 net/ipv4/fib_trie.c 	iter->tnode = pn;
tnode            2318 net/ipv4/fib_trie.c 	n = rcu_dereference(pn->tnode[0]);
tnode            2323 net/ipv4/fib_trie.c 		iter->tnode = n;
tnode            2327 net/ipv4/fib_trie.c 		iter->tnode = pn;
tnode            2661 net/ipv4/fib_trie.c 	struct key_vector *tnode;
tnode            2669 net/ipv4/fib_trie.c 	struct key_vector *l, **tp = &iter->tnode;
tnode            2715 net/ipv4/fib_trie.c 	iter->tnode = t->kv;
tnode            2736 net/ipv4/fib_trie.c 		l = leaf_walk_rcu(&iter->tnode, key);
tnode             626 security/selinux/ss/services.c 	struct ebitmap_node *snode, *tnode;
tnode             654 security/selinux/ss/services.c 		ebitmap_for_each_positive_bit(tattr, tnode, j) {
tnode            1012 security/selinux/ss/services.c 	struct ebitmap_node *snode, *tnode;
tnode            1060 security/selinux/ss/services.c 		ebitmap_for_each_positive_bit(tattr, tnode, j) {
tnode            2561 security/selinux/ss/services.c 	struct ebitmap_node *rnode, *tnode;
tnode            2597 security/selinux/ss/services.c 		ebitmap_for_each_positive_bit(&role->types, tnode, j) {