Home
last modified time | relevance | path

Searched refs:subtree (Results 1 – 15 of 15) sorted by relevance

/linux/security/apparmor/include/
H A Dperms.h73 u32 subtree; /* allow perm on full subtree only when allow is set */ member
119 accum->subtree |= addend->subtree & ~addend->deny; in aa_perms_accum_raw()
146 accum->subtree &= addend->subtree & ~accum->deny; in aa_perms_accum()
/linux/lib/
H A Drbtree_test.c226 u32 subtree, max = node->val; in check_augmented() local
228 subtree = rb_entry(node->rb.rb_left, struct test_node, in check_augmented()
230 if (max < subtree) in check_augmented()
231 max = subtree; in check_augmented()
234 subtree = rb_entry(node->rb.rb_right, struct test_node, in check_augmented()
236 if (max < subtree) in check_augmented()
237 max = subtree; in check_augmented()
/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c276 static struct node *node_copy_subtree(const 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()
/linux/net/ipv6/
H A Dip6_fib.c1461 if (!rcu_access_pointer(fn->subtree)) { in fib6_add()
1503 rcu_assign_pointer(fn->subtree, sfn); in fib6_add()
1641 struct fib6_node *subtree = FIB6_SUBTREE(fn); in fib6_node_lookup_1() local
1643 if (subtree || fn->fn_flags & RTN_RTINFO) { in fib6_node_lookup_1()
1654 if (subtree) { in fib6_node_lookup_1()
1656 sfn = fib6_node_lookup_1(subtree, in fib6_node_lookup_1()
1784 struct fib6_node *subtree = FIB6_SUBTREE(fn); in fib6_locate() local
1786 if (subtree) { in fib6_locate()
1787 fn = fib6_locate_1(subtree, saddr, src_len, in fib6_locate()
1911 RCU_INIT_POINTER(pn->subtree, NULL); in fib6_repair_tree()
/linux/Documentation/core-api/
H A Dassoc_array.rst445 the metadata key prefix must be in the subtree that the metadata pointer points
496 When the number of objects in the subtree rooted at a node falls to 16 or
497 fewer, then the subtree will be collapsed down to a single node - and this will
526 3. Insertion replacing part of a subtree that we haven't yet entered. This
527 may involve replacement of part of that subtree - but that won't affect
545 could see the new node. The entire collapsed subtree is thrown away
/linux/Documentation/sound/designs/
H A Dprocfile.rst14 Each card has its subtree cardX, where X is from 0 to 7. The
70 this subtree is described later.
/linux/fs/ext4/
H A Dindirect.c1350 int subtree = 1; in ext4_ind_remove_space() local
1354 subtree = 0; in ext4_ind_remove_space()
1359 if (!subtree) { in ext4_ind_remove_space()
/linux/scripts/dtc/
H A Ddtx_diff44 If DTx is a directory, it is treated as a DT subtree, such as
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst280 * Some nodes in left subtree satisfy Cond2.
/linux/security/apparmor/
H A Dpolicy_unpack.c893 aa_unpack_u32(e, &perm->subtree, NULL) && in unpack_perm()
1473 if (perm->subtree & ~perm->allow) in verify_perm()
/linux/Documentation/firmware-guide/acpi/
H A Dnamespace.rst198 sysfs as directories in the subtree under /sys/devices/LNXSYSTM:00. The
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst70 to the whole subtree while all statistics are local to the IOs
/linux/fs/
H A Dnamespace.c2351 static bool check_for_nsfs_mounts(struct mount *subtree) in check_for_nsfs_mounts() argument
2353 for (struct mount *p = subtree; p; p = next_mnt(p, subtree)) in check_for_nsfs_mounts()
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst468 subtree headed by that ``rcu_node`` structure. A key point is that if a
/linux/Documentation/networking/
H A Dcan.rst1560 - Andrey Volkov (kernel subtree structure, ioctls, MSCAN driver)