/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | legacy_freezer.c | 8 * This program is free software; you can redistribute it and/or modify it 12 * This program is distributed in the hope that it would be useful, but 103 * We're committing to creation of @css. Mark it online and inherit 129 * @css is going away. Mark it dead and decrement system_freezing_count if 130 * it was holding one. 171 * revert it to FREEZING and let update_if_frozen() determine the in freezer_attach() 202 * the cgroup_freezer it belongs to. This function may race against 254 struct css_task_iter it; in update_if_frozen() local 277 css_task_iter_start(css, 0, &it); in update_if_frozen() 329 struct css_task_iter it; freeze_cgroup() local 341 struct css_task_iter it; unfreeze_cgroup() local [all...] |
H A D | cgroup-v1.c | 104 struct css_task_iter it; in cgroup_transfer_tasks() local 136 css_task_iter_start(&from->self, 0, &it); in cgroup_transfer_tasks() 139 task = css_task_iter_next(&it); in cgroup_transfer_tasks() 145 css_task_iter_end(&it); in cgroup_transfer_tasks() 166 * *lots* of attached tasks. So it may need several calls to read(), 168 * unless we produce it entirely atomically. 281 * making it impossible to use, for example, single rbtree of member tasks 343 struct css_task_iter it; in pidlist_array_load() local 361 css_task_iter_start(&cgrp->self, 0, &it); in pidlist_array_load() 362 while ((tsk = css_task_iter_next(&it))) { in pidlist_array_load() [all...] |
H A D | cpuset.c | 98 * and if it ends up empty, it will inherit the parent's mask. 130 * task is moved into it. 305 * cpuset_mutex, then it blocks others wanting that mutex, ensuring that it 309 * just holding cpuset_mutex. While it is performing these checks, various 311 * Once it is ready to make the changes, it takes callback_lock, blocking 319 * If a task is only holding callback_lock, then it has read-only 757 * looping on the 'restart' label until it ca 952 struct css_task_iter it; update_tasks_root_domain() local 1098 struct css_task_iter it; update_tasks_cpumask() local 1719 struct css_task_iter it; update_tasks_nodemask() local 1929 struct css_task_iter it; update_tasks_flags() local [all...] |
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_exif_node.cpp | 76 for (auto& it : outPutPorts) { in DeliverBuffer() 77 if (it == nullptr) { in DeliverBuffer() 81 if (it->format_.streamId_ == id) { in DeliverBuffer() 82 it->DeliverBuffer(buffer); in DeliverBuffer() 83 CAMERA_LOGI("RKExifNode deliver buffer streamid = %{public}d", it->format_.streamId_); in DeliverBuffer()
|
H A D | v4l2_source_node_rk.cpp | 67 for (const auto& it : outPorts) { in Start() 70 format.fmtdesc.width = it->format_.w_; in Start() 71 format.fmtdesc.height = it->format_.h_; in Start() 72 int bufCnt = it->format_.bufferCount_; in Start()
|
H A D | rk_face_node.cpp | 60 for (auto& it : outPutPorts_) { in DeliverBuffer() 61 if (it->format_.streamId_ == id) { in DeliverBuffer() 63 it->DeliverBuffer(buffer); in DeliverBuffer() 64 CAMERA_LOGI("RKFaceNode deliver buffer streamid = %{public}d", it->format_.streamId_); in DeliverBuffer()
|
H A D | rk_codec_node.cpp | 454 for (auto& it : outPutPorts_) { in DeliverBuffer() 455 if (it->format_.streamId_ == id) { in DeliverBuffer() 456 it->DeliverBuffer(buffer); in DeliverBuffer() 457 CAMERA_LOGI("RKCodecNode deliver buffer streamid = %{public}d", it->format_.streamId_); in DeliverBuffer()
|
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_component_manager.cpp | 43 std::map<uintptr_t, uintptr_t>::iterator it = g_mppComponents.find(handle); in FindInMppComponentManager() local 44 if (it == g_mppComponents.end()) { in FindInMppComponentManager() 47 uintptr_t ret = it->second; in FindInMppComponentManager()
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp_component_manager.cpp | 43 std::map<uintptr_t, uintptr_t>::iterator it = g_mppComponents.find(handle); in FindInMppComponentManager() local 44 if (it == g_mppComponents.end()) { in FindInMppComponentManager() 47 uintptr_t ret = it->second; in FindInMppComponentManager()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/ |
H A D | linux.mak | 3 # This program is free software; you can redistribute it and/or 4 # modify it under the terms of the GNU General Public License 8 # This program is distributed in the hope that it will be useful,
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
13 * This program is distributed in the hope that it will be useful,
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU General Public License as 13 * This program is distributed in the hope that it will be useful,
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 27 @ Unless the divisor is very big, shift it up in multiples of 37 @ For very big divisors, we must shift it a bit at a time, or 71 mov r0, #0 @ about as wrong as it could be
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 27 @ Unless the divisor is very big, shift it up in multiples of 37 @ For very big divisors, we must shift it a bit at a time, or 71 mov r0, #0 @ about as wrong as it could be
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_node_utils.cpp | 33 auto it = ohosFormat2AVPixelFormatMap.find(format); in ConvertOhosFormat2RkFormat() local 34 if (it != ohosFormat2AVPixelFormatMap.end()) { in ConvertOhosFormat2RkFormat() 35 return it->second; in ConvertOhosFormat2RkFormat()
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | util.c | 212 * ipc_obtain_object_idr() or ipc_obtain_object_check() can find it,
in ipc_idr_alloc() 574 * object and store it into the @out pointer.
790 static void *sysvipc_proc_next(struct seq_file *s, void *it, loff_t *pos)
in sysvipc_proc_next() argument 794 struct kern_ipc_perm *ipc = it;
in sysvipc_proc_next() 796 /* If we had an ipc id locked before, unlock it */
in sysvipc_proc_next() 836 static void sysvipc_proc_stop(struct seq_file *s, void *it)
in sysvipc_proc_stop() argument 838 struct kern_ipc_perm *ipc = it;
in sysvipc_proc_stop() 843 /* If we had a locked structure, release it */
in sysvipc_proc_stop() 853 static int sysvipc_proc_show(struct seq_file *s, void *it)
in sysvipc_proc_show() argument 858 if (it in sysvipc_proc_show() [all...] |
/device/qemu/riscv32_virt/liteos_m/board/hardware/adapter/ |
H A D | hdf_syscall_adapter.c | 133 struct HdfDevEventlistener *it = NULL; in AddListenerToAdapterLocked() local 134 DLIST_FOR_EACH_ENTRY(it, &adapter->listenerList, struct HdfDevEventlistener, listNode) { in AddListenerToAdapterLocked() 135 if (it == listener) { in AddListenerToAdapterLocked()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ipa/ |
H A D | mali_kbase_ipa_debugfs.c | 138 /* 'name' is stack-allocated for array elements, so copy it into
in kbase_ipa_model_param_add() 165 struct list_head *it;
in kbase_ipa_model_debugfs_init() local 176 list_for_each(it, &model->params)
in kbase_ipa_model_debugfs_init() 178 struct kbase_ipa_model_param *param = list_entry(it, struct kbase_ipa_model_param, link);
in kbase_ipa_model_debugfs_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ipa/ |
H A D | mali_kbase_ipa_debugfs.c | 142 /* 'name' is stack-allocated for array elements, so copy it into in kbase_ipa_model_param_add() 168 struct list_head *it; in kbase_ipa_model_debugfs_init() local 183 list_for_each(it, &model->params) { in kbase_ipa_model_debugfs_init() 185 list_entry(it, in kbase_ipa_model_debugfs_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ipa/ |
H A D | mali_kbase_ipa_debugfs.c | 11 * This program is distributed in the hope that it will be useful, 17 * along with this program; if not, you can access it online at 161 /* 'name' is stack-allocated for array elements, so copy it into in kbase_ipa_model_param_add() 242 struct list_head *it; in kbase_ipa_model_debugfs_init() local 257 list_for_each(it, &model->params) { in kbase_ipa_model_debugfs_init() 259 list_entry(it, in kbase_ipa_model_debugfs_init()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ipa/ |
H A D | mali_kbase_ipa_debugfs.c | 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, you can access it online at 160 /* 'name' is stack-allocated for array elements, so copy it into in kbase_ipa_model_param_add() 236 struct list_head *it; in kbase_ipa_model_debugfs_init() local 247 list_for_each(it, &model->params) in kbase_ipa_model_debugfs_init() 249 struct kbase_ipa_model_param *param = list_entry(it, struct kbase_ipa_model_param, link); in kbase_ipa_model_debugfs_init()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/ |
H A D | cfg.mak | 3 # This program is free software; you can redistribute it and/or 4 # modify it under the terms of the GNU General Public License 8 # This program is distributed in the hope that it will be useful,
|
/device/soc/hisilicon/hi3751v350/sdk_linux/ |
H A D | cfg.mak | 3 # This program is free software; you can redistribute it and/or 4 # modify it under the terms of the GNU General Public License 8 # This program is distributed in the hope that it will be useful,
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 77 * without an RT task running, it can cause RT tasks to in start_rt_bandwidth() 762 * Ensure this RQ takes back all the runtime it lend to its neighbours. 919 * can be time-consuming. Try to avoid it when possible. in do_sched_rt_period_timer() 1039 * In case we did anyway, make it go away, in sched_rt_runtime_exceeded() 1040 * replenishment is a joke, since it will replenish us in sched_rt_runtime_exceeded() 1453 * and force it to run for a likely small time after the RT wakee is in should_honor_rt_sync() 1562 * task is a higher priority, then it will stay on this CPU in select_task_rq_rt() 1566 * around just because it gave up its CPU, perhaps for a in select_task_rq_rt() 1569 * For equal prio tasks, we just let the scheduler sort it out. in select_task_rq_rt() 1571 * Otherwise, just let it rid in select_task_rq_rt() 2885 struct css_task_iter it; tg_has_rt_tasks() local [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 118 * the process until it calls wait(). All children of this
140 struct cpu_itimer it[2];
member 361 * TIF_NOTIFY_SIGNAL isn't really a signal, but it requires the same
in signal_pending() 440 * all callers, TIF_SIGPENDING is already set or it's no harm to set
441 * it. TIF_RESTORE_SIGMASK need not be in the set of bits that the
559 * SS_AUTODISARM when we were already on it.
in on_sig_stack() 647 * Without tasklist or RCU lock it is not safe to dereference
|