Searched refs:tl_list (Results 1 – 3 of 3) sorted by relevance
16 #define DFS_CACHE_TGT_LIST_INIT(var) { .tl_numtgts = 0, .tl_list = LIST_HEAD_INIT((var).tl_list), }20 struct list_head tl_list; member55 if (!tl || list_empty(&tl->tl_list) || !it || in dfs_cache_get_next_tgt()56 list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()66 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()75 if (!tl || list_empty(&tl->tl_list)) in dfs_cache_free_tgts()77 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
885 struct list_head *head = &tl->tl_list; in get_targets()
4591 list_replace_init(&ntl.tl_list, &tl->tl_list); in __tree_connect_dfs_target()