Lines Matching refs:links
93 TAILQ_ENTRY(tpc_io) links;
106 TAILQ_ENTRY(tpc_token) links;
152 TAILQ_ENTRY(tpc_list) links;
164 STAILQ_FOREACH(lun, &softc->lun_list, links) { in tpc_timeout()
166 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) { in tpc_timeout()
170 TAILQ_REMOVE(&lun->tpc_lists, list, links); in tpc_timeout()
178 TAILQ_FOREACH_SAFE(token, &softc->tpc_tokens, links, ttoken) { in tpc_timeout()
182 TAILQ_REMOVE(&softc->tpc_tokens, token, links); in tpc_timeout()
211 TAILQ_REMOVE(&softc->tpc_tokens, token, links); in ctl_tpc_shutdown()
231 TAILQ_FOREACH_SAFE(list, &lun->tpc_lists, links, tlist) { in ctl_tpc_lun_clear()
236 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_tpc_lun_clear()
250 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_tpc_lun_shutdown()
258 TAILQ_FOREACH_SAFE(token, &softc->tpc_tokens, links, ttoken) { in ctl_tpc_lun_shutdown()
261 TAILQ_REMOVE(&softc->tpc_tokens, token, links); in ctl_tpc_lun_shutdown()
507 TAILQ_FOREACH(list, &lun->tpc_lists, links) { in tpc_find_list()
547 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_receive_copy_status_lid1()
616 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_receive_copy_failure_details()
677 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_receive_copy_status_lid4()
831 TAILQ_REMOVE(&list->allio, tior, links); in tpc_process_b2b()
915 TAILQ_INSERT_TAIL(&list->allio, tior, links); in tpc_process_b2b()
936 TAILQ_INSERT_TAIL(&list->allio, tiow, links); in tpc_process_b2b()
984 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_verify()
1020 TAILQ_INSERT_TAIL(&list->allio, tio, links); in tpc_process_verify()
1047 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_register_key()
1081 TAILQ_INSERT_TAIL(&list->allio, tio, links); in tpc_process_register_key()
1184 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_wut()
1277 TAILQ_INSERT_TAIL(&list->allio, tior, links); in tpc_process_wut()
1296 TAILQ_INSERT_TAIL(&list->allio, tiow, links); in tpc_process_wut()
1342 TAILQ_REMOVE(&list->allio, tio, links); in tpc_process_zero_wut()
1382 TAILQ_INSERT_TAIL(&list->allio, tiow, links); in tpc_process_zero_wut()
1485 TAILQ_REMOVE(&lun->tpc_lists, list, links); in tpc_process()
1796 TAILQ_REMOVE(&lun->tpc_lists, tlist, links); in ctl_extended_copy_lid1()
1800 TAILQ_INSERT_TAIL(&lun->tpc_lists, list, links); in ctl_extended_copy_lid1()
1950 TAILQ_REMOVE(&lun->tpc_lists, tlist, links); in ctl_extended_copy_lid4()
1954 TAILQ_INSERT_TAIL(&lun->tpc_lists, list, links); in ctl_extended_copy_lid4()
2135 TAILQ_REMOVE(&lun->tpc_lists, tlist, links); in ctl_populate_token()
2138 TAILQ_INSERT_TAIL(&lun->tpc_lists, list, links); in ctl_populate_token()
2165 TAILQ_INSERT_TAIL(&softc->tpc_tokens, token, links); in ctl_populate_token()
2286 TAILQ_REMOVE(&lun->tpc_lists, tlist, links); in ctl_write_using_token()
2289 TAILQ_INSERT_TAIL(&lun->tpc_lists, list, links); in ctl_write_using_token()
2299 TAILQ_FOREACH(token, &softc->tpc_tokens, links) { in ctl_write_using_token()
2313 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_write_using_token()
2366 TAILQ_REMOVE(&lun->tpc_lists, list, links); in ctl_receive_rod_token_information()
2437 TAILQ_FOREACH(token, &softc->tpc_tokens, links) in ctl_report_all_rod_tokens()
2455 TAILQ_FOREACH(token, &softc->tpc_tokens, links) { in ctl_report_all_rod_tokens()