Searched refs:old_period (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 3153 int old_period, old_runtime; in sched_rt_handler() local 3158 old_period = sysctl_sched_rt_period; in sched_rt_handler() 3183 sysctl_sched_rt_period = old_period; in sched_rt_handler()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 2693 static u32 get_new_js_timeout(u32 old_period, u32 old_ticks, u32 new_scheduling_period_ns)
in get_new_js_timeout() argument 2695 u64 ticks = (u64)old_period * (u64)old_ticks;
in get_new_js_timeout() 2721 u32 old_period;
in set_js_scheduling_period() local 2750 old_period = js_data->scheduling_period_ns;
in set_js_scheduling_period() 2753 (js_data->name = get_new_js_timeout(old_period, kbdev->js_data.name, new_scheduling_period_ns))
in set_js_scheduling_period()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 2686 static u32 get_new_js_timeout(u32 old_period, u32 old_ticks, in get_new_js_timeout() argument 2689 u64 ticks = (u64)old_period * (u64)old_ticks; in get_new_js_timeout() 2716 u32 old_period; in set_js_scheduling_period() local 2746 old_period = js_data->scheduling_period_ns; in set_js_scheduling_period() 2749 (js_data->name = get_new_js_timeout(old_period, kbdev->js_data.name, \ in set_js_scheduling_period()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 2761 u32 old_period, in get_new_js_timeout() 2765 u64 ticks = (u64)old_period * (u64)old_ticks; in get_new_js_timeout() 2791 u32 old_period; in set_js_scheduling_period() local 2820 old_period = js_data->scheduling_period_ns; in set_js_scheduling_period() 2824 old_period, \ in set_js_scheduling_period() 2760 get_new_js_timeout( u32 old_period, u32 old_ticks, u32 new_scheduling_period_ns) get_new_js_timeout() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 2867 u32 old_period, in get_new_js_timeout() 2871 u64 ticks = (u64)old_period * (u64)old_ticks; in get_new_js_timeout() 2897 u32 old_period; in set_js_scheduling_period() local 2925 old_period = js_data->scheduling_period_ns; in set_js_scheduling_period() 2929 old_period, \ in set_js_scheduling_period() 2866 get_new_js_timeout( u32 old_period, u32 old_ticks, u32 new_scheduling_period_ns) get_new_js_timeout() argument
|
Completed in 27 milliseconds