Searched refs:rb_node (Results 226 - 250 of 466) sorted by relevance

1234567891011>>

/linux-master/net/tipc/
H A Dgroup.c64 struct rb_node tree_node;
235 struct rb_node *n = grp->members.rb_node;
267 struct rb_node *n;
281 struct rb_node **n, *parent = NULL;
284 n = &grp->members.rb_node;
399 struct rb_node *n;
/linux-master/drivers/infiniband/core/
H A Dmulticast.c98 struct rb_node node;
132 struct rb_node *node = port->table.rb_node;
154 struct rb_node **link = &port->table.rb_node;
155 struct rb_node *parent = NULL;
775 struct rb_node *node;
/linux-master/security/keys/
H A Dkey.c53 struct rb_node *parent, **p;
57 p = &key_user_tree.rb_node;
135 struct rb_node *parent, **p;
150 p = &key_serial_tree.rb_node;
659 struct rb_node *n;
665 n = key_serial_tree.rb_node;
1273 &key_user_tree.rb_node);
/linux-master/tools/perf/util/
H A Dmachine.c88 RB_CLEAR_NODE(&machine->rb_node);
175 RB_CLEAR_NODE(&pos->rb_node);
235 struct rb_node **p = &machines->guests.rb_root.rb_node;
236 struct rb_node *parent = NULL;
250 pos = rb_entry(parent, struct machine, rb_node);
259 rb_link_node(&machine->rb_node, parent, p);
260 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost);
269 struct rb_node *nd;
274 struct machine *machine = rb_entry(nd, struct machine, rb_node);
[all...]
H A Dkwork.h102 struct rb_node node;
/linux-master/fs/ceph/
H A Dsnap.c89 struct rb_node **p = &root->rb_node;
90 struct rb_node *parent = NULL;
154 struct rb_node *n = mdsc->snap_realms.rb_node;
1193 struct rb_node **p, *parent;
1198 p = &mdsc->snapid_map_tree.rb_node;
1235 p = &mdsc->snapid_map_tree.rb_node;
1321 struct rb_node *p;
H A Dquota.c88 struct rb_node **node, *parent = NULL;
92 node = &(mdsc->quotarealms_inodes.rb_node);
182 struct rb_node *node;
/linux-master/fs/btrfs/
H A Dbtrfs_inode.h150 struct rb_node *ordered_tree_last;
159 struct rb_node rb_node; member in struct:btrfs_inode
H A Dqgroup.c177 struct rb_node *n = fs_info->qgroup_tree.rb_node;
204 struct rb_node **p = &fs_info->qgroup_tree.rb_node;
205 struct rb_node *parent = NULL;
593 struct rb_node *node;
630 struct rb_node *n;
1899 struct rb_node **p = &delayed_refs->dirty_extent_root.rb_node;
1900 struct rb_node *parent_nod
[all...]
H A Dvolumes.h197 struct rb_node node;
573 struct rb_node rb_node; member in struct:btrfs_chunk_map
594 ASSERT(RB_EMPTY_NODE(&map->rb_node));
/linux-master/drivers/md/
H A Ddm-ioctl.c45 struct rb_node name_node;
46 struct rb_node uuid_node;
91 struct rb_node *n = name_rb_tree.rb_node;
110 struct rb_node *n = uuid_rb_tree.rb_node;
145 struct rb_node **n, *parent;
151 n = &name_rb_tree.rb_node;
170 struct rb_node **n, *parent;
176 n = &uuid_rb_tree.rb_node;
[all...]
/linux-master/drivers/block/
H A Dpktcdvd.c641 struct rb_node *n = rb_next(&node->rb_node);
644 return rb_entry(n, struct pkt_rb_node, rb_node);
649 rb_erase(&node->rb_node, &pd->bio_queue);
660 struct rb_node *n = pd->bio_queue.rb_node;
661 struct rb_node *next;
670 tmp = rb_entry(n, struct pkt_rb_node, rb_node);
694 struct rb_node **p = &pd->bio_queue.rb_node;
[all...]
/linux-master/fs/f2fs/
H A Dgc.c397 struct rb_node *cur = rb_first_cached(root), *next;
405 cur_ve = rb_entry(cur, struct victim_entry, rb_node);
406 next_ve = rb_entry(next, struct victim_entry, rb_node);
424 struct rb_node *node = am->root.rb_root.rb_node;
428 ve = rb_entry(node, struct victim_entry, rb_node);
460 struct rb_node **p = &root->rb_root.rb_node;
461 struct rb_node *parent = NULL;
468 ve = rb_entry(parent, struct victim_entry, rb_node);
[all...]
/linux-master/include/linux/crush/
H A Dcrush.h196 struct rb_node node;
/linux-master/fs/ocfs2/
H A Drefcounttree.h11 struct rb_node rf_node;
/linux-master/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h126 struct rb_node node;
/linux-master/block/
H A Delevator.h181 #define rb_entry_rq(node) rb_entry((node), struct request, rb_node)
/linux-master/kernel/bpf/
H A Dlocal_storage.c71 struct rb_node *node;
76 node = root->rb_node;
106 struct rb_node **new = &(root->rb_node), *parent = NULL;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h9 struct rb_node tree;
/linux-master/security/landlock/
H A Druleset.h119 struct rb_node node;
/linux-master/fs/
H A Dmount.h53 struct rb_node mnt_node; /* Under ns->mounts */
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_types.h229 struct rb_node offset;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib.h166 struct rb_node rb_node; member in struct:ipoib_mcast
443 struct rb_node rb_node; member in struct:ipoib_path
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlocal_kptr_stash.c19 struct bpf_rb_node rb_node; member in struct:refcounted_node
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.h124 struct rb_node be_node;

Completed in 282 milliseconds

1234567891011>>