Home
last modified time | relevance | path

Searched refs:old_delta (Results 1 – 6 of 6) sorted by relevance

/linux/crypto/
A Djitterentropy.c702 __u64 old_delta = 0; in jent_entropy_init() local
815 if (delta > old_delta) in jent_entropy_init()
816 delta_sum += (delta - old_delta); in jent_entropy_init()
818 delta_sum += (old_delta - delta); in jent_entropy_init()
819 old_delta = delta; in jent_entropy_init()
/linux/drivers/rtc/
A Dclass.c90 static struct timespec64 old_rtc, old_system, old_delta; variable
122 delta_delta = timespec64_sub(delta, old_delta); in rtc_suspend()
128 old_delta = delta; in rtc_suspend()
/linux/drivers/mmc/host/
A Dsdhci-esdhc-mcf.c226 int delta, old_delta = clock; in esdhc_mcf_pltfm_set_clock() local
261 if (delta < old_delta) { in esdhc_mcf_pltfm_set_clock()
262 old_delta = delta; in esdhc_mcf_pltfm_set_clock()
/linux/kernel/time/
A Dtimekeeping.c1823 static struct timespec64 old_delta; in timekeeping_suspend() local
1861 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend()
1867 old_delta = delta; in timekeeping_suspend()
/linux/
A DSystem.map160679 ffff8000121162b0 b old_delta.1
163149 ffff800012156bd0 b old_delta
A D.tmp_System.map160679 ffff8000121162b0 b old_delta.1
163149 ffff800012156bd0 b old_delta

Completed in 367 milliseconds