jiffies_to_msecs 1433 block/as-iosched.c 	return as_var_show(jiffies_to_msecs((__VAR)), (page));	\
jiffies_to_msecs  332 block/bsg.c    	bc->hdr.duration = jiffies_to_msecs(jiffies - bc->hdr.duration);
jiffies_to_msecs 2296 block/cfq-iosched.c 		__data = jiffies_to_msecs(__data);			\
jiffies_to_msecs  395 block/deadline-iosched.c 		__data = jiffies_to_msecs(__data);			\
jiffies_to_msecs  981 block/genhd.c  			   jiffies_to_msecs(part_stat_read(hd, ticks[0])),
jiffies_to_msecs  985 block/genhd.c  			   jiffies_to_msecs(part_stat_read(hd, ticks[1])),
jiffies_to_msecs  987 block/genhd.c  			   jiffies_to_msecs(part_stat_read(hd, io_ticks)),
jiffies_to_msecs  988 block/genhd.c  			   jiffies_to_msecs(part_stat_read(hd, time_in_queue))
jiffies_to_msecs  341 block/scsi_ioctl.c 	hdr->duration = jiffies_to_msecs(jiffies - start_time);
jiffies_to_msecs  611 block/scsi_ioctl.c 			hdr.timeout = jiffies_to_msecs(cgc.timeout);
jiffies_to_msecs  174 fs/dlm/debug_fs.c 		waiting = jiffies_to_msecs(jiffies - lkb->lkb_timestamp);
jiffies_to_msecs  229 fs/dlm/recoverd.c 		  jiffies_to_msecs(jiffies - start));
jiffies_to_msecs  715 fs/jbd2/journal.c 				jiffies_to_msecs(ts->u.run.rs_wait),
jiffies_to_msecs  716 fs/jbd2/journal.c 				jiffies_to_msecs(ts->u.run.rs_running),
jiffies_to_msecs  717 fs/jbd2/journal.c 				jiffies_to_msecs(ts->u.run.rs_locked),
jiffies_to_msecs  718 fs/jbd2/journal.c 				jiffies_to_msecs(ts->u.run.rs_flushing),
jiffies_to_msecs  719 fs/jbd2/journal.c 				jiffies_to_msecs(ts->u.run.rs_logging),
jiffies_to_msecs  726 fs/jbd2/journal.c 				jiffies_to_msecs(ts->u.chp.cs_chp_time),
jiffies_to_msecs  818 fs/jbd2/journal.c 	    jiffies_to_msecs(s->stats->u.run.rs_wait / s->stats->ts_tid));
jiffies_to_msecs  820 fs/jbd2/journal.c 	    jiffies_to_msecs(s->stats->u.run.rs_running / s->stats->ts_tid));
jiffies_to_msecs  822 fs/jbd2/journal.c 	    jiffies_to_msecs(s->stats->u.run.rs_locked / s->stats->ts_tid));
jiffies_to_msecs  824 fs/jbd2/journal.c 	    jiffies_to_msecs(s->stats->u.run.rs_flushing / s->stats->ts_tid));
jiffies_to_msecs  826 fs/jbd2/journal.c 	    jiffies_to_msecs(s->stats->u.run.rs_logging / s->stats->ts_tid));
jiffies_to_msecs  167 fs/ocfs2/cluster/heartbeat.c 	     jiffies_to_msecs(jiffies - reg->hr_last_timeout_start)); 
jiffies_to_msecs 1465 fs/ocfs2/dlm/dlmdomain.c 				     jiffies_to_msecs(total_backoff));
jiffies_to_msecs  230 fs/partitions/check.c 		jiffies_to_msecs(part_stat_read(p, ticks[READ])),
jiffies_to_msecs  234 fs/partitions/check.c 		jiffies_to_msecs(part_stat_read(p, ticks[WRITE])),
jiffies_to_msecs  236 fs/partitions/check.c 		jiffies_to_msecs(part_stat_read(p, io_ticks)),
jiffies_to_msecs  237 fs/partitions/check.c 		jiffies_to_msecs(part_stat_read(p, time_in_queue)));
jiffies_to_msecs   37 include/asm-generic/cputime.h #define cputime_to_msecs(__ct)		jiffies_to_msecs(__ct)
jiffies_to_msecs  286 include/linux/jiffies.h extern unsigned int jiffies_to_msecs(const unsigned long j);
jiffies_to_msecs  664 include/linux/rtnetlink.h 	RTA_PUT_U64(skb, attrtype, jiffies_to_msecs(value))
jiffies_to_msecs  140 include/net/dst.h 	dst->metrics[metric-1] = jiffies_to_msecs(rtt);
jiffies_to_msecs  825 include/net/netlink.h 	u64 tmp = jiffies_to_msecs(jiffies);
jiffies_to_msecs  872 include/net/netlink.h 	NLA_PUT_U64(skb, attrtype, jiffies_to_msecs(jiffies))
jiffies_to_msecs  141 kernel/irq/proc.c 			jiffies_to_msecs(d->last_unhandled));
jiffies_to_msecs  164 kernel/power/main.c 	msec = jiffies_to_msecs(abs(nj));
jiffies_to_msecs 2562 kernel/sysctl.c 		*lvalp = jiffies_to_msecs(lval);
jiffies_to_msecs 2886 kernel/sysctl.c 			val = jiffies_to_msecs(*(int *)(table->data));
jiffies_to_msecs  466 kernel/time.c  	if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET))
jiffies_to_msecs  476 kernel/time.c  	if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET))
jiffies_to_msecs 1524 kernel/timer.c 	return jiffies_to_msecs(timeout);
jiffies_to_msecs 1749 net/core/neighbour.c 			.ndtc_last_flush	= jiffies_to_msecs(flush_delta),
jiffies_to_msecs 1750 net/core/neighbour.c 			.ndtc_last_rand		= jiffies_to_msecs(rand_delta),
jiffies_to_msecs  224 net/ieee80211/ieee80211_wx.c 		      jiffies_to_msecs(jiffies - network->last_scanned));
jiffies_to_msecs  290 net/ieee80211/ieee80211_wx.c 					     jiffies_to_msecs(jiffies -
jiffies_to_msecs  595 net/ipv4/inet_diag.c 	r->idiag_expires = jiffies_to_msecs(tmo);
jiffies_to_msecs 2243 net/ipv4/tcp.c 	info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime);
jiffies_to_msecs 2244 net/ipv4/tcp.c 	info->tcpi_last_data_recv = jiffies_to_msecs(now - icsk->icsk_ack.lrcvtime);
jiffies_to_msecs 2245 net/ipv4/tcp.c 	info->tcpi_last_ack_recv = jiffies_to_msecs(now - tp->rcv_tstamp);
jiffies_to_msecs  320 net/mac80211/cfg.c 	sinfo->inactive_time = jiffies_to_msecs(jiffies - sta->last_rx);
jiffies_to_msecs  894 net/mac80211/cfg.c 		pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies);
jiffies_to_msecs  896 net/mac80211/cfg.c 			jiffies_to_msecs(mpath->discovery_timeout);
jiffies_to_msecs  107 net/mac80211/debugfs_sta.c 			    jiffies_to_msecs(jiffies - sta->last_rx));
jiffies_to_msecs  864 net/mac80211/scan.c 			jiffies_to_msecs(jiffies - bss->last_update));
jiffies_to_msecs 3722 net/sctp/socket.c 	status.sstat_primary.spinfo_rto = jiffies_to_msecs(transport->rto);
jiffies_to_msecs 3782 net/sctp/socket.c 	pinfo.spinfo_rto = jiffies_to_msecs(transport->rto);
jiffies_to_msecs 4086 net/sctp/socket.c 		params.spp_hbinterval = jiffies_to_msecs(trans->hbinterval);
jiffies_to_msecs 4089 net/sctp/socket.c 		params.spp_sackdelay  = jiffies_to_msecs(trans->sackdelay);
jiffies_to_msecs 4095 net/sctp/socket.c 		params.spp_hbinterval = jiffies_to_msecs(asoc->hbinterval);
jiffies_to_msecs 4098 net/sctp/socket.c 		params.spp_sackdelay  = jiffies_to_msecs(asoc->sackdelay);
jiffies_to_msecs 4190 net/sctp/socket.c 			params.sack_delay = jiffies_to_msecs(
jiffies_to_msecs 4934 net/sctp/socket.c 		rtoinfo.srto_initial = jiffies_to_msecs(asoc->rto_initial);
jiffies_to_msecs 4935 net/sctp/socket.c 		rtoinfo.srto_max = jiffies_to_msecs(asoc->rto_max);
jiffies_to_msecs 4936 net/sctp/socket.c 		rtoinfo.srto_min = jiffies_to_msecs(asoc->rto_min);
jiffies_to_msecs 2210 net/tipc/link.c 	msg_set_timestamp(msg, jiffies_to_msecs(jiffies));
jiffies_to_msecs 2249 net/tipc/link.c 	dbg("AT(%u):", jiffies_to_msecs(jiffies));
jiffies_to_msecs 1748 net/tipc/socket.c 		value = jiffies_to_msecs(sk->sk_rcvtimeo);