Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt.h175 int get_scsi_pt_duration_ms(const struct sg_pt_base * objp);
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_basic.c222 if ((verbose > 2) && ((duration = get_scsi_pt_duration_ms(ptvp)) >= 0)) in sg_cmds_process_resp()
Dsg_pt_linux.c695 get_scsi_pt_duration_ms(const struct sg_pt_base * vp) in get_scsi_pt_duration_ms() function
Dsg_cmds_extra.c1816 if ((verbose > 2) && ((duration = get_scsi_pt_duration_ms(ptvp)) >= 0)) in sg_ll_ata_pt()