Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-12-stable/sys/x86/x86/
Dmp_x86.c688 printf("%d package(s)", topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
689 if (topology.entities[TOPO_LEVEL_GROUP] > 1) in cpu_mp_announce()
691 topology.entities[TOPO_LEVEL_GROUP]); in cpu_mp_announce()
692 if (topology.entities[TOPO_LEVEL_CACHEGROUP] > 1) in cpu_mp_announce()
694 topology.entities[TOPO_LEVEL_CACHEGROUP]); in cpu_mp_announce()
695 if (topology.entities[TOPO_LEVEL_CORE] > 0) in cpu_mp_announce()
697 topology.entities[TOPO_LEVEL_CORE]); in cpu_mp_announce()
698 if (topology.entities[TOPO_LEVEL_THREAD] > 1) in cpu_mp_announce()
700 topology.entities[TOPO_LEVEL_THREAD]); in cpu_mp_announce()
710 topology.entities[TOPO_LEVEL_PKG]); in cpu_mp_announce()
[all …]
/freebsd-12-stable/sys/kern/
Dsubr_smp.c1136 if (results->entities[level] == -1) in topo_analyze_table()
1137 results->entities[level] = count; in topo_analyze_table()
1138 else if (results->entities[level] != count) in topo_analyze_table()
1157 results->entities[TOPO_LEVEL_PKG] = -1; in topo_analyze()
1158 results->entities[TOPO_LEVEL_CORE] = -1; in topo_analyze()
1159 results->entities[TOPO_LEVEL_THREAD] = -1; in topo_analyze()
1160 results->entities[TOPO_LEVEL_GROUP] = -1; in topo_analyze()
1161 results->entities[TOPO_LEVEL_CACHEGROUP] = -1; in topo_analyze()
1166 KASSERT(results->entities[TOPO_LEVEL_PKG] > 0, in topo_analyze()
/freebsd-12-stable/contrib/binutils/binutils/
Dmcparse.y67 input: entities
70 entities:
72 | entities entity
/freebsd-12-stable/contrib/bzip2/
DFREEBSD-Xlist17 *entities.xml
/freebsd-12-stable/contrib/libevent/
Devent_rpcgen.py1686 entities = []
1695 entities.extend(ProcessStruct(factory, data))
1697 return entities
1884 entities = Parse(factory, self.rpc_file)
1892 for entry in entities:
1896 for entry in entities:
1904 for entry in entities:
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Devent_rpcgen.py1686 entities = []
1695 entities.extend(ProcessStruct(factory, data))
1697 return entities
1884 entities = Parse(factory, self.rpc_file)
1892 for entry in entities:
1896 for entry in entities:
1904 for entry in entities:
/freebsd-12-stable/contrib/one-true-awk/
DLICENSE11 its entities not be used in advertising or publicity pertaining
DREADME.md18 its entities not be used in advertising or publicity pertaining
/freebsd-12-stable/crypto/openssl/doc/man3/
DECPKParameters_print.pod6 encoding ASN1 representations of elliptic curve entities
DX509_STORE_add_cert.pod56 trusted entities such as root certificate authorities (CAs).
/freebsd-12-stable/sys/sys/
Dsmp.h140 int entities[TOPO_LEVEL_COUNT]; member
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
Dntpv4-mib.mib67 "The Management Information Base for NTP time entities.
795 "The compliance statement for SNMP entities that use NTP and
806 "The compliance statement for SNMP entities that use SNTP and
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def83 ///< Decl* various IR entities came from.
329 /// Whether to use public LTO visibility for entities in std and stdext
/freebsd-12-stable/crypto/heimdal/doc/
Dwhatis.texi23 third party (the kerberos server) that is trusted by all the entities on
/freebsd-12-stable/contrib/expat/
DChanges14 #612 #645 Fix curruption from undefined entities
16 entities
341 leveraging general entities or parameter entities or both)
546 and deny internal entities closing the doctype;
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__config771 // (which is that entities are not assumed to be provided by explicit
772 // template instantiations in the dylib) by always inlining those entities.
1083 // _LIBCPP_NODISCARD_EXT may be used to apply [[nodiscard]] to entities not
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc11 * compiler (instrumentation), and host tools (reader/writer). The entities
53 * The second part of the file includes definitions all other entities that
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc11 * compiler (instrumentation), and host tools (reader/writer). The entities
53 * The second part of the file includes definitions all other entities that
/freebsd-12-stable/contrib/serf/
DLICENSE16 other entities that control, are controlled by, or are under common
/freebsd-12-stable/contrib/googletest/googlemock/scripts/generator/
DLICENSE17 other entities that control, are controlled by, or are under common
/freebsd-12-stable/contrib/llvm-project/clang/
DLICENSE.TXT20 other entities that control, are controlled by, or are under common
/freebsd-12-stable/contrib/wpa/hostapd/
DREADME-WPS26 WPS uses following terms to describe the entities participating in the
/freebsd-12-stable/contrib/llvm-project/lld/
DLICENSE.TXT20 other entities that control, are controlled by, or are under common
/freebsd-12-stable/contrib/llvm-project/libunwind/
DLICENSE.TXT20 other entities that control, are controlled by, or are under common
/freebsd-12-stable/contrib/llvm-project/llvm/
DLICENSE.TXT20 other entities that control, are controlled by, or are under common

123