Home
last modified time | relevance | path

Searched refs:next_wakeup (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/base/power/
H A Ddomain_governor.c123 ktime_t next_wakeup; in update_domain_next_wakeup() local
139 next_wakeup = to_gpd_data(pdd)->next_wakeup; in update_domain_next_wakeup()
140 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
141 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
142 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
146 next_wakeup = link->child->next_wakeup; in update_domain_next_wakeup()
147 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
148 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
149 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
152 genpd->next_wakeup = domain_wakeup; in update_domain_next_wakeup()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/base/power/
H A Ddomain_governor.c123 ktime_t next_wakeup; in update_domain_next_wakeup() local
139 next_wakeup = to_gpd_data(pdd)->next_wakeup; in update_domain_next_wakeup()
140 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
141 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
142 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
146 next_wakeup = link->child->next_wakeup; in update_domain_next_wakeup()
147 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
148 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
149 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
152 genpd->next_wakeup = domain_wakeup; in update_domain_next_wakeup()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/base/power/
H A Ddomain_governor.c123 ktime_t next_wakeup; in update_domain_next_wakeup() local
139 next_wakeup = to_gpd_data(pdd)->next_wakeup; in update_domain_next_wakeup()
140 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
141 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
142 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
146 next_wakeup = link->child->next_wakeup; in update_domain_next_wakeup()
147 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
148 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
149 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
152 genpd->next_wakeup = domain_wakeup; in update_domain_next_wakeup()
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/wocky/
H A Dwocky-heartbeat-source.c47 gint64 next_wakeup; member
159 if (now > self->next_wakeup) in wocky_heartbeat_source_prepare()
173 *msec_to_poll = (self->next_wakeup - now) / 1000; in wocky_heartbeat_source_prepare()
212 return (now > self->next_wakeup); in wocky_heartbeat_source_check()
258 self->next_wakeup = g_source_get_time (source); in wocky_heartbeat_source_dispatch()
259 self->next_wakeup += self->max_interval * G_USEC_PER_SEC; in wocky_heartbeat_source_dispatch()
260 DEBUG ("next wakeup at %" G_GINT64_FORMAT, self->next_wakeup); in wocky_heartbeat_source_dispatch()
338 self->next_wakeup = g_get_monotonic_time (); in wocky_heartbeat_source_new()
339 self->next_wakeup += max_interval * G_USEC_PER_SEC; in wocky_heartbeat_source_new()
397 self->next_wakeup = g_source_get_time (source); in wocky_heartbeat_source_update_interval()
[all …]
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/wocky/
H A Dwocky-heartbeat-source.c43 gint64 next_wakeup; member
155 if (now > self->next_wakeup) in wocky_heartbeat_source_prepare()
169 *msec_to_poll = (self->next_wakeup - now) / 1000; in wocky_heartbeat_source_prepare()
208 return (now > self->next_wakeup); in wocky_heartbeat_source_check()
254 self->next_wakeup = g_source_get_time (source); in wocky_heartbeat_source_dispatch()
255 self->next_wakeup += self->max_interval * G_USEC_PER_SEC; in wocky_heartbeat_source_dispatch()
256 DEBUG ("next wakeup at %" G_GINT64_FORMAT, self->next_wakeup); in wocky_heartbeat_source_dispatch()
334 self->next_wakeup = g_get_monotonic_time (); in wocky_heartbeat_source_new()
335 self->next_wakeup += max_interval * G_USEC_PER_SEC; in wocky_heartbeat_source_new()
393 self->next_wakeup = g_source_get_time (source); in wocky_heartbeat_source_update_interval()
[all …]
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h23 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
25 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
26 return next_wakeup; in background_thread_wakeup_time_get()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h28 uint64_t next_wakeup = nstime_ns(&info->next_wakeup); in background_thread_wakeup_time_get() local
30 (next_wakeup == BACKGROUND_THREAD_INDEFINITE_SLEEP)); in background_thread_wakeup_time_get()
31 return next_wakeup; in background_thread_wakeup_time_get()
40 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()

12345678