Searched refs:rb_first (Results 126 - 150 of 157) sorted by relevance

1234567

/linux-master/fs/smb/client/
H A Dconnect.c3835 while ((node = rb_first(root))) {
4271 node = rb_first(root);
/linux-master/tools/perf/util/
H A Dheader.c1058 next = rb_first(root);
1101 next = rb_first(root);
1844 next = rb_first(root);
1868 next = rb_first(root);
/linux-master/fs/btrfs/
H A Dsend.c8361 n = rb_first(&sctx->pending_dir_moves);
8378 n = rb_first(&sctx->waiting_dir_moves);
8389 n = rb_first(&sctx->orphan_dirs);
H A Drelocation.c2071 while ((rb_node = rb_first(blocks))) {
H A Dinode.c5171 node = rb_first(&io_tree->state);
10452 node = rb_first(&fs_info->swapfile_pins);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c1043 while ((node = rb_first(&vmm->root))) {
/linux-master/drivers/base/regmap/
H A Dregmap.c547 next = rb_first(&map->range_tree);
/linux-master/fs/ceph/
H A Daddr.c2218 n = rb_first(&mdsc->pool_perm_tree);
/linux-master/net/sched/
H A Dsch_htb.c759 struct rb_node *p = rb_first(wait_pq);
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c658 n = rb_first(&priv->path_tree);
/linux-master/mm/
H A Dmempolicy.c3024 next = rb_first(&sp->root);
H A Dswapfile.c169 struct rb_node *rb = rb_first(&sis->swap_extent_root);
/linux-master/drivers/md/
H A Ddm-snap.c1757 next = rb_first(&s->out_of_order_tree);
H A Ddm-crypt.c1987 io = crypt_io_from_node(rb_first(&write_tree));
H A Ddm-thin.c2149 for (node = rb_first(&tc->sort_bio_list); node; node = rb_next(node)) {
/linux-master/tools/perf/
H A Dbuiltin-lock.c1439 node = rb_first(&thread_stats);
/linux-master/fs/fuse/
H A Ddev.c2155 p = rb_first(&fc->polled_files);
/linux-master/net/xfrm/
H A Dxfrm_policy.c990 while ((rnode = rb_first(&v->root)) != NULL) {
1085 struct rb_node *rn = rb_first(r);
/linux-master/fs/
H A Dnamespace.c5121 first = node_to_mount(rb_first(&ns->mounts));
/linux-master/block/
H A Dbfq-iosched.c1034 rbnext = rb_first(&bfqq->sort_list);
/linux-master/include/linux/
H A Dskbuff.h3895 #define skb_rb_first(root) rb_to_skb(rb_first(root))
/linux-master/fs/nfs/
H A Ddir.c2923 while ((n = rb_first(root_node)) != NULL) {
/linux-master/net/mptcp/
H A Dprotocol.c724 p = rb_first(&msk->out_of_order_queue);
/linux-master/net/ipv4/
H A Dtcp.c2978 struct rb_node *p = rb_first(&sk->tcp_rtx_queue);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c5037 for (p = rb_first(root); p; p = rb_next(p)) {

Completed in 638 milliseconds

1234567