Searched refs:ti (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/ |
H A D | process.c | 638 struct thread_info *ti = task_thread_info(task); in set_tagged_addr_ctrl() local 640 if (is_compat_thread(ti)) { in set_tagged_addr_ctrl() 664 update_ti_thread_flag(ti, TIF_TAGGED_ADDR, arg & PR_TAGGED_ADDR_ENABLE); in set_tagged_addr_ctrl() 672 struct thread_info *ti = task_thread_info(task); in get_tagged_addr_ctrl() local 674 if (is_compat_thread(ti)) { in get_tagged_addr_ctrl() 678 if (test_ti_thread_flag(ti, TIF_TAGGED_ADDR)) { in get_tagged_addr_ctrl()
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | mkimg | 134 OFFS=$(fdtget -ti ${ITB} ${NODE} data-position) 135 SIZE=$(fdtget -ti ${ITB} ${NODE} data-size)
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkimg | 133 OFFS=$(fdtget -ti ${ITB} ${NODE} data-position) 134 SIZE=$(fdtget -ti ${ITB} ${NODE} data-size)
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.h | 63 int power_actor_set_power(struct thermal_cooling_device *cdev, struct thermal_instance *ti, u32 power);
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | thermal_core.h | 73 struct thermal_instance *ti, u32 power);
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 488 struct thread_info *ti = task_thread_info(p); in set_nr_and_not_polling() local 489 return !(fetch_or(&ti->flags, _TIF_NEED_RESCHED) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling() 500 struct thread_info *ti = task_thread_info(p); in set_nr_if_polling() local 501 typeof(ti->flags) old, val = READ_ONCE(ti->flags); in set_nr_if_polling() 510 old = cmpxchg(&ti->flags, val, val | _TIF_NEED_RESCHED); in set_nr_if_polling()
|
Completed in 13 milliseconds