Searched refs:rb_node (Results 176 - 200 of 466) sorted by relevance

1234567891011>>

/linux-master/net/ceph/
H A Ddebugfs.c60 struct rb_node *n;
143 struct rb_node *rp;
236 struct rb_node *n;
262 struct rb_node *n;
323 struct rb_node *n;
346 struct rb_node *n;
/linux-master/net/core/
H A Ddev_addr_lists.c24 struct rb_node **ins_point = &list->tree.rb_node, *parent = NULL;
78 struct rb_node **ins_point = &list->tree.rb_node, *parent = NULL;
170 struct rb_node *node;
172 node = list->tree.rb_node;
/linux-master/drivers/infiniband/hw/mlx4/
H A Dcm.c45 struct rb_node node;
157 struct rb_node *node = sl_id_map->rb_node;
202 struct rb_node **link = &sl_id_map->rb_node, *parent = NULL;
528 struct rb_node *nd;
/linux-master/fs/ocfs2/cluster/
H A Dnodemanager.c66 struct rb_node ***ret_p,
67 struct rb_node **ret_parent)
69 struct rb_node **p = &cluster->cl_node_ip_tree.rb_node;
70 struct rb_node *parent = NULL;
273 struct rb_node **p, *parent;
H A Dtcp_internal.h178 struct rb_node nh_node;
/linux-master/drivers/md/bcache/
H A Dutil.h453 struct rb_node **n = &(root)->rb_node, *parent = NULL; \
477 struct rb_node *n = (root)->rb_node; \
497 struct rb_node *n = (root)->rb_node; \
/linux-master/net/802/
H A Dgarp.c151 struct rb_node *parent = app->gid.rb_node;
171 struct rb_node *parent = NULL, **p = &app->gid.rb_node;
209 struct rb_node *node, *next;
396 struct rb_node *node, *next;
/linux-master/net/ipv4/
H A Dinet_fragment.c77 rb_link_node(&skb->rbnode, NULL, &q->rb_fragments.rb_node);
270 struct rb_node *p = rb_first(root);
415 struct rb_node **rbn, *parent;
417 rbn = &q->rb_fragments.rb_node;
561 struct rb_node *rbn;
609 struct rb_node *rbnext = rb_next(rbn);
/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...]
/linux-master/fs/jffs2/
H A Dreadinode.c177 struct rb_node *next;
182 next = tn_root->rb_node;
338 struct rb_node *parent;
339 struct rb_node **link = &rii->tn_root.rb_node;
402 static void eat_last(struct rb_root *root, struct rb_node *node)
404 struct rb_node *parent = rb_parent(node);
405 struct rb_node **link;
411 link = &root->rb_node;
426 struct rb_node **lin
[all...]
H A Dnodelist.h230 struct rb_node rb;
271 struct rb_node rb;
329 struct rb_node *node = rb_first(root);
339 struct rb_node *node = rb_last(root);
/linux-master/drivers/dma-buf/
H A Dsw_sync.c287 struct rb_node **p = &obj->pt_tree.rb_node;
288 struct rb_node *parent = NULL;
/linux-master/mm/
H A Dinterval_tree.c32 struct rb_node **link;
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c34 static inline struct i915_priolist *to_priolist(struct rb_node *rb)
41 struct rb_node *rb;
63 struct rb_node **parent, *rb;
75 parent = &sched_engine->queue.rb_root.rb_node;
H A Di915_vma_resource.h107 struct rb_node rb;
H A Di915_vma_types.h292 struct rb_node obj_node;
/linux-master/include/net/
H A Dmrp.h95 struct rb_node node;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dobject.h21 struct rb_node node;
/linux-master/include/drm/
H A Ddrm_vma_manager.h47 struct rb_node vm_rb;
/linux-master/include/linux/ceph/
H A Dmon_client.h54 struct rb_node node;
/linux-master/tools/perf/util/
H A Dcgroup.c522 struct rb_node **p = &root->rb_node;
523 struct rb_node *parent = NULL;
590 struct rb_node *node;
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.h117 struct rb_node node;
/linux-master/net/sched/
H A Dsch_etf.c111 struct rb_node *p;
166 struct rb_node **p = &q->head.rb_root.rb_node, *parent = NULL;
420 struct rb_node *p = rb_first_cached(&q->head);
/linux-master/fs/xfs/scrub/
H A Dbitmap.c22 struct rb_node bn_rbnode;
271 return bitmap->xb_root.rb_root.rb_node == NULL;
299 struct rb_node bn_rbnode;
545 return bitmap->xb_root.rb_root.rb_node == NULL;
/linux-master/fs/ceph/
H A Dmds_client.h264 struct rb_node r_node;
371 struct rb_node node;
379 struct rb_node node;
392 struct rb_node node;

Completed in 181 milliseconds

1234567891011>>