Searched refs:rb_first (Results 76 - 100 of 157) sorted by relevance

1234567

/linux-master/fs/afs/
H A Dserver.c544 for (cursor = rb_first(&net->fs_servers); cursor; cursor = rb_next(cursor)) {
H A Dcell.c860 for (cursor = rb_first(&net->cells); cursor; cursor = rb_next(cursor)) {
/linux-master/tools/perf/util/
H A Dbpf_lock_contention.c529 struct rb_node *node = rb_first(&con->cgroups);
H A Dsymbol.c1042 struct rb_node *next = rb_first(modules);
1125 from_node = rb_first(&from_modules);
1126 to_node = rb_first(&to_modules);
H A Dannotate-data.c582 struct rb_node *node = rb_first(root);
1841 struct rb_node *node = rb_first(root);
/linux-master/drivers/mtd/ubi/
H A Dubi.h1043 for (rb = rb_first(root), \
/linux-master/fs/smb/client/
H A Dcached_dir.c481 for (node = rb_first(root); node; node = rb_next(node)) {
/linux-master/net/ipv4/
H A Dinet_fragment.c270 struct rb_node *p = rb_first(root);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c481 for (node = rb_first(&cache->rb_root); node; node = rb_next(node)) {
977 for (node = rb_first(root); node; node = rb_next(node)) {
1004 for (node = rb_first(root); node; node = rb_next(node)) {
1024 node = rb_first(root);
/linux-master/fs/nfs/
H A Dnfs4state.c214 for (pos = rb_first(&server->state_owners);
1774 for (pos = rb_first(&server->state_owners);
1826 for (pos = rb_first(&server->state_owners);
1938 for (pos = rb_first(&server->state_owners);
/linux-master/net/tipc/
H A Dname_table.c744 for (n = rb_first(&sc->ranges); n; n = rb_next(n)) {
1036 for (n = rb_first(&sc->ranges); n; n = rb_next(n)) {
/linux-master/block/
H A Dbfq-cgroup.c886 child_entity = bfq_entity_of(rb_first(child_active));
911 while ((entity = bfq_entity_of(rb_first(active))))
/linux-master/fs/ceph/
H A Dcaps.c821 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) {
852 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) {
905 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) {
931 for (q = rb_first(&ci->i_caps); q != p;
971 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) {
1104 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) {
1386 p = rb_first(&ci->i_caps);
2133 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) {
/linux-master/fs/btrfs/
H A Ddefrag.c221 node = rb_first(&fs_info->defrag_inodes);
229 node = rb_first(&fs_info->defrag_inodes);
/linux-master/mm/
H A Dnommu.c412 lastp = rb_first(&nommu_region_tree);
1071 for (rb = rb_first(&nommu_region_tree); rb; rb = rb_next(rb)) {
/linux-master/fs/ntfs3/
H A Dfrecord.c110 for (node = rb_first(&ni->mi_tree); node;) {
990 for (node = rb_first(&ni->mi_tree); node; node = rb_next(node)) {
1257 for (node = rb_first(&ni->mi_tree); node; node = rb_next(node)) {
1618 for (node = rb_first(&ni->mi_tree); node;) {
3121 for (node = rb_first(&ni->mi_tree); node; node = rb_next(node)) {
3346 for (node = rb_first(&ni->mi_tree); node; node = next) {
/linux-master/fs/ubifs/
H A Ddebug.c657 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) {
745 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) {
2175 struct rb_node *this = rb_first(&fsckd->inodes);
H A Drecovery.c1530 struct rb_node *this = rb_first(&c->size_tree);
/linux-master/net/smc/
H A Dsmc_core.c1069 for (node = rb_first(&lgr->conns_all); node; node = rb_next(node)) {
1509 node = rb_first(&lgr->conns_all);
1520 node = rb_first(&lgr->conns_all);
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.c2534 for (n = rb_first(&nf->refcount); n; n = rb_next(n)) {
2578 for (n = rb_first(&nf->refcount); n; n = rb_next(n)) {
/linux-master/security/apparmor/
H A Dlabel.c1991 for (node = rb_first(&ls->root); node; node = rb_first(&ls->root)) {
/linux-master/net/ceph/
H A Dauth_x.c921 while ((p = rb_first(&xi->ticket_handlers)) != NULL) {
H A Dceph_common.c621 for (n = rb_first(&opt->crush_locs); ; ) {
/linux-master/drivers/infiniband/core/
H A Dmulticast.c779 for (node = rb_first(&port->table); node; node = rb_next(node)) {
/linux-master/fs/proc/
H A Dgeneric.c58 return rb_entry_safe(rb_first(&dir->subdir), struct proc_dir_entry,

Completed in 515 milliseconds

1234567