Lines Matching refs:ms
1021 unsigned int ms; in sg_ioctl() local
1041 ms = jiffies_to_msecs(jiffies); in sg_ioctl()
1043 (ms > srp->header.duration) ? in sg_ioctl()
1044 (ms - srp->header.duration) : 0; in sg_ioctl()
1292 unsigned int ms; in sg_rq_end_io() local
1315 ms = jiffies_to_msecs(jiffies); in sg_rq_end_io()
1316 srp->header.duration = (ms > srp->header.duration) ? in sg_rq_end_io()
1317 (ms - srp->header.duration) : 0; in sg_rq_end_io()
2602 unsigned int ms; in sg_proc_debug_helper() local
2645 ms = jiffies_to_msecs(jiffies); in sg_proc_debug_helper()
2649 (ms > hp->duration ? ms - hp->duration : 0)); in sg_proc_debug_helper()