Searched refs:u64_u32_store (Results 1 – 2 of 2) sorted by relevance
78 u64_u32_store(rq->clock_idle, rq_clock(rq)); in _update_idle_rq_clock_pelt()81 u64_u32_store(rq->clock_pelt_idle, rq_clock_pelt(rq)); in _update_idle_rq_clock_pelt()166 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled); in update_idle_cfs_rq_clock_pelt()
638 # define u64_u32_store(var, val) u64_u32_store_copy(var, var##_copy, val) macro