Searched refs:tc_list (Results 1 – 3 of 3) sorted by relevance
49 .tc_list = LIST_HEAD_INIT(vpecontrol.tc_list)80 list_for_each_entry(t, &vpecontrol.tc_list, list) { in get_tc()125 list_add_tail(&tc->list, &vpecontrol.tc_list); in alloc_tc()
98 struct list_head tc_list; /* Thread contexts */ member
145 local tc_list="$1"148 for tc in ${tc_list}; do