Searched refs:tl_list (Results 1 – 2 of 2) sorted by relevance
17 struct list_head tl_list; member59 if (!tl || list_empty(&tl->tl_list) || !it || in dfs_cache_get_next_tgt()60 list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()70 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()79 if (!tl || list_empty(&tl->tl_list)) in dfs_cache_free_tgts()81 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
815 struct list_head *head = &tl->tl_list; in get_targets()