Home
last modified time | relevance | path

Searched refs:tior (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_tpc.c819 struct tpc_io *tior, *tiow; in tpc_process_b2b() local
830 while ((tior = TAILQ_FIRST(&list->allio)) != NULL) { in tpc_process_b2b()
831 TAILQ_REMOVE(&list->allio, tior, links); in tpc_process_b2b()
832 ctl_free_io(tior->io); in tpc_process_b2b()
833 free(tior->buf, M_CTL); in tpc_process_b2b()
834 free(tior, M_CTL); in tpc_process_b2b()
911 tior = malloc(sizeof(*tior), M_CTL, M_WAITOK | M_ZERO); in tpc_process_b2b()
912 TAILQ_INIT(&tior->run); in tpc_process_b2b()
913 tior->buf = malloc(roundbytes, M_CTL, M_WAITOK); in tpc_process_b2b()
914 tior->list = list; in tpc_process_b2b()
[all …]