Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/fmc/
Dfmc-sdb.c52 arr->subtree = kzalloc(sizeof(arr->subtree[0]) * n, GFP_KERNEL); in __fmc_scan_sdb_tree()
53 if (!arr->record || !arr->subtree) { in __fmc_scan_sdb_tree()
55 kfree(arr->subtree); in __fmc_scan_sdb_tree()
71 arr->subtree[i] = ERR_PTR(-ENODEV); in __fmc_scan_sdb_tree()
81 arr->subtree[i] = sub; /* may be error */ in __fmc_scan_sdb_tree()
112 if (IS_ERR(arr->subtree[i])) in __fmc_sdb_free()
114 __fmc_sdb_free(arr->subtree[i]); in __fmc_sdb_free()
117 kfree(arr->subtree); in __fmc_sdb_free()
208 if (IS_ERR(arr->subtree[i])) { in __fmc_show_sdb_tree()
210 PTR_ERR(arr->subtree[i])); in __fmc_show_sdb_tree()
[all …]
/linux-4.4.14/include/linux/
Dfmc-sdb.h31 struct sdb_array **subtree; /* only valid for bridge items */ member
/linux-4.4.14/include/net/
Dip6_fib.h63 struct fib6_node *subtree; member
76 #define FIB6_SUBTREE(fn) ((fn)->subtree)
/linux-4.4.14/Documentation/
Drbtree.txt198 the contents of all nodes in the subtree rooted at N. This data can
231 - A copy callback, which copies the augmented value for a given subtree
232 to a newly assigned subtree root.
235 subtree to a newly assigned subtree root AND recomputes the augmented
236 information for the former subtree root.
281 * Some nodes in left subtree satisfy Cond2.
Dassoc_array.txt462 the metadata key prefix must be in the subtree that the metadata pointer points
506 When the number of objects in the subtree rooted at a node falls to 16 or
507 fewer, then the subtree will be collapsed down to a single node - and this will
536 (3) Insertion replacing part of a subtree that we haven't yet entered. This
537 may involve replacement of part of that subtree - but that won't affect
555 could see the new node. The entire collapsed subtree is thrown away
Dvfio.txt311 subtree that can be treated as a unit for the purposes of partitioning and
/linux-4.4.14/net/ipv6/
Dip6_fib.c980 if (!fn->subtree) { in fib6_add()
1022 fn->subtree = sfn; in fib6_add()
1024 sn = fib6_add_1(fn->subtree, &rt->rt6i_src.addr, in fib6_add()
1139 if (fn->subtree) { in fib6_lookup_1()
1141 sfn = fib6_lookup_1(fn->subtree, in fib6_lookup_1()
1239 if (fn && fn->subtree) in fib6_locate()
1240 fn = fib6_locate_1(fn->subtree, saddr, src_len, in fib6_locate()
/linux-4.4.14/Documentation/sound/alsa/
DProcfile.txt12 Each card has its subtree cardX, where X is from 0 to 7. The
68 this subtree is described later.
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt21 that got mounted recently. Shared subtree semantics provide the necessary
30 Shared subtree provides four different flavors of mounts; struct vfsmount to be
422 then the subtree under the unbindable mount is pruned in the new
653 Q2. Why can't the shared subtree be implemented using exportfs?
656 shared subtree can do. I cannot imagine a way to implement the
662 locations within the same subtree.
664 if one rbind mounts a tree within the same subtree 'n' times
Dvfs.txt167 ->mount() may choose to return a subtree of existing filesystem - it
1049 past and construct the subtree there. 0 should be returned to let the
Dproc.txt1009 in the controller specific subtree.
/linux-4.4.14/fs/ext4/
Dindirect.c1443 int subtree = 1; in ext4_ind_remove_space() local
1447 subtree = 0; in ext4_ind_remove_space()
1452 if (!subtree) { in ext4_ind_remove_space()
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt326 delegate management of a subtree.
331 delegate management of a subtree.
524 are located in the hierarchy. This makes subtree delegation
Dblkio-controller.txt114 to the whole subtree while all statistics are local to the IOs
/linux-4.4.14/Documentation/acpi/
Dnamespace.txt192 sysfs as directories in the subtree under /sys/devices/LNXSYSTM:00. The
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt182 Every active visorbus device will have a sysfs subtree under:
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt847 There is no direct way to invalidate an index subtree. To do this, the caller
/linux-4.4.14/Documentation/networking/
Dcan.txt1266 Andrey Volkov (kernel subtree structure, ioctls, MSCAN driver)