Home
last modified time | relevance | path

Searched refs:u64_u32_store (Results 1 – 3 of 3) sorted by relevance

/kernel/sched/
Dpelt.h85 u64_u32_store(rq->clock_idle, rq_clock(rq)); in _update_idle_rq_clock_pelt()
88 u64_u32_store(rq->clock_pelt_idle, rq_clock_pelt(rq)); in _update_idle_rq_clock_pelt()
194 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled); in update_idle_cfs_rq_clock_pelt()
Dsched.h558 # define u64_u32_store(var, val) u64_u32_store_copy(var, var##_copy, val) macro
Dfair.c623 u64_u32_store(cfs_rq->min_vruntime, in update_min_vruntime()
12242 u64_u32_store(cfs_rq->min_vruntime, (u64)(-(1LL << 20))); in init_cfs_rq()