Home
last modified time | relevance | path

Searched refs:root (Results 1651 - 1675 of 3972) sorted by relevance

1...<<61626364656667686970>>...159

/kernel/linux/linux-6.6/block/
H A Delevator.c227 void elv_rb_add(struct rb_root *root, struct request *rq) in elv_rb_add() argument
229 struct rb_node **p = &root->rb_node; in elv_rb_add()
244 rb_insert_color(&rq->rb_node, root); in elv_rb_add()
248 void elv_rb_del(struct rb_root *root, struct request *rq) in elv_rb_del() argument
251 rb_erase(&rq->rb_node, root); in elv_rb_del()
256 struct request *elv_rb_find(struct rb_root *root, sector_t sector) in elv_rb_find() argument
258 struct rb_node *n = root->rb_node; in elv_rb_find()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_route.c129 struct route4_head *head = rcu_dereference_bh(tp->root); in route4_classify()
219 struct route4_head *head = rtnl_dereference(tp->root); in route4_get()
251 rcu_assign_pointer(tp->root, head); in route4_init()
280 struct route4_head *head = rtnl_dereference(tp->root); in route4_destroy()
316 struct route4_head *head = rtnl_dereference(tp->root); in route4_delete()
477 struct route4_head *head = rtnl_dereference(tp->root); in route4_change()
575 struct route4_head *head = rtnl_dereference(tp->root); in route4_walk()
/kernel/linux/linux-6.6/tools/perf/util/
H A Denv.c153 struct rb_root *root; in perf_env__purge_bpf() local
158 root = &env->bpf_progs.infos; in perf_env__purge_bpf()
159 next = rb_first(root); in perf_env__purge_bpf()
166 rb_erase(&node->rb_node, root); in perf_env__purge_bpf()
173 root = &env->bpf_progs.btfs; in perf_env__purge_bpf()
174 next = rb_first(root); in perf_env__purge_bpf()
181 rb_erase(&node->rb_node, root); in perf_env__purge_bpf()
/third_party/alsa-lib/src/pcm/
H A Dpcm_dsnoop.c519 * \param root Configuration root
531 snd_config_t *root, snd_config_t *sconf, in snd_pcm_dsnoop_open()
564 ret = snd_pcm_open_slave(&spcm, root, sconf, stream, in snd_pcm_dsnoop_open()
610 ret = snd_pcm_open_slave(&spcm, root, sconf, stream, in snd_pcm_dsnoop_open()
765 * \param root Root configuration node
774 snd_config_t *root, snd_config_t *conf, in _snd_pcm_dsnoop_open()
783 err = snd_pcm_direct_parse_open_conf(root, conf, stream, &dopen); in _snd_pcm_dsnoop_open()
795 err = snd_pcm_slave_conf(root, dopen.slave, &sconf, 8, in _snd_pcm_dsnoop_open()
818 root, scon in _snd_pcm_dsnoop_open()
528 snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_config_t *root, snd_config_t *sconf, snd_pcm_stream_t stream, int mode) snd_pcm_dsnoop_open() argument
773 _snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) _snd_pcm_dsnoop_open() argument
[all...]
/third_party/node/deps/v8/tools/profview/
H A Dprofile-utils.js221 this.tree = createEmptyNode("root");
247 this.tree = createEmptyNode("root");
265 let root = createEmptyNode("root");
272 root.children.push(n);
290 return { categories, root };
296 let { categories, root } = buildCategoryTreeAndLookup();
298 this.tree = root;
326 let { categories, root } = buildCategoryTreeAndLookup();
327 this.tree = root;
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.c421 brw_find_label(const struct brw_label *root, int offset) in brw_find_label() argument
423 const struct brw_label *curr = root; in brw_find_label()
460 struct brw_label *root = ralloc(mem_ctx, struct brw_label); in brw_create_label() local
461 root->number = 0; in brw_create_label()
462 root->offset = offset; in brw_create_label()
463 root->next = NULL; in brw_create_label()
464 *labels = root; in brw_create_label()
/third_party/python/Lib/idlelib/
H A Ddebugger.py104 self.root.after(100, lambda: self.run(*args))
132 self.root = root = pyshell.root
133 self.top = top = ListedToplevel(root)
245 self.root.tk.call('vwait', '::idledebugwait')
289 self.root.tk.call('set', '::idledebugwait', '1')
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/
H A Ddoes-not-emit-any-files-on-error.js63 Program root files: ["/user/username/projects/noEmitOnError/shared/types/db.ts","/user/username/projects/noEmitOnError/src/main.ts","/user/username/projects/noEmitOnError/src/other.ts"]
117 Program root files: ["/user/username/projects/noEmitOnError/shared/types/db.ts","/user/username/projects/noEmitOnError/src/main.ts","/user/username/projects/noEmitOnError/src/other.ts"]
171 Program root files: ["/user/username/projects/noEmitOnError/shared/types/db.ts","/user/username/projects/noEmitOnError/src/main.ts","/user/username/projects/noEmitOnError/src/other.ts"]
255 Program root files: ["/user/username/projects/noEmitOnError/shared/types/db.ts","/user/username/projects/noEmitOnError/src/main.ts","/user/username/projects/noEmitOnError/src/other.ts"]
311 Program root files: ["/user/username/projects/noEmitOnError/shared/types/db.ts","/user/username/projects/noEmitOnError/src/main.ts","/user/username/projects/noEmitOnError/src/other.ts"]
365 Program root files: ["/user/username/projects/noEmitOnError/shared/types/db.ts","/user/username/projects/noEmitOnError/src/main.ts","/user/username/projects/noEmitOnError/src/other.ts"]
426 Program root files: ["/user/username/projects/noEmitOnError/shared/types/db.ts","/user/username/projects/noEmitOnError/src/main.ts","/user/username/projects/noEmitOnError/src/other.ts"]
/third_party/python/Lib/venv/
H A D__init__.py305 # For symlinking, we need a complete copy of the root directory
330 for root, dirs, files in os.walk(context.python_dir):
332 tcldir = os.path.basename(root)
336 src = os.path.join(root, 'init.tcl')
419 for root, dirs, files in os.walk(path):
420 if root == path: # at top-level, remove irrelevant dirs
429 srcfile = os.path.join(root, f)
430 suffix = root[plen:].split(os.sep)[2:]
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp56 Json::Value root; in GetBundleNameFromJsonStr() local
58 if (!reader.parse(jsonInfo, root)) { in GetBundleNameFromJsonStr()
62 if (root[BUNDLE_NAME].isString()) { in GetBundleNameFromJsonStr()
63 bundleName = root[BUNDLE_NAME].asString(); in GetBundleNameFromJsonStr()
/base/security/selinux_adapter/scripts/
H A Dbuild_contexts.py38 parser.add_argument('--source-root-dir',
39 help='prj root path', required=True)
65 for root, _, files in sorted(os.walk(item)):
68 file_list_path = os.path.join(root, each_file)
311 for root, dirs, _ in sorted(os.walk(search_dir)):
314 folder_list.append(os.path.join(root, dir_i))
/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp57 static void GetModules(const cJSON *root, std::set<std::string> &modules) in GetModules() argument
60 cJSON *modulesJson = cJSON_GetObjectItemCaseSensitive(root, "napi"); in GetModules()
78 static int GetModuleSet(const cJSON *root, ParseJsonContext *context) in GetModuleSet() argument
80 GetModules(root, context->modules); in GetModuleSet()
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_communication_manager.cpp292 cJSON *root = cJSON_Parse(address.c_str()); in ParseDevIdFromAudioDevice() local
293 if (root == nullptr) { in ParseDevIdFromAudioDevice()
297 cJSON *devIdJson = cJSON_GetObjectItem(root, "devId"); in ParseDevIdFromAudioDevice()
304 cJSON_Delete(root); in ParseDevIdFromAudioDevice()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Ddevtree.c20 void *root, *memory; in dt_fixup_memory() local
24 root = finddevice("/"); in dt_fixup_memory()
25 if (getprop(root, "#address-cells", &naddr, sizeof(naddr)) < 0) in dt_fixup_memory()
32 if (getprop(root, "#size-cells", &nsize, sizeof(nsize)) < 0) in dt_fixup_memory()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dibmebus.c182 struct device_node *root, *child; in ibmebus_create_devices() local
186 root = of_find_node_by_path("/"); in ibmebus_create_devices()
188 for_each_child_of_node(root, child) { in ibmebus_create_devices()
208 of_node_put(root); in ibmebus_create_devices()
/kernel/linux/linux-5.10/arch/s390/hypfs/
H A Dhypfs_vm.c181 int hypfs_vm_create_files(struct dentry *root) in hypfs_vm_create_files() argument
193 dir = hypfs_mkdir(root, "hyp"); in hypfs_vm_create_files()
205 dir = hypfs_mkdir(root, "cpus"); in hypfs_vm_create_files()
217 dir = hypfs_mkdir(root, "systems"); in hypfs_vm_create_files()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dfastmap-wl.c24 * @root: the RB-tree where to look for
26 static struct ubi_wl_entry *find_anchor_wl_entry(struct rb_root *root) in find_anchor_wl_entry() argument
32 ubi_rb_for_each_entry(p, e, root, u.rb) { in find_anchor_wl_entry()
427 * @root: RB tree to test against.
431 struct rb_root *root) { in may_reserve_for_fm()
434 e = rb_entry(rb_next(root->rb_node), in may_reserve_for_fm()
429 may_reserve_for_fm(struct ubi_device *ubi, struct ubi_wl_entry *e, struct rb_root *root) may_reserve_for_fm() argument
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Ddevtree.c20 void *root, *memory; in dt_fixup_memory() local
24 root = finddevice("/"); in dt_fixup_memory()
25 if (getprop(root, "#address-cells", &naddr, sizeof(naddr)) < 0) in dt_fixup_memory()
32 if (getprop(root, "#size-cells", &nsize, sizeof(nsize)) < 0) in dt_fixup_memory()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dsch_red.sh57 tc qdisc replace dev $h1 root handle 1: tbf \
63 tc qdisc del dev $h1 root
103 tc qdisc replace dev $swp3 root handle 1: tbf \
111 tc qdisc del dev $swp3 root
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dhypfs_diag_fs.c301 int hypfs_diag_create_files(struct dentry *root) in hypfs_diag_create_files() argument
315 systems_dir = hypfs_mkdir(root, "systems"); in hypfs_diag_create_files()
331 ptr = hypfs_create_phys_files(root, part_hdr); in hypfs_diag_create_files()
337 hyp_dir = hypfs_mkdir(root, "hyp"); in hypfs_diag_create_files()
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_ns.c25 /* root profile namespace */
153 * @root: namespace to search in (NOT NULL)
162 struct aa_ns *aa_findn_ns(struct aa_ns *root, const char *name, size_t n) in aa_findn_ns() argument
167 ns = aa_get_ns(__aa_findn_ns(&root->sub_ns, name, n)); in aa_findn_ns()
175 * @root: namespace to search in (NOT NULL)
183 struct aa_ns *aa_find_ns(struct aa_ns *root, const char *name) in aa_find_ns() argument
185 return aa_findn_ns(root, name, strlen(name)); in aa_find_ns()
384 * aa_alloc_root_ns - allocate the root profile namespace
392 root_ns = alloc_ns(NULL, "root"); in aa_alloc_root_ns()
400 * aa_free_root_ns - free the root profil
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dsuper.c85 static int jffs2_show_options(struct seq_file *s, struct dentry *root) in jffs2_show_options() argument
87 struct jffs2_sb_info *c = JFFS2_SB_INFO(root->d_sb); in jffs2_show_options()
219 struct jffs2_sb_info *c = JFFS2_SB_INFO(fc->root->d_sb); in jffs2_update_mount_opts()
235 struct super_block *sb = fc->root->d_sb; in jffs2_reconfigure()
/kernel/linux/linux-5.10/fs/btrfs/
H A Duuid-tree.c293 struct btrfs_root *root = fs_info->uuid_root; in btrfs_uuid_tree_iterate() local
313 ret = btrfs_search_forward(root, &key, path, BTRFS_OLDEST_GENERATION); in btrfs_uuid_tree_iterate()
358 ret = btrfs_uuid_iter_rem(root, uuid, key.type, in btrfs_uuid_tree_iterate()
380 ret = btrfs_next_item(root, path); in btrfs_uuid_tree_iterate()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dnilfs.h35 * @i_root: root object of the current filesystem tree
257 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root,
259 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root,
261 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
344 struct nilfs_root **root);
/kernel/linux/linux-6.6/fs/btrfs/
H A Duuid-tree.c295 struct btrfs_root *root = fs_info->uuid_root; in btrfs_uuid_tree_iterate() local
315 ret = btrfs_search_forward(root, &key, path, BTRFS_OLDEST_GENERATION); in btrfs_uuid_tree_iterate()
360 ret = btrfs_uuid_iter_rem(root, uuid, key.type, in btrfs_uuid_tree_iterate()
382 ret = btrfs_next_item(root, path); in btrfs_uuid_tree_iterate()

Completed in 18 milliseconds

1...<<61626364656667686970>>...159