Searched refs:tl_list (Results 1 – 3 of 3) sorted by relevance
20 { .tl_numtgts = 0, .tl_list = LIST_HEAD_INIT((var).tl_list), }27 struct list_head tl_list; member58 if (!tl || !tl->tl_numtgts || list_empty(&tl->tl_list) || in dfs_cache_get_next_tgt()59 !it || list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()69 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()78 if (!tl || !tl->tl_numtgts || list_empty(&tl->tl_list)) in dfs_cache_free_tgts()80 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
516 list_replace_init(&ntl.tl_list, &tl->tl_list); in __tree_connect_dfs_target()
793 struct list_head *head = &tl->tl_list; in get_targets()