Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpelt.h82 u64_u32_store(rq->clock_idle, rq_clock(rq)); in _update_idle_rq_clock_pelt()
85 u64_u32_store(rq->clock_pelt_idle, rq_clock_pelt(rq)); in _update_idle_rq_clock_pelt()
170 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled); in update_idle_cfs_rq_clock_pelt()
H A Dsched.h673 # define u64_u32_store(var, val) u64_u32_store_copy(var, var##_copy, val) macro