Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 42) sorted by relevance

12

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/
Drtk_btusb.c722 struct snd_pcm_runtime *runtime; in rtk_copy_capture_data_to_alsa() local
727 runtime = pSCOSnd->capture.substream->runtime; in rtk_copy_capture_data_to_alsa()
730 dest = runtime->dma_area + pSCOSnd->capture.buffer_pos * frame_bytes; in rtk_copy_capture_data_to_alsa()
731 if (pSCOSnd->capture.buffer_pos + frames <= runtime->buffer_size) { in rtk_copy_capture_data_to_alsa()
735 frames1 = runtime->buffer_size - pSCOSnd->capture.buffer_pos; in rtk_copy_capture_data_to_alsa()
737 memcpy(runtime->dma_area, in rtk_copy_capture_data_to_alsa()
743 if (pSCOSnd->capture.buffer_pos >= runtime->buffer_size) { in rtk_copy_capture_data_to_alsa()
744 pSCOSnd->capture.buffer_pos -= runtime->buffer_size; in rtk_copy_capture_data_to_alsa()
747 if ((pSCOSnd->capture.buffer_pos%runtime->period_size) == 0) { in rtk_copy_capture_data_to_alsa()
3511 struct snd_pcm_runtime *runtime = pSCOSnd->playback.substream->runtime; in snd_copy_send_sco_data() local
[all …]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Drt.c53 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() argument
56 rt_b->rt_runtime = runtime; in init_rt_bandwidth()
935 u64 runtime; in do_sched_rt_period_timer() local
941 runtime = rt_rq->rt_runtime; in do_sched_rt_period_timer()
942 rt_rq->rt_time -= min(rt_rq->rt_time, overrun * runtime); in do_sched_rt_period_timer()
943 if (rt_rq->rt_throttled && rt_rq->rt_time < runtime) { in do_sched_rt_period_timer()
1011 u64 runtime = sched_rt_runtime(rt_rq); in sched_rt_runtime_exceeded() local
1017 if (runtime >= sched_rt_period(rt_rq)) { in sched_rt_runtime_exceeded()
1022 runtime = sched_rt_runtime(rt_rq); in sched_rt_runtime_exceeded()
1023 if (runtime == RUNTIME_INF) { in sched_rt_runtime_exceeded()
[all …]
Dfair.c2329 u64 runtime, delta, now; in numa_get_avg_runtime() local
2332 runtime = p->se.sum_exec_runtime; in numa_get_avg_runtime()
2335 delta = runtime - p->last_sum_exec_runtime; in numa_get_avg_runtime()
2347 p->last_sum_exec_runtime = runtime; in numa_get_avg_runtime()
2453 u64 runtime, period; in task_numa_placement() local
2470 runtime = numa_get_avg_runtime(p, &period); in task_numa_placement()
2507 f_weight = div64_u64(runtime << 0x10, period + 1); in task_numa_placement()
2830 u64 runtime = p->se.sum_exec_runtime; in task_numa_work() local
2966 if (unlikely(p->se.sum_exec_runtime != runtime)) { in task_numa_work()
2967 u64 diff = p->se.sum_exec_runtime - runtime; in task_numa_work()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/
Dde_smbl.c220 if (g_smbl_status[sel]->runtime > 0) { in de_smbl_tasklet()
229 if (g_smbl_status[sel]->runtime == 0) in de_smbl_tasklet()
230 g_smbl_status[sel]->runtime++; in de_smbl_tasklet()
248 g_smbl_status[sel]->runtime = 0; in de_smbl_apply()
358 g_smbl_status[sel]->runtime = 0; in de_smbl_init()
Dde_bws.c133 g_bws_status[sel][chno]->runtime = 0; in de_bws_init()
501 g_bws_status[screen_id][chno]->runtime = 0; in de_bws_apply()
506 g_bws_status[screen_id][chno]->runtime = 0; in de_bws_apply()
569 if (g_bws_status[screen_id][chno]->runtime < 1) in de_bws_tasklet()
570 g_bws_status[screen_id][chno]->runtime++; in de_bws_tasklet()
Dde_bws_type.h154 unsigned int runtime; /* Frame number of BWS run */ member
Dde_fce.c132 g_hist_status[sel][chno]->runtime = 0; in de_fce_init()
920 g_hist_status[screen_id][chno]->runtime = 0; in de_hist_apply()
925 g_hist_status[screen_id][chno]->runtime = 0; in de_hist_apply()
944 if (g_hist_status[screen_id][chno]->runtime < 2) in de_hist_tasklet()
945 g_hist_status[screen_id][chno]->runtime++; in de_hist_tasklet()
Dde_fce_type.h234 unsigned int runtime; member
Dde_smbl_type.h257 unsigned int runtime; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v3x/
Dde_smbl.c220 if (g_smbl_status[sel]->runtime > 0) { in de_smbl_tasklet()
229 if (g_smbl_status[sel]->runtime == 0) in de_smbl_tasklet()
230 g_smbl_status[sel]->runtime++; in de_smbl_tasklet()
248 g_smbl_status[sel]->runtime = 0; in de_smbl_apply()
354 g_smbl_status[sel]->runtime = 0; in de_smbl_init()
Dde_fce.c165 g_hist_status[sel][chno]->runtime = 0; in de_fce_init()
232 g_hist_status[sel][chno]->runtime = 0; in de_fce_double_init()
413 g_hist_status[sel][chno]->runtime = 0; in de_hist_apply()
418 g_hist_status[sel][chno]->runtime = 0; in de_hist_apply()
1127 if (g_hist_status[sel][chno]->runtime < 2) in de_hist_tasklet()
1128 g_hist_status[sel][chno]->runtime++; in de_hist_tasklet()
Dde_fce_type.h236 unsigned int runtime; member
Dde_smbl_type.h257 unsigned int runtime; member
/device/soc/rockchip/common/sdk_linux/include/trace/events/
Dsched.h304 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime),
306 TP_ARGS(tsk, __perf_count(runtime), vruntime),
308 … TP_STRUCT__entry(__array(char, comm, TASK_COMM_LEN) __field(pid_t, pid) __field(u64, runtime)
312 __entry->runtime = runtime; __entry->vruntime = vruntime;),
315 … (unsigned long long)__entry->runtime, (unsigned long long)__entry->vruntime));
317 DEFINE_EVENT(sched_stat_runtime, sched_stat_runtime, TP_PROTO(struct task_struct *tsk, u64 runtime,…
318 TP_ARGS(tsk, runtime, vruntime));
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v33x/de330/
Dde_smbl.c155 g_smbl_status[disp]->runtime = 0; in smbl_init()
417 if (g_smbl_status[disp]->runtime > 0) { in de_smbl_tasklet()
426 if (g_smbl_status[disp]->runtime == 0) in de_smbl_tasklet()
427 g_smbl_status[disp]->runtime++; in de_smbl_tasklet()
510 g_smbl_status[disp]->runtime = 0; in de_smbl_apply()
Dde_smbl_type.h256 u32 runtime; member
Dde_fce_type.h266 u32 runtime; member
Dde_fce.c274 priv->hist_status.runtime = 0; in de_hist_apply()
279 priv->hist_status.runtime = 0; in de_hist_apply()
1009 if (priv->hist_status.runtime < 2) in de_hist_tasklet()
1010 priv->hist_status.runtime++; in de_hist_tasklet()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_pbha.c126 int kbase_pbha_record_settings(struct kbase_device *kbdev, bool runtime, in kbase_pbha_record_settings() argument
135 if (runtime) { in kbase_pbha_record_settings()
Dmali_kbase_pbha.h52 int kbase_pbha_record_settings(struct kbase_device *kbdev, bool runtime,
DKconfig240 The timeout can be changed at runtime through the js_soft_timeout
295 bool "Enable runtime selection of performance counters set via debugfs"
300 available at runtime via debugfs. Kernel features that depend on an
303 If no runtime debugfs option is set, the build time counter set
/device/soc/rockchip/common/sdk_linux/drivers/of/
DKconfig23 bool "Device Tree runtime unit tests"
68 On some platforms, the device tree can be manipulated at runtime.
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
Dnouveau_drm.c789 static int nouveau_do_suspend(struct drm_device *dev, bool runtime) in nouveau_do_suspend() argument
802 ret = nouveau_display_suspend(dev, runtime); in nouveau_do_suspend()
850 nouveau_display_resume(dev, runtime); in nouveau_do_suspend()
855 static int nouveau_do_resume(struct drm_device *dev, bool runtime) in nouveau_do_resume() argument
876 nouveau_display_resume(dev, runtime); in nouveau_do_resume()
/device/board/isoftstone/zhiyuan/bootloader/configs/default/
Denv.cfg43 #default bootcmd, will change at runtime according to key press
/device/soc/esp/esp32/components/libs/
Desp32_out.ld47 in heap at runtime. However due to static ROM memory usage at this 176KB mark, the

12