/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 60 struct cgroup_root *root; in cgroup_attach_task_all() local 65 for_each_root(root) in cgroup_attach_task_all() 69 if (root == &cgrp_dfl_root) { in cgroup_attach_task_all() 74 from_cgrp = task_cgroup_from_root(from, root); in cgroup_attach_task_all() 574 BUILD_BUG_ON(sizeof(cgrp->root->release_agent_path) < PATH_MAX); 590 strlcpy(cgrp->root->release_agent_path, strstrip(buf), sizeof(cgrp->root->release_agent_path)); 601 seq_puts(seq, cgrp->root->release_agent_path); 705 dead = percpu_ref_is_dying(&ss->root->cgrp.self.refcnt); 706 seq_printf(m, "%s\t%d\t%d\t%d\n", ss->legacy_name, dead ? 0 : ss->root [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_kernel_random_mapping.c | 24 static ump_dd_mem *search(struct rb_root *root, int id) in search() argument 26 struct rb_node *node = root->rb_node; in search() 43 static mali_bool insert(struct rb_root *root, int id, ump_dd_mem *mem) in insert() argument 45 struct rb_node **new = &(root->rb_node); in insert() 63 rb_insert_color(&mem->node, root); in insert() 79 map->root = RB_ROOT; in ump_random_mapping_create() 111 if (insert(&map->root, id, mem)) { in ump_random_mapping_insert() 131 mem = search(&map->root, id); in ump_random_mapping_get() 167 mem = search(&map->root, id); in ump_random_mapping_remove_internal() 170 rb_erase(&mem->node, &map->root); in ump_random_mapping_remove_internal() [all...] |
H A D | ump_kernel_random_mapping.h | 31 struct rb_root root; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 312 def hi_nv_fomat_nv_id(root):
314 for grp in root:
334 root = tree.getroot()
335 hi_nv_fomat_nv_id(root)#标准化NVID
336 root_list.append(root)
342 for root in root_list:
343 grp_list=root.findall('GROUP')#找到所有的grp
355 for root in root_list:
356 grp_list=root.findall('GROUP')#找到所有的grp
415 root [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 312 def hi_nv_fomat_nv_id(root):
314 for grp in root:
334 root = tree.getroot()
335 hi_nv_fomat_nv_id(root)#标准化NVID
336 root_list.append(root)
342 for root in root_list:
343 grp_list=root.findall('GROUP')#找到所有的grp
355 for root in root_list:
356 grp_list=root.findall('GROUP')#找到所有的grp
415 root [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_debugfs.c | 155 * @root: DRI debugfs dir entry. 159 * &struct drm_info_list in the given root directory. These files will be removed 162 void drm_debugfs_create_files(const struct drm_info_list *files, int count, struct dentry *root, in drm_debugfs_create_files() argument 182 tmp->dent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO, root, tmp, &drm_debugfs_fops); in drm_debugfs_create_files() 192 int drm_debugfs_init(struct drm_minor *minor, int minor_id, struct dentry *root) in drm_debugfs_init() argument 201 minor->debugfs_root = debugfs_create_dir(name, root); in drm_debugfs_init() 406 struct dentry *root; in drm_debugfs_connector_add() local 412 root = debugfs_create_dir(connector->name, minor->debugfs_root); in drm_debugfs_connector_add() 413 connector->debugfs_entry = root; in drm_debugfs_connector_add() 416 debugfs_create_file("force", S_IRUGO | S_IWUSR, root, connecto in drm_debugfs_connector_add() 439 struct dentry *root; drm_debugfs_crtc_add() local [all...] |
H A D | drm_internal.h | 196 struct dentry *root); 205 struct dentry *root) in drm_debugfs_init() 204 drm_debugfs_init(struct drm_minor *minor, int minor_id, struct dentry *root) drm_debugfs_init() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_trace_gpu_mem.c | 48 * @tree: Pointer to root of rb_tree containing the dma_buf's mapped. 52 * by passing the root of kbase_device or kbase_process we can remove 97 * @root: Pointer to root of rb_tree containing the dma_buf's. 106 struct rb_root *root) in kbase_capture_dma_buf_mapping() 109 struct rb_node *node = root->rb_node; in kbase_capture_dma_buf_mapping() 137 struct rb_node **new = &(root->rb_node), *parent = NULL; in kbase_capture_dma_buf_mapping() 153 rb_insert_color(&new_buf_node->dma_buf_node, root); in kbase_capture_dma_buf_mapping() 104 kbase_capture_dma_buf_mapping(struct kbase_context *kctx, struct dma_buf *dma_buf, struct rb_root *root) kbase_capture_dma_buf_mapping() argument
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_trace_gpu_mem.c | 49 * @tree: Pointer to root of rb_tree containing the dma_buf's mapped. 53 * by passing the root of kbase_device or kbase_process we can remove 97 * @root: Pointer to root of rb_tree containing the dma_buf's. 104 static bool kbase_capture_dma_buf_mapping(struct kbase_context *kctx, struct dma_buf *dma_buf, struct rb_root *root) in kbase_capture_dma_buf_mapping() argument 107 struct rb_node *node = root->rb_node; in kbase_capture_dma_buf_mapping() 135 struct rb_node **new = &(root->rb_node), *parent = NULL; in kbase_capture_dma_buf_mapping() 151 rb_insert_color(&buf_node2->dma_buf_node, root); in kbase_capture_dma_buf_mapping()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_debugfs.h | 53 int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root); 56 static inline int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root) in rockchip_drm_add_dump_buffer() argument
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_debugfs.h | 56 int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root); 60 rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root) in rockchip_drm_add_dump_buffer() argument
|
/device/soc/rockchip/rk3588/kernel/include/drm/ |
H A D | rockchip_drm_debugfs.h | 56 int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root); 60 rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root) in rockchip_drm_add_dump_buffer() argument
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_debugger.c | 191 static int rga_debugfs_create_files(const struct rga_debugger_list *files, int count, struct dentry *root, in rga_debugfs_create_files() argument 201 ERR("Cannot alloc rga_debugger_node for /sys/kernel/debug/%pd/%s\n", root, files[i].name); in rga_debugfs_create_files() 208 ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO, root, tmp, &rga_debugfs_fops); in rga_debugfs_create_files() 210 ERR("Cannot create /sys/kernel/debug/%pd/%s\n", root, files[i].name); in rga_debugfs_create_files() 316 static int rga_procfs_create_files(const struct rga_debugger_list *files, int count, struct proc_dir_entry *root, in rga_procfs_create_files() argument 333 ent = proc_create_data(files[i].name, S_IFREG | S_IRUGO, root, &rga_procfs_fops, tmp); in rga_procfs_create_files()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 69 for root, dirs, files in os.walk(search_dir): 71 src_path.append(os.path.relpath(root, search_dir)) if full_path == False else src_path.append(root) 72 print('relative dir:',os.path.relpath(root, search_dir) if full_path == False else root)
|
H A D | scons_env_cfg.py | 41 self.root = os.path.realpath(os.path.join(__file__, '..', '..', '..')) 42 self.os_root = os.path.realpath(os.path.join(self.root, 'platform', 'os', 'Huawei_LiteOS')) 160 cfg_list.extend([os.path.join(os.path.relpath(self.os_root, self.root), y) for y in get_proj_env_value('liteos_inc_path', module)]) 229 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs', 'boot_libs')) if lib.startswith('lib') and lib.endswith('.a')] 237 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs')) if lib.startswith('lib') and lib.endswith('.a')] 252 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'ohos', 'libs')) \
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_utils.py | 69 for root, dirs, files in os.walk(search_dir): 71 src_path.append(os.path.relpath(root, search_dir)) if full_path == False else src_path.append(root) 72 print('relative dir:',os.path.relpath(root, search_dir) if full_path == False else root)
|
H A D | scons_env_cfg.py | 41 self.root = os.path.realpath(os.path.join(__file__, '..', '..', '..')) 42 self.os_root = os.path.realpath(os.path.join(self.root, 'platform', 'os', 'Huawei_LiteOS')) 160 cfg_list.extend([os.path.join(os.path.relpath(self.os_root, self.root), y) for y in get_proj_env_value('liteos_inc_path', module)]) 229 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs', 'boot_libs')) if lib.startswith('lib') and lib.endswith('.a')] 237 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'build', 'libs')) if lib.startswith('lib') and lib.endswith('.a')] 252 libs = [lib[3:-2] for lib in os.listdir(os.path.join(self.root, 'ohos', 'libs')) \
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_debugger.c | 313 int count, struct dentry *root, in rga_debugfs_create_files() 324 root, files[i].name); in rga_debugfs_create_files() 332 root, tmp, &rga_debugfs_fops); in rga_debugfs_create_files() 334 pr_err("Cannot create /sys/kernel/debug/%pd/%s\n", root, in rga_debugfs_create_files() 443 int count, struct proc_dir_entry *root, in rga_procfs_create_files() 462 root, &rga_procfs_fops, tmp); in rga_procfs_create_files() 312 rga_debugfs_create_files(const struct rga_debugger_list *files, int count, struct dentry *root, struct rga_debugger *debugger) rga_debugfs_create_files() argument 442 rga_procfs_create_files(const struct rga_debugger_list *files, int count, struct proc_dir_entry *root, struct rga_debugger *debugger) rga_procfs_create_files() argument
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_media_mem.c | 306 for (n = rb_first(&zone->root); n; n = rb_next(n)) { in hil_mmz_unregister() 349 for (n = rb_first(&p->root); n; n = rb_next(n)) { in dump_mem_head() 387 for (n = rb_first(&p->root); n; n = rb_next(n)) { in dump_mem_zone() 457 for (n = rb_first(&zone->root); n; n = rb_next(n)) { in hil_mmb_getby_phys() 506 for (n = rb_first(&zone->root); n; n = rb_next(n)) { in hil_mmb_getby_sec_addr() 543 struct rb_node **p = &mmz->root.rb_node; in mmb_add_to_rbtree() 562 rb_insert_color(&mmb->s_node, &mmz->root); in mmb_add_to_rbtree() 579 rb_insert_color(&mmb->node, &mmz->root); in mmb_add_to_rbtree() 1062 rb_erase(&mmb->s_node, &mmb->zone->root); in _mmb_free() 1064 rb_erase(&mmb->node, &mmb->zone->root); in _mmb_free() [all...] |
/device/soc/rockchip/rk2206/hardware/ |
H A D | build.py | 71 for root, dirnames, filenames in os.walk(path): 74 src = os.path.join(root, filename)
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | linux_osl.h | 612 #define OSL_RB_INSERT_COLOR(root, node) rb_insert_color(root, node) 613 #define OSL_RB_ERASE(node, root) rb_erase(node, root) 614 #define OSL_RB_FIRST(root) rb_first(root) 615 #define OSL_RB_LAST(root) rb_last(root)
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | main.c | 7 * GK 2/5/95 - Changed to support mounting root fs via NFS 337 static int __init xbc_snprint_cmdline(char *buf, size_t size, struct xbc_node *root) in xbc_snprint_cmdline() argument 344 xbc_node_for_each_key_value(root, knode, val) in xbc_snprint_cmdline() 346 ret = xbc_node_compose_key_after(root, knode, xbc_namebuf, XBC_KEYLEN_MAX); in xbc_snprint_cmdline() 377 struct xbc_node *root; in xbc_make_cmdline() local 381 root = xbc_find_node(key); in xbc_make_cmdline() 382 if (!root) { in xbc_make_cmdline() 387 len = xbc_snprint_cmdline(NULL, 0, root); in xbc_make_cmdline() 398 ret = xbc_snprint_cmdline(new_cmdline, len + 1, root); in xbc_make_cmdline() 700 * between the root threa [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_kernel_random_mapping.h | 32 struct rb_root root; member
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_trie.h | 46 MppTrieNode *mpp_trie_get_node(MppTrieNode *root, const char *name);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | Tree.h | 40 n32 ptr T concat Node suppress "root" 45 n32 ptr T concat Node suppress "root" 80 Node *root; /**< root node pointer */ member
|