Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/ctl/
Dctl_tpc.c821 struct tpc_io *tior, *tiow; in tpc_process_b2b() local
832 while ((tior = TAILQ_FIRST(&list->allio)) != NULL) { in tpc_process_b2b()
833 TAILQ_REMOVE(&list->allio, tior, links); in tpc_process_b2b()
834 ctl_free_io(tior->io); in tpc_process_b2b()
835 free(tior->buf, M_CTL); in tpc_process_b2b()
836 free(tior, M_CTL); in tpc_process_b2b()
913 tior = malloc(sizeof(*tior), M_CTL, M_WAITOK | M_ZERO); in tpc_process_b2b()
914 TAILQ_INIT(&tior->run); in tpc_process_b2b()
915 tior->buf = malloc(roundbytes, M_CTL, M_WAITOK); in tpc_process_b2b()
916 tior->list = list; in tpc_process_b2b()
[all …]