Searched refs:rb_node (Results 126 - 150 of 466) sorted by path

1234567891011>>

/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c28 struct rb_node *p;
79 if (!ubi->free.rb_node)
151 if (!ubi->free.rb_node)
275 while (!ubi->free.rb_node && ubi->works_count) {
375 if (!ubi->used.rb_node)
380 if (!ubi->free.rb_node)
386 if (ubi->free.rb_node) {
550 e = rb_entry(rb_next(root->rb_node),
H A Dfastmap.c208 struct rb_node **p = &av->root.rb_node, *parent = NULL;
246 struct rb_node **p = &av->root.rb_node, *parent = NULL;
373 struct rb_node *node, *node2;
523 struct rb_node *rb1, *rb2;
1146 struct rb_node *tmp_rb;
H A Dubi.h172 struct rb_node rb;
194 struct rb_node rb;
684 struct rb_node rb;
719 struct rb_node rb;
1037 * @rb: a pointer to type 'struct rb_node' to use as a loop counter
1040 * @member: the name of the 'struct rb_node' within the RB-tree entry
H A Dvtbl.c366 struct rb_node *rb;
H A Dwl.c141 struct rb_node **p, *parent = NULL;
143 p = &root->rb_node;
244 struct rb_node *p;
246 p = root->rb_node;
329 struct rb_node *p;
336 p = root->rb_node;
372 e = rb_entry(root->rb_node, struct ubi_wl_entry, u.rb);
688 if (!ubi->free.rb_node ||
690 (!ubi->used.rb_node && !ubi->scrub.rb_node)) {
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c73 struct rb_node node;
237 struct rb_node *node = root->rb_node;
255 struct rb_node **new = &(root->rb_node), *parent = NULL;
5032 struct rb_node *p;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c58 struct rb_node rb_node; member in struct:fw_page
127 struct rb_node *parent = NULL;
129 struct rb_node **new;
138 new = &root->rb_node;
142 tfp = rb_entry(parent, struct fw_page, rb_node);
162 rb_link_node(&nfp->rb_node, parent, new);
163 rb_insert_color(&nfp->rb_node, root);
174 struct rb_node *tmp;
181 tmp = root->rb_node;
[all...]
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.c291 struct rb_node node;
320 struct rb_node **link = &nf->refcount.rb_node;
321 struct rb_node *parent = NULL;
382 struct rb_node *node = nf->refcount.rb_node;
2530 struct rb_node *n;
2575 struct rb_node *n;
/linux-master/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h126 struct rb_node node;
/linux-master/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c78 struct rb_node *node, unsigned int pgnr)
131 struct rb_node *n = root->rb_node;
156 struct rb_node *n = root->rb_node;
181 struct rb_node **new = &root->rb_node;
182 struct rb_node *parent = NULL;
214 struct rb_node **new = &root->rb_node;
[all...]
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c89 struct rb_node node;
128 struct rb_node node;
168 struct rb_node *node = iommu->dma_list.rb_node;
184 static struct rb_node *vfio_find_dma_first_node(struct vfio_iommu *iommu,
187 struct rb_node *res = NULL;
188 struct rb_node *node = iommu->dma_list.rb_node;
211 struct rb_node **link = &iommu->dma_list.rb_node, *paren
[all...]
/linux-master/drivers/xen/
H A Devtchn.c84 struct rb_node node;
110 struct rb_node **new = &(u->evtchns.rb_node), *parent = NULL;
145 struct rb_node *node = u->evtchns.rb_node;
671 struct rb_node *node;
673 while ((node = u->evtchns.rb_node)) {
/linux-master/fs/afs/
H A Dcallback.c115 struct rb_node *p;
126 p = rcu_dereference_raw(cell->volumes.rb_node);
H A Dcell.c56 struct rb_node *p;
73 p = net->cells.rb_node;
238 struct rb_node *parent, **pp;
268 pp = &net->cells.rb_node;
848 struct rb_node *cursor;
H A Dinternal.h393 struct rb_node net_node; /* Node in net->cells */
559 struct rb_node uuid_rb; /* Link in net->fs_servers */
640 struct rb_node cell_node; /* Link in cell->volumes */
H A Dserver.c68 struct rb_node *p;
84 p = net->fs_servers.rb_node;
120 struct rb_node **pp, *p;
128 pp = &net->fs_servers.rb_node;
533 struct rb_node *cursor;
H A Dvl_alias.c147 pvol = afs_get_volume(rb_entry(p->volumes.rb_node,
H A Dvolume.c24 struct rb_node *parent = NULL, **pp;
28 pp = &cell->volumes.rb_node;
/linux-master/fs/btrfs/
H A Dbackref.c281 struct rb_node **p;
282 struct rb_node *parent = NULL;
288 p = &root->rb_root.rb_node;
445 struct rb_node **p = &preftrees->direct.root.rb_root.rb_node;
446 struct rb_node *parent = NULL;
742 struct rb_node *rnode;
843 struct rb_node *node;
894 struct rb_node *n;
1396 struct rb_node *nod
3232 struct rb_node *rb_node; local
3312 struct rb_node *rb_node; local
3594 struct rb_node *rb_node; local
[all...]
H A Dbackref.h259 struct rb_node rbnode;
317 struct rb_node rb_node; member in struct:btrfs_backref_node::__anon1678
H A Dblock-group.c182 struct rb_node **p;
183 struct rb_node *parent = NULL;
190 p = &info->block_group_cache_tree.rb_root.rb_node;
223 struct rb_node *n;
227 n = info->block_group_cache_tree.rb_root.rb_node;
278 struct rb_node *node;
2407 struct rb_node *node;
2414 map = rb_entry(node, struct btrfs_chunk_map, rb_node);
4340 struct rb_node *n;
H A Dblock-group.h174 struct rb_node cache_node;
H A Dblock-rsv.c343 rb_node) {
H A Dbtrfs_inode.h150 struct rb_node *ordered_tree_last;
159 struct rb_node rb_node; member in struct:btrfs_inode
H A Dctree.h165 struct rb_node rb_node; member in struct:btrfs_root

Completed in 329 milliseconds

1234567891011>>