Searched refs:rb_first (Results 51 - 75 of 157) sorted by relevance

1234567

/linux-master/tools/lib/
H A Drbtree.c462 struct rb_node *rb_first(const struct rb_root *root) function
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c48 rb_first(&sched_engine->queue.rb_root));
/linux-master/security/apparmor/include/
H A Dlabel.h78 for ((N) = rb_first(&(LS)->root); (N); (N) = rb_next(N))
/linux-master/tools/perf/util/
H A Dcgroup.c595 node = rb_first(&env->cgroups.tree);
H A Dannotate-data.c437 struct rb_node *node = rb_first(root);
/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c391 e = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb);
/linux-master/fs/ceph/
H A Dquota.c190 node = rb_first(&mdsc->quotarealms_inodes);
H A Dxattr.c746 p = rb_first(&ci->i_xattrs.index);
770 p = rb_first(&ci->i_xattrs.index);
922 p = rb_first(&ci->i_xattrs.index);
H A Ddebugfs.c63 for (rp = rb_first(&mdsc->request_tree); rp; rp = rb_next(rp)) {
/linux-master/fs/btrfs/
H A Dfree-space-cache.c907 while (!ret && (n = rb_first(&ctl->free_space_offset)) != NULL) {
1080 struct rb_node *node = rb_first(&ctl->free_space_offset);
1093 node = rb_first(&cluster->root);
1115 node = rb_first(&cluster->root);
2346 node = rb_first(&cluster->root);
2930 for (n = rb_first(&ctl->free_space_offset); n; n = rb_next(n)) {
2993 node = rb_first(&cluster->root);
3063 node = rb_first(&ctl->free_space_offset);
3237 node = rb_first(&cluster->root);
/linux-master/fs/ntfs3/
H A Dbitmap.c131 node = rb_first(&wnd->start_tree);
250 n = rb_first(&wnd->start_tree);
419 n3 = rb_first(&wnd->count_tree);
1088 e = rb_entry(rb_first(&wnd->count_tree), struct e_node, count.node);
/linux-master/net/sched/
H A Dsch_hfsc.c223 for (n = rb_first(&q->eligible); n != NULL; n = rb_next(n)) {
239 n = rb_first(&q->eligible);
287 for (n = rb_first(&cl->vt_tree); n != NULL; n = rb_next(n)) {
652 struct rb_node *n = rb_first(&cl->cf_tree);
/linux-master/net/tipc/
H A Dgroup.c269 for (n = rb_first(&grp->members); n; n = rb_next(n)) {
402 for (n = rb_first(&grp->members); n; n = rb_next(n)) {
/linux-master/net/bridge/
H A Dbr_multicast_eht.c184 while ((node = rb_first(&eht_set->entry_tree))) {
201 while ((node = rb_first(&pg->eht_set_tree))) {
/linux-master/tools/perf/ui/
H A Dbrowser.c145 nd = rb_first(root);
174 browser->top = rb_first(browser->entries);
/linux-master/net/802/
H A Dmrp.c301 for (node = rb_first(&app->mad);
584 for (node = rb_first(&app->mad);
/linux-master/fs/
H A Dxattr.c1321 for (rbp = rb_first(&xattrs->rb_root); rbp; rbp = rb_next(rbp)) {
1396 rbp = rb_first(&xattrs->rb_root);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c447 p = rb_first(root);
505 p = rb_first(root);
/linux-master/fs/gfs2/
H A Drgrp.c568 n = rb_first(&sdp->sd_rindex_tree);
590 n = rb_first(&sdp->sd_rindex_tree);
709 while ((n = rb_first(&rgd->rd_rstree))) {
722 while ((n = rb_first(&sdp->sd_rindex_tree))) {
2317 for (n = rb_first(&rgd->rd_rstree); n; n = rb_next(&trs->rs_node)) {
/linux-master/fs/ext4/
H A Dextents_status.c186 node = rb_first(&tree->root);
1850 node = rb_first(&tree->root);
1872 node = rb_first(&tree->root);
/linux-master/drivers/md/
H A Ddm-ioctl.c349 for (n = rb_first(&name_rb_tree); n; n = rb_next(n)) {
606 for (n = rb_first(&name_rb_tree); n; n = rb_next(n)) {
631 for (n = rb_first(&name_rb_tree); n; n = rb_next(n)) {
/linux-master/fs/ubifs/
H A Dlog.c304 p = rb_first(&c->buds);
/linux-master/fs/nfs/blocklayout/
H A Dextent_tree.c21 struct rb_node *node = rb_first(root);
/linux-master/drivers/md/bcache/
H A Dutil.h514 container_of_or_null(rb_first(root), type, member)
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c614 for (node = rb_first(&discovery_tables); node; node = rb_next(node)) {

Completed in 303 milliseconds

1234567