Home
last modified time | relevance | path

Searched refs:jif (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/cachefiles/
Dinternal.h197 unsigned long jif = jiffies - start_jif; in cachefiles_hist() local
198 if (jif >= HZ) in cachefiles_hist()
199 jif = HZ - 1; in cachefiles_hist()
200 atomic_inc(&histogram[jif]); in cachefiles_hist()
/linux-4.19.296/fs/fscache/
Dinternal.h81 unsigned long jif = jiffies - start_jif; in fscache_hist() local
82 if (jif >= HZ) in fscache_hist()
83 jif = HZ - 1; in fscache_hist()
84 atomic_inc(&histogram[jif]); in fscache_hist()
Dpage.c347 unsigned long jif; in fscache_wait_for_deferred_lookup() local
358 jif = jiffies; in fscache_wait_for_deferred_lookup()
369 fscache_hist(fscache_retrieval_delay_histogram, jif); in fscache_wait_for_deferred_lookup()