Home
last modified time | relevance | path

Searched refs:INITIAL_JIFFIES (Results 1 – 15 of 15) sorted by relevance

/linux/kernel/trace/
H A Dtrace_clock.c72 return jiffies_64_to_clock_t(jiffies_64 - INITIAL_JIFFIES); in trace_clock_jiffies()
/linux/drivers/target/iscsi/
H A Discsi_target_stat.c24 #ifndef INITIAL_JIFFIES
25 #define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-300*HZ)) macro
297 INITIAL_JIFFIES) * 100 / HZ) : 0; in iscsi_stat_tgt_attr_last_fail_time_show()
/linux/kernel/sched/
H A Dautogroup.c235 static unsigned long next = INITIAL_JIFFIES; in proc_sched_autogroup_set_nice()
H A Dext.c1100 static unsigned long scx_watchdog_timestamp = INITIAL_JIFFIES;
/linux/kernel/time/
H A Dsched_clock.c58 return (u64)(jiffies - INITIAL_JIFFIES); in jiffy_sched_clock_read()
/linux/drivers/target/
H A Dtarget_core_stat.c30 #ifndef INITIAL_JIFFIES
31 #define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-300*HZ)) macro
360 INITIAL_JIFFIES) * 100 / HZ)); in target_stat_lu_creation_time_show()
1161 INITIAL_JIFFIES) * 100 / HZ)); in target_stat_auth_creation_time_show()
/linux/drivers/net/wan/
H A Dhdlc_cisco.c107 data->time = htonl((jiffies - INITIAL_JIFFIES) * (1000 / HZ)); in cisco_keepalive_send()
/linux/drivers/char/
H A Drandom.c1222 static struct timer_rand_state input_timer_state = { INITIAL_JIFFIES }; in add_input_randomness()
1254 state->last_time = INITIAL_JIFFIES; in rand_initialize_disk()
/linux/arch/um/kernel/
H A Dtime.c56 return (unsigned long long)(jiffies - INITIAL_JIFFIES + in sched_clock()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c558 static unsigned long last_reset = INITIAL_JIFFIES; in rt2x00debug_write_restart_hw()
/linux/drivers/acpi/
H A Dosl.c657 return (get_jiffies_64() - INITIAL_JIFFIES) * in acpi_os_get_timer()
/linux/kernel/
H A Dworkqueue.c7461 static unsigned long wq_watchdog_touched = INITIAL_JIFFIES;
7462 static DEFINE_PER_CPU(unsigned long, wq_watchdog_touched_cpu) = INITIAL_JIFFIES;
/linux/net/ipv4/
H A Ddevinet.c1691 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()
H A Digmp.c1456 ci.cstamp = (READ_ONCE(im->mca_cstamp) - INITIAL_JIFFIES) * 100UL / HZ; in inet_fill_ifmcaddr()
/linux/net/ipv6/
H A Daddrconf.c101 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ; in cstamp_delta()