Searched refs:test_h (Results 1 – 1 of 1) sorted by relevance
3667 struct ctlr_info *test_h; in add_to_scan_list() local3678 list_for_each_entry(test_h, &scan_q, scan_list) { in add_to_scan_list()3679 if (test_h == h) { in add_to_scan_list()3710 struct ctlr_info *test_h, *tmp_h; in remove_from_scan_list() local3713 list_for_each_entry_safe(test_h, tmp_h, &scan_q, scan_list) { in remove_from_scan_list()3714 if (test_h == h) { /* state 2. */ in remove_from_scan_list()