Home
last modified time | relevance | path

Searched refs:siblings (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_smp.c1093 topo_children, siblings) { in topo_add_node_by_hwid()
1106 TAILQ_INSERT_TAIL(&parent->children, node, siblings); in topo_add_node_by_hwid()
1122 TAILQ_FOREACH(node, &parent->children, siblings) { in topo_find_node_by_hwid()
1146 next = TAILQ_NEXT(child, siblings); in topo_promote_child()
1147 TAILQ_REMOVE(&parent->children, child, siblings); in topo_promote_child()
1152 next = TAILQ_NEXT(node, siblings); in topo_promote_child()
1153 TAILQ_REMOVE(&parent->children, node, siblings); in topo_promote_child()
1171 if ((next = TAILQ_NEXT(node, siblings)) != NULL) in topo_next_node()
1175 if ((next = TAILQ_NEXT(node, siblings)) != NULL) in topo_next_node()
1190 if ((next = TAILQ_NEXT(node, siblings)) != NULL) in topo_next_nonchild_node()
[all …]
/f-stack/freebsd/sys/
H A Dsmp.h56 TAILQ_ENTRY(topo_node) siblings;
/f-stack/freebsd/netgraph/
H A Dng_ksocket.c88 LIST_ENTRY(ng_ksocket_private) siblings;
554 LIST_REMOVE(priv, siblings); in ng_ksocket_newhook()
951 LIST_REMOVE(priv, siblings); in ng_ksocket_shutdown()
1226 LIST_INSERT_HEAD(&priv->embryos, priv2, siblings); in ng_ksocket_accept()
/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.c1151 int siblings = 0; in UTIL_countPhysicalCores() local
1171 siblings = atoi(sep + 1); in UTIL_countPhysicalCores()
1186 if (siblings && cpu_cores) { in UTIL_countPhysicalCores()
1187 ratio = siblings / cpu_cores; in UTIL_countPhysicalCores()
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dqe.txt8 as a complete entity (UCC, USB etc ). All of them should be siblings on
/f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt10 All DISP device tree nodes must be siblings to the central MMSYS_CONFIG node.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst77 the frequency on the physical core is set to the highest frequency of the Hyper-Thread siblings.
H A Dtraffic_management.rst66 groups of siblings that have the same priority.
/f-stack/freebsd/contrib/device-tree/Bindings/cpu/
H A Dcpu-topology.txt88 which are siblings within a single common parent node must be given a unique and
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst150 core does not scale down in frequency until all of its siblings are
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3035 to the weight sum of all siblings that have the same priority. It is used by
3061 to the weight sum of all siblings that have the same priority. It is used by
3088 to the weight sum of all siblings that have the same priority. It is used by
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js5569 siblings: function( elem ) { method