Home
last modified time | relevance | path

Searched refs:old_delta (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Djitterentropy.c701 __u64 old_delta = 0; in jent_entropy_init() local
814 if (delta > old_delta) in jent_entropy_init()
815 delta_sum += (delta - old_delta); in jent_entropy_init()
817 delta_sum += (old_delta - delta); in jent_entropy_init()
818 old_delta = delta; in jent_entropy_init()
/kernel/linux/linux-6.6/crypto/
H A Djitterentropy.c629 __u64 old_delta = 0; in jent_entropy_init() local
741 if (delta > old_delta) in jent_entropy_init()
742 delta_sum += (delta - old_delta); in jent_entropy_init()
744 delta_sum += (old_delta - delta); in jent_entropy_init()
745 old_delta = delta; in jent_entropy_init()
/kernel/linux/linux-5.10/drivers/rtc/
H A Dclass.c98 static struct timespec64 old_rtc, old_system, old_delta; variable
130 delta_delta = timespec64_sub(delta, old_delta); in rtc_suspend()
134 * has occurred and set old_delta to the current delta. in rtc_suspend()
136 old_delta = delta; in rtc_suspend()
/kernel/linux/linux-6.6/drivers/rtc/
H A Dclass.c99 static struct timespec64 old_rtc, old_system, old_delta; variable
131 delta_delta = timespec64_sub(delta, old_delta); in rtc_suspend()
135 * has occurred and set old_delta to the current delta. in rtc_suspend()
137 old_delta = delta; in rtc_suspend()
/kernel/linux/linux-5.10/drivers/mmc/host/
H 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()
/kernel/linux/linux-6.6/drivers/mmc/host/
H 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()
/kernel/linux/linux-5.10/kernel/time/
H A Dtimekeeping.c1817 static struct timespec64 old_delta; in timekeeping_suspend() local
1855 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend()
1859 * has occurred and set old_delta to the current delta. in timekeeping_suspend()
1861 old_delta = delta; in timekeeping_suspend()
/kernel/linux/linux-6.6/kernel/time/
H A Dtimekeeping.c1844 static struct timespec64 old_delta; in timekeeping_suspend() local
1882 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend()
1886 * has occurred and set old_delta to the current delta. in timekeeping_suspend()
1888 old_delta = delta; in timekeeping_suspend()

Completed in 11 milliseconds