Home
last modified time | relevance | path

Searched refs:need_update (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dsched.h195 TP_PROTO(struct task_struct *p, struct rq *rq, bool *need_update),
196 TP_ARGS(p, rq, need_update), 1);
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h131 * @need_update: if equals 1, thermal_zone_device_update needs to be invoked.
165 atomic_t need_update; member
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c929 atomic_set(&tz->need_update, 1); in thermal_zone_bind_cooling_device()
1151 list_for_each_entry(pos, &thermal_tz_list, node) if (atomic_cmpxchg(&pos->need_update, 1, 0)) in __thermal_cooling_device_register()
1464 atomic_set(&tz->need_update, 1); in thermal_zone_device_register()
1520 if (atomic_cmpxchg(&tz->need_update, 1, 0)) { in thermal_zone_device_register()

Completed in 4 milliseconds