| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/ |
| D | rtk_btusb.c | 722 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/ |
| D | rt.c | 53 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 …]
|
| D | fair.c | 2329 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/ |
| D | de_smbl.c | 220 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()
|
| D | de_bws.c | 133 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()
|
| D | de_bws_type.h | 154 unsigned int runtime; /* Frame number of BWS run */ member
|
| D | de_fce.c | 132 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()
|
| D | de_fce_type.h | 234 unsigned int runtime; member
|
| D | de_smbl_type.h | 257 unsigned int runtime; member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v3x/ |
| D | de_smbl.c | 220 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()
|
| D | de_fce.c | 165 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()
|
| D | de_fce_type.h | 236 unsigned int runtime; member
|
| D | de_smbl_type.h | 257 unsigned int runtime; member
|
| /device/soc/rockchip/common/sdk_linux/include/trace/events/ |
| D | sched.h | 304 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/ |
| D | de_smbl.c | 155 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()
|
| D | de_smbl_type.h | 256 u32 runtime; member
|
| D | de_fce_type.h | 266 u32 runtime; member
|
| D | de_fce.c | 274 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/ |
| D | mali_kbase_pbha.c | 126 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()
|
| D | mali_kbase_pbha.h | 52 int kbase_pbha_record_settings(struct kbase_device *kbdev, bool runtime,
|
| D | Kconfig | 240 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/ |
| D | Kconfig | 23 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/ |
| D | nouveau_drm.c | 789 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/ |
| D | env.cfg | 43 #default bootcmd, will change at runtime according to key press
|
| /device/soc/esp/esp32/components/libs/ |
| D | esp32_out.ld | 47 in heap at runtime. However due to static ROM memory usage at this 176KB mark, the
|