Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dfmc-sdb.h31 struct sdb_array **subtree; /* only valid for bridge items */ member
/linux-4.1.27/include/net/
Dip6_fib.h61 struct fib6_node *subtree; member
74 #define FIB6_SUBTREE(fn) ((fn)->subtree)
/linux-4.1.27/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.txt309 subtree that can be treated as a unit for the purposes of partitioning and
/linux-4.1.27/net/ipv6/
Dip6_fib.c934 if (!fn->subtree) { in fib6_add()
976 fn->subtree = sfn; in fib6_add()
978 sn = fib6_add_1(fn->subtree, &rt->rt6i_src.addr, in fib6_add()
1090 if (fn->subtree) { in fib6_lookup_1()
1092 sfn = fib6_lookup_1(fn->subtree, in fib6_lookup_1()
1190 if (fn && fn->subtree) in fib6_locate()
1191 fn = fib6_locate_1(fn->subtree, saddr, src_len, in fib6_locate()
/linux-4.1.27/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.1.27/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
1042 past and construct the subtree there. 0 should be returned to let the
Dproc.txt994 in the controller specific subtree.
/linux-4.1.27/fs/ext4/
Dindirect.c1441 int subtree = 1; in ext4_ind_remove_space() local
1445 subtree = 0; in ext4_ind_remove_space()
1450 if (!subtree) { in ext4_ind_remove_space()
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt263 delegate management of a subtree.
268 delegate management of a subtree.
338 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.1.27/drivers/staging/unisys/Documentation/
Doverview.txt95 maintains the sysfs subtree /sys/devices/visorbus*/. It is responsible
/linux-4.1.27/Documentation/acpi/
Dnamespace.txt192 sysfs as directories in the subtree under /sys/devices/LNXSYSTM:00. The
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt847 There is no direct way to invalidate an index subtree. To do this, the caller
/linux-4.1.27/Documentation/networking/
Dcan.txt1206 Andrey Volkov (kernel subtree structure, ioctls, MSCAN driver)