Searched refs:jifs (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/nfsd/
H A Dstats.c54 unsigned int jifs = nfsdstats.th_usage[i]; nfsd_proc_show() local
55 unsigned int sec = jifs / HZ, msec = (jifs % HZ)*1000/HZ; nfsd_proc_show()
/linux-4.1.27/drivers/clocksource/
H A Di8253.c34 u32 jifs; i8253_read() local
50 jifs = jiffies; i8253_read()
76 if (count > old_count && jifs == old_jifs) i8253_read()
80 old_jifs = jifs; i8253_read()
86 return (cycle_t)(jifs * PIT_LATCH) + count; i8253_read()
/linux-4.1.27/arch/mips/loongson/common/cs5536/
H A Dcs5536_mfgpt.c155 u32 jifs; mfgpt_read() local
173 jifs = jiffies; mfgpt_read()
187 if (count < old_count && jifs == old_jifs) mfgpt_read()
191 old_jifs = jifs; mfgpt_read()
195 return (cycle_t) (jifs * COMPARE) + count; mfgpt_read()
/linux-4.1.27/arch/mips/loongson1/common/
H A Dtime.c69 u32 jifs; ls1x_clocksource_read() local
87 jifs = jiffies; ls1x_clocksource_read()
101 if (count < old_count && jifs == old_jifs) ls1x_clocksource_read()
105 old_jifs = jifs; ls1x_clocksource_read()
109 return (cycle_t) (jifs * ls1x_jiffies_per_tick) + count; ls1x_clocksource_read()
/linux-4.1.27/drivers/md/
H A Dbitmap.c2250 unsigned long jifs = mddev->bitmap_info.daemon_sleep % HZ; timeout_show() local
2253 if (jifs) timeout_show()
2254 len += sprintf(page+len, ".%03u", jiffies_to_msecs(jifs)); timeout_show()

Completed in 195 milliseconds