Lines Matching refs:found
517 struct tree_mod_elem *found = NULL; in __tree_mod_log_search() local
532 if (found) in __tree_mod_log_search()
533 BUG_ON(found->seq > cur->seq); in __tree_mod_log_search()
534 found = cur; in __tree_mod_log_search()
538 if (found) in __tree_mod_log_search()
539 BUG_ON(found->seq < cur->seq); in __tree_mod_log_search()
540 found = cur; in __tree_mod_log_search()
543 found = cur; in __tree_mod_log_search()
549 return found; in __tree_mod_log_search()
775 struct tree_mod_elem *found = NULL; in tree_mod_log_oldest_root() local
809 found = tm; in tree_mod_log_oldest_root()
815 if (!found) in tree_mod_log_oldest_root()
816 found = tm; in tree_mod_log_oldest_root()
818 return found; in tree_mod_log_oldest_root()