Lines Matching refs:root
127 struct rb_root *root; in test1() local
162 root = &hists->entries; in test1()
163 node = rb_first(root); in test1()
229 struct rb_root *root; in test2() local
262 root = &hists->entries; in test2()
263 node = rb_first(root); in test2()
285 struct rb_root *root; in test3() local
316 root = &hists->entries; in test3()
317 node = rb_first(root); in test3()
359 struct rb_root *root; in test4() local
394 root = &hists->entries; in test4()
395 node = rb_first(root); in test4()
461 struct rb_root *root; in test5() local
497 root = &hists->entries; in test5()
498 node = rb_first(root); in test5()