Home
last modified time | relevance | path

Searched refs:rb_first_cached (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/linux/
H A Drbtree.h104 #define rb_first_cached(root) RB_MIN(linux_root, (struct linux_root *)(&(root)->rb_root)) macro
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_vm.c77 for (rb = rb_first_cached(root); rb; rb = rb_next(rb)) {