Searched refs:rb_right (Results 76 - 100 of 120) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dballoc.c312 n = n->rb_right;
355 p = &(*p)->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dtnc_commit.c176 p = p->rb_right;
180 p = p->rb_right;
H A Ddebug.c1762 p = &(*p)->rb_right;
1813 p = p->rb_right;
2057 else if (this->rb_right)
2058 this = this->rb_right;
2066 this->rb_right = NULL;
H A Dtnc.c95 p = &(*p)->rb_right;
99 p = &(*p)->rb_right;
188 } else if (this->rb_right) {
189 this = this->rb_right;
198 this->rb_right = NULL;
H A Dsuper.c856 else if (this->rb_right)
857 this = this->rb_right;
865 this->rb_right = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Ddir.c48 n = n->rb_right;
99 n = &parent->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmulticast.c145 node = node->rb_right;
168 link = &(*link)->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c145 n = n->rb_right;
170 n = &pn->rb_right;
H A Dipoib_main.c226 n = n->rb_right;
251 n = &pn->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Delevator.c374 p = &(*p)->rb_right;
404 n = n->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_hfsc.c209 p = &parent->rb_right;
274 p = &parent->rb_right;
343 p = &parent->rb_right;
H A Dsch_htb.c255 p = &parent->rb_right;
288 p = &parent->rb_right;
714 n = n->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth_x.c103 p = &(*p)->rb_right;
H A Dinode.c121 p = &(*p)->rb_right;
160 n = n->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Dgc.c203 p = &parent->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.c341 p = &(*p)->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drdma.c73 p = &(*p)->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-input.c579 p = p->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsymbol.c260 p = &(*p)->rb_right;
281 n = n->rb_right;
306 p = &(*p)->rb_right;
341 n = n->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dballoc.c299 n = n->rb_right;
342 p = &(*p)->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dscan.c355 p = &(*p)->rb_right;
379 n = n->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmap.c375 __rb_link = &__rb_parent->rb_right;
1588 rb_node = rb_node->rb_right;
1625 rb_node = rb_node->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddir.c1771 n = n->rb_right;
1829 p = &parent->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c892 node = node->rb_right;
919 new = &((*new)->rb_right);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent_io.c170 p = &(*p)->rb_right;
200 n = n->rb_right;
253 p = &(*p)->rb_right;
275 n = n->rb_right;

Completed in 335 milliseconds

12345