Searched refs:jif (Results 1 – 3 of 3) sorted by relevance
193 unsigned long jif = jiffies - start_jif; in cachefiles_hist() local194 if (jif >= HZ) in cachefiles_hist()195 jif = HZ - 1; in cachefiles_hist()196 atomic_inc(&histogram[jif]); in cachefiles_hist()
77 unsigned long jif = jiffies - start_jif; in fscache_hist() local78 if (jif >= HZ) in fscache_hist()79 jif = HZ - 1; in fscache_hist()80 atomic_inc(&histogram[jif]); in fscache_hist()
343 unsigned long jif; in fscache_wait_for_deferred_lookup() local354 jif = jiffies; in fscache_wait_for_deferred_lookup()365 fscache_hist(fscache_retrieval_delay_histogram, jif); in fscache_wait_for_deferred_lookup()