Lines Matching refs:ms
1015 unsigned int ms; in sg_ioctl() local
1035 ms = jiffies_to_msecs(jiffies); in sg_ioctl()
1037 (ms > srp->header.duration) ? in sg_ioctl()
1038 (ms - srp->header.duration) : 0; in sg_ioctl()
1286 unsigned int ms; in sg_rq_end_io() local
1309 ms = jiffies_to_msecs(jiffies); in sg_rq_end_io()
1310 srp->header.duration = (ms > srp->header.duration) ? in sg_rq_end_io()
1311 (ms - srp->header.duration) : 0; in sg_rq_end_io()
2596 unsigned int ms; in sg_proc_debug_helper() local
2639 ms = jiffies_to_msecs(jiffies); in sg_proc_debug_helper()
2643 (ms > hp->duration ? ms - hp->duration : 0)); in sg_proc_debug_helper()