Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
H A Dmagic.c112 u32_t jiffies; in magic_churnrand() member
118 sys_data.jiffies = magic_randomseed; in magic_churnrand()
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
H A Dtest-cmpxchg-nolock.c32 #include <linux/jiffies.h>
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h63 #define jiffies 0 macro
153 * @brief change jiffies time to tick (not supported).
156 * This API is used to change jiffies time to tick time.
163 * @param j [IN] the jiffies time value.
/third_party/selinux/libselinux/src/
H A Davc.c601 unsigned long now = jiffies;
/third_party/ltp/scripts/
H A Dcheckpatch.pl6430 # check for comparisons of jiffies
6431 if ($line =~ /\bjiffies\s*$Compare|$Compare\s*jiffies\b/) {
6433 "Comparing jiffies is almost always wrong; prefer time_after, time_before and friends\n" . $herecurr);

Completed in 16 milliseconds