| /OK3568_Linux_fs/kernel/lib/ |
| H A D | rbtree_test.c | 225 u32 subtree, max = node->val; in check_augmented() local 227 subtree = rb_entry(node->rb.rb_left, struct test_node, in check_augmented() 229 if (max < subtree) in check_augmented() 230 max = subtree; in check_augmented() 233 subtree = rb_entry(node->rb.rb_right, struct test_node, in check_augmented() 235 if (max < subtree) in check_augmented() 236 max = subtree; in check_augmented()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/ |
| H A D | appmodel.cpp | 457 QJsonObject subtree = ja.at(i).toObject(); in handleForecastNetworkData() local 458 jo = subtree.value(QStringLiteral("temp")).toObject(); in handleForecastNetworkData() 468 jv = subtree.value(QStringLiteral("dt")); in handleForecastNetworkData() 473 QJsonArray weatherArray = subtree.value(QStringLiteral("weather")).toArray(); in handleForecastNetworkData()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | npmsw.py | 48 subtree = [*deptree, name] 49 _walk_deps(deps[name].get("dependencies", {}), subtree) 55 callback(name, deps[name], subtree)
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | rbtree.rst | 234 the contents of all nodes in the subtree rooted at N. This data can 267 - A copy callback, which copies the augmented value for a given subtree 268 to a newly assigned subtree root. 271 subtree to a newly assigned subtree root AND recomputes the augmented 272 information for the former subtree root. 318 * Some nodes in left subtree satisfy Cond2.
|
| H A D | assoc_array.rst | 441 the metadata key prefix must be in the subtree that the metadata pointer points 486 When the number of objects in the subtree rooted at a node falls to 16 or 487 fewer, then the subtree will be collapsed down to a single node - and this will 516 3. Insertion replacing part of a subtree that we haven't yet entered. This 517 may involve replacement of part of that subtree - but that won't affect 535 could see the new node. The entire collapsed subtree is thrown away
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 276 static struct node *node_copy_subtree(struct node *subtree) in node_copy_subtree() argument 287 root->idx = subtree->idx; in node_copy_subtree() 288 root->mask = subtree->mask; in node_copy_subtree() 289 root->num_after = subtree->num_after; in node_copy_subtree() 292 if (subtree->left) { in node_copy_subtree() 293 root->left = node_copy_subtree(subtree->left); in node_copy_subtree() 297 if (subtree->right) { in node_copy_subtree() 298 root->right = node_copy_subtree(subtree->right); in node_copy_subtree()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_fib.c | 1406 if (!rcu_access_pointer(fn->subtree)) { in fib6_add() 1448 rcu_assign_pointer(fn->subtree, sfn); in fib6_add() 1577 struct fib6_node *subtree = FIB6_SUBTREE(fn); in fib6_node_lookup_1() local 1579 if (subtree || fn->fn_flags & RTN_RTINFO) { in fib6_node_lookup_1() 1590 if (subtree) { in fib6_node_lookup_1() 1592 sfn = fib6_node_lookup_1(subtree, in fib6_node_lookup_1() 1720 struct fib6_node *subtree = FIB6_SUBTREE(fn); in fib6_locate() local 1722 if (subtree) { in fib6_locate() 1723 fn = fib6_locate_1(subtree, saddr, src_len, in fib6_locate() 1847 RCU_INIT_POINTER(pn->subtree, NULL); in fib6_repair_tree()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip6_fib.h | 80 struct fib6_node __rcu *subtree; member 126 #define FIB6_SUBTREE(fn) (rcu_dereference_protected((fn)->subtree, 1))
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sharedsubtree.rst | 24 that got mounted recently. Shared subtree semantics provide the necessary 33 Shared subtree provides four different flavors of mounts; struct vfsmount to be 441 then the subtree under the unbindable mount is pruned in the new 682 Q2. Why can't the shared subtree be implemented using exportfs? 685 shared subtree can do. I cannot imagine a way to implement the 691 locations within the same subtree. 693 if one rbind mounts a tree within the same subtree 'n' times
|
| H A D | vfs.rst | 179 ->mount() may choose to return a subtree of existing filesystem - it 1304 the daemon go past and construct the subtree there. 0 should be
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | procfile.rst | 14 Each card has its subtree cardX, where X is from 0 to 7. The 70 this subtree is described later.
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | indirect.c | 1337 int subtree = 1; in ext4_ind_remove_space() local 1341 subtree = 0; in ext4_ind_remove_space() 1346 if (!subtree) { in ext4_ind_remove_space()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | exporting.rst | 69 subtree is successfully reconnected to root. Until then dentries 70 in such subtree are retained only as long as there are references;
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 187 behaviour without this option is to include subtree counts. 268 a subtree while still maintaining the common resource domain for them. 276 of a threaded subtree, that is, the nearest ancestor which is not 278 serves as the resource domain for the entire subtree. 280 Inside a threaded subtree, threads of a process can be put in 286 consumptions of the subtree, it is considered to have internal 294 domain, a domain which is serving as the domain of a threaded subtree, 336 subtree. 339 subtree, and, while the threads can be scattered across the subtree, 342 processes in the subtree and is not readable in the subtree proper. [all …]
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtx_diff | 44 If DTx is a directory, it is treated as a DT subtree, such as
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __tree | 78 // Determines if the subtree rooted at __x is a proper red black subtree. If 79 // __x is a proper subtree, returns the black height (null counts as 1). If 80 // __x is an improper subtree, returns 0. 107 return 0; // invalid left subtree 109 return 0; // invalid or different height right subtree 222 // Effects: Makes __x->__right_ the subtree root with __x as its left child 242 // Effects: Makes __x->__left_ the subtree root with __x as its right child
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __tree | 78 // Determines if the subtree rooted at __x is a proper red black subtree. If 79 // __x is a proper subtree, returns the black height (null counts as 1). If 80 // __x is an improper subtree, returns 0. 107 return 0; // invalid left subtree 109 return 0; // invalid or different height right subtree 222 // Effects: Makes __x->__right_ the subtree root with __x as its left child 242 // Effects: Makes __x->__left_ the subtree root with __x as its right child
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | namespace.rst | 198 sysfs as directories in the subtree under /sys/devices/LNXSYSTM:00. The
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namespace.c | 2665 static bool check_for_nsfs_mounts(struct mount *subtree) in check_for_nsfs_mounts() argument 2671 for (p = subtree; p; p = next_mnt(p, subtree)) in check_for_nsfs_mounts()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | blkio-controller.rst | 69 to the whole subtree while all statistics are local to the IOs
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 195 /* Depth of each subtree used as tie breaker for trees of equal frequency
|
| /OK3568_Linux_fs/buildroot/package/collectd/ |
| H A D | Config.in | 440 subtree.
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/Documentation/ |
| H A D | overview.txt | 176 Every active visorbus device will have a sysfs subtree under:
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | vfio.rst | 319 subtree that can be treated as a unit for the purposes of partitioning and
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | Tree-RCU-Memory-Ordering.rst | 444 subtree headed by that ``rcu_node`` structure. A key point is that if a
|