Home
last modified time | relevance | path

Searched refs:get_jiffies_64 (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h40 static inline unsigned long long get_jiffies_64(void) in get_jiffies_64() function
/third_party/ltp/scripts/
H A Dcheckpatch.pl6436 # check for comparisons of get_jiffies_64()
6437 if ($line =~ /\bget_jiffies_64\s*\(\s*\)\s*$Compare|$Compare\s*get_jiffies_64\s*\(\s*\)/) {
6439 "Comparing get_jiffies_64() is almost always wrong; prefer time_after64, time_before64 and friends\n" . $herecurr);

Completed in 7 milliseconds