Searched refs:rb_left (Results 76 - 100 of 235) sorted by relevance

12345678910

/linux-master/security/landlock/
H A Druleset.c231 walker_node = &((*walker_node)->rb_left);
610 node = node->rb_left;
/linux-master/fs/afs/
H A Dserver.c90 p = p->rb_left;
136 pp = &(*pp)->rb_left;
/linux-master/net/netfilter/
H A Dnf_conncount.c338 rbnode = &((*rbnode)->rb_left);
419 parent = rcu_dereference_raw(parent->rb_left);
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c187 p = p->rb_left;
209 p = &(*p)->rb_left;
/linux-master/drivers/md/
H A Ddm-dust.c44 node = node->rb_left;
65 link = &(*link)->rb_left;
/linux-master/drivers/xen/
H A Devtchn.c121 new = &((*new)->rb_left);
153 node = node->rb_left;
/linux-master/block/
H A Delevator.c231 p = &(*p)->rb_left;
258 n = n->rb_left;
/linux-master/net/rds/
H A Dcong.c119 p = &(*p)->rb_left;
/linux-master/tools/perf/util/
H A Ddsos.c167 p = &parent->rb_left;
H A Dcgroup.c534 p = &(*p)->rb_left;
/linux-master/fs/ceph/
H A Dsnap.c97 p = &(*p)->rb_left;
162 n = n->rb_left;
1202 p = &(*p)->rb_left;
1241 p = &(*p)->rb_left;
/linux-master/security/keys/
H A Dproc.c89 n = n->rb_left;
H A Dkey.c66 p = &(*p)->rb_left;
157 p = &(*p)->rb_left;
683 n = n->rb_left;
/linux-master/drivers/mtd/ubi/
H A Deba.c219 p = p->rb_left;
224 p = p->rb_left;
285 p = &(*p)->rb_left;
291 p = &(*p)->rb_left;
/linux-master/fs/btrfs/
H A Dextent-io-tree.c272 node = &(*node)->rb_left;
320 node = &(*node)->rb_left;
470 node = &(*node)->rb_left;
547 node = &(*node)->rb_left;
H A Ddelayed-ref.c377 p = &(*p)->rb_left;
408 p = &(*p)->rb_left;
456 n = n->rb_left;
H A Dordered-data.c47 p = &(*p)->rb_left;
78 n = n->rb_left;
1024 node = node->rb_left;
/linux-master/drivers/infiniband/core/
H A Dmulticast.c143 node = node->rb_left;
166 link = &(*link)->rb_left;
170 link = &(*link)->rb_left;
H A Dcm.c631 link = &(*link)->rb_left;
635 link = &(*link)->rb_left;
672 node = node->rb_left;
676 node = node->rb_left;
701 link = &(*link)->rb_left;
705 link = &(*link)->rb_left;
729 node = node->rb_left;
733 node = node->rb_left;
760 link = &(*link)->rb_left;
764 link = &(*link)->rb_left;
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c56 &((*new)->rb_left) : &((*new)->rb_right);
1093 cur = cur->rb_left;
1099 cur = cur->rb_left;
/linux-master/fs/ntfs3/
H A Dbitmap.c152 p = &(*p)->rb_left;
179 p = &(*p)->rb_left;
183 p = &(*p)->rb_left;
213 p = &(*p)->rb_left;
1055 cr = cr->rb_left;
/linux-master/tools/perf/
H A Dbuiltin-lock.c99 node = node->rb_left;
118 rb = &(*rb)->rb_left;
432 rb = &(*rb)->rb_left;
456 rb = &(*rb)->rb_left;
473 while (node->rb_left)
474 node = node->rb_left;
/linux-master/fs/f2fs/
H A Dextent_cache.c175 node = node->rb_left;
224 pnode = &(*pnode)->rb_left;
568 p = &(*p)->rb_left;
/linux-master/fs/kernfs/
H A Ddir.c374 node = &pos->rb.rb_left;
861 node = node->rb_left;
1808 node = node->rb_left;
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c80 parent = &rb->rb_left;

Completed in 345 milliseconds

12345678910