Searched refs:rb_right (Results 151 - 175 of 234) sorted by relevance

12345678910

/linux-master/mm/
H A Dksm.c1907 new = &parent->rb_right;
2143 new = &parent->rb_right;
2233 new = &parent->rb_right;
H A Dbacking-dev.c1052 p = &(*p)->rb_right;
/linux-master/drivers/android/
H A Dbinder.c709 n = n->rb_right;
756 p = &(*p)->rb_right;
1037 n = n->rb_right;
1084 p = &(*p)->rb_right;
1114 p = &(*p)->rb_right;
4870 p = &(*p)->rb_right;
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.c337 link = &(*link)->rb_right;
397 node = node->rb_right;
/linux-master/net/sunrpc/
H A Dxprt.c1018 n = n->rb_right;
1042 p = &n->rb_right;
/linux-master/drivers/mtd/ubi/
H A Dfastmap.c218 p = &(*p)->rb_right;
258 p = &(*p)->rb_right;
/linux-master/fs/
H A Deventpoll.c1157 rbp = rbp->rb_right;
1452 p = &parent->rb_right;
H A Dxattr.c1234 rbp = &(*rbp)->rb_right;
/linux-master/fs/btrfs/
H A Ddelayed-inode.c361 node = node->rb_right;
394 p = &(*p)->rb_right;
H A Dsend.c3134 p = &(*p)->rb_right;
3138 p = &(*p)->rb_right;
3167 n = n->rb_right;
3171 n = n->rb_right;
3358 p = &(*p)->rb_right;
3381 n = n->rb_right;
3428 p = &(*p)->rb_right;
3476 n = n->rb_right;
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.c250 p = &rb->rb_right;
301 rb = rb->rb_right;
/linux-master/include/linux/
H A Dkvm_host.h1105 tmp = tmp->rb_right;
1729 node = node->rb_right;
/linux-master/kernel/events/
H A Duprobes.c1271 n = n->rb_right;
1276 n = n->rb_right;
/linux-master/fs/proc/
H A Dproc_sysctl.c130 node = node->rb_right;
164 p = &(*p)->rb_right;
/linux-master/net/ceph/
H A Dauth_x.c132 p = &(*p)->rb_right;
/linux-master/net/rds/
H A Drdma.c79 p = &(*p)->rb_right;
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c262 p = &(*p)->rb_right;
/linux-master/block/
H A Dmq-deadline.c149 node = node->rb_right;
/linux-master/tools/perf/
H A Dbuiltin-kwork.c323 node = node->rb_right;
349 new = &((*new)->rb_right);
/linux-master/drivers/md/
H A Ddm-zoned-metadata.c473 new = (b->no < mblk->no) ? &((*new)->rb_left) : &((*new)->rb_right);
505 node = (mblk->no < mblk_no) ? node->rb_left : node->rb_right;
/linux-master/drivers/block/
H A Dpktcdvd.c674 next = n->rb_right;
705 p = &(*p)->rb_right;
/linux-master/fs/nfs/
H A Dnfs4state.c422 p = &parent->rb_right;
450 p = &parent->rb_right;
/linux-master/fs/f2fs/
H A Dgc.c433 node = node->rb_right;
473 p = &(*p)->rb_right;
/linux-master/fs/ubifs/
H A Dtnc.c60 p = &(*p)->rb_right;
64 p = &(*p)->rb_right;
H A Ddebug.c1835 p = &(*p)->rb_right;
1913 p = p->rb_right;

Completed in 346 milliseconds

12345678910