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

/linux-4.4.14/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.4.14/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.4.14/arch/mips/loongson32/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.4.14/arch/mips/loongson64/common/cs5536/
H A Dcs5536_mfgpt.c151 u32 jifs; mfgpt_read() local
169 jifs = jiffies; mfgpt_read()
183 if (count < old_count && jifs == old_jifs) mfgpt_read()
187 old_jifs = jifs; mfgpt_read()
191 return (cycle_t) (jifs * COMPARE) + count; mfgpt_read()
/linux-4.4.14/drivers/md/
H A Ddm-cache-target.c54 static bool __iot_idle_for(struct io_tracker *iot, unsigned long jifs) __iot_idle_for() argument
59 return time_after(jiffies, iot->idle_time + jifs); __iot_idle_for()
62 static bool iot_idle_for(struct io_tracker *iot, unsigned long jifs) iot_idle_for() argument
68 r = __iot_idle_for(iot, jifs); iot_idle_for()
H A Dbitmap.c2245 unsigned long jifs = mddev->bitmap_info.daemon_sleep % HZ; timeout_show() local
2248 if (jifs) timeout_show()
2249 len += sprintf(page+len, ".%03u", jiffies_to_msecs(jifs)); timeout_show()

Completed in 236 milliseconds