Searched refs:pit_fp (Results 1 – 3 of 3) sorted by relevance
57 FILE *pit_fp = c_iop->dip->pit_fp; in handle_complete() local93 if (q_iop->dip->pit_fp) { in handle_complete()94 fprintf(pit_fp, "%d.%09lu ", in handle_complete()107 if (c_iop->dip->pit_fp) { in handle_complete()108 fprintf(pit_fp, "| %d.%09lu | %d.%09lu\n", in handle_complete()
91 if (dip->pit_fp) in __dip_exit()92 fclose(dip->pit_fp); in __dip_exit()159 dip->pit_fp = open_pit(mkhandle(per_io_trees, in dip_alloc()
138 FILE *q2d_ofp, *d2c_ofp, *q2c_ofp, *pit_fp; member