Home
last modified time | relevance | path

Searched full:packages (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/Documentation/x86/
Dtopology.rst24 threads, cores, packages, etc.
35 - packages
41 Packages contain a number of cores plus shared resources, e.g. DRAM
68 packages within a socket. This value may differ from cpu_die_id.
73 packages in a consistent way, we introduced the concept of logical package
74 ID so we can sanely calculate the number of maximum possible packages in
75 the system and have the packages enumerated linearly.
79 The maximum possible number of packages in the system. Helpful for per
Dmicrocode.rst87 The system needs to have the microcode packages installed into
102 The easier method is simply installing the microcode packages your distro
111 packages already put them there.
/kernel/linux/linux-4.19/Documentation/x86/
Dtopology.txt21 threads, cores, packages, etc.
32 - packages
38 Packages contain a number of cores plus shared resources, e.g. DRAM
57 packages in a consistent way, we introduced the concept of logical package
58 ID so we can sanely calculate the number of maximum possible packages in
59 the system and have the packages enumerated linearly.
63 The maximum possible number of packages in the system. Helpful for per
Dmicrocode.txt81 The system needs to have the microcode packages installed into
96 The easier method is simply installing the microcode packages your distro
105 packages already put them there.
/kernel/linux/build/
DBUILD.gn48 rebase_path("$root_build_dir/packages/phone/images/$kernel_image"),
60 outputs = [ "$root_build_dir/packages/phone/images/$kernel_image" ]
64 rebase_path("$root_build_dir/packages/phone/images"),
/kernel/linux/linux-4.19/drivers/thermal/
Dx86_pkg_temp_thermal.c76 static struct pkg_device **packages; variable
128 return packages[pkgid]; in pkg_temp_thermal_get_dev()
397 packages[pkgid] = pkgdev; in pkg_temp_thermal_device_add()
452 packages[topology_logical_package_id(cpu)] = NULL; in pkg_thermal_cpu_offline()
519 packages = kcalloc(max_packages, sizeof(struct pkg_device *), in pkg_temp_thermal_init()
521 if (!packages) in pkg_temp_thermal_init()
540 kfree(packages); in pkg_temp_thermal_init()
552 kfree(packages); in module_init()
/kernel/linux/linux-5.10/include/uapi/linux/
Dncsi.h20 * all packages and their associated channels.
29 * @NCSI_CMD_SET_PACKAGE_MASK: set a whitelist of allowed packages.
61 * @NCSI_ATTR_PACKAGE_MASK: 32-bit mask of allowed packages.
/kernel/linux/linux-5.10/net/ncsi/
Dinternal.h242 struct list_head node; /* Form list of packages */
316 unsigned int package_num; /* Number of packages */
317 struct list_head packages; /* List of packages */ member
332 bool multi_package; /* Enable multiple packages */
334 u32 package_whitelist; /* Packages to configure */
362 list_for_each_entry_rcu(np, &ndp->packages, node)
/kernel/linux/linux-4.19/scripts/package/
DMakefile1 # Makefile for the different targets used to generate full packages of a kernel
7 # /usr/src/packages/SRPMS/kernel-2.6.7rc2-1.src.rpm
8 # /usr/src/packages/RPMS/i386/kernel-2.6.7rc2-1.<arch>.rpm
142 @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
144 @echo ' deb-pkg - Build both source and binary deb kernel packages'
Dbuilddeb8 # is left to other scripts and packages: they can install scripts in the
128 # kernel packages, as well as kernel packages built using make-kpkg.
/kernel/linux/linux-5.10/scripts/
DMakefile.package2 # Makefile for the different targets used to generate full packages of a kernel
9 # /usr/src/packages/SRPMS/kernel-2.6.7rc2-1.src.rpm
10 # /usr/src/packages/RPMS/i386/kernel-2.6.7rc2-1.<arch>.rpm
145 @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
147 @echo ' deb-pkg - Build both source and binary deb kernel packages'
/kernel/linux/linux-4.19/Documentation/admin-guide/
Ddynamic-debug-howto.rst65 …/usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svc_rdma.c:323 [svcxprt_rdma]svc_rd…
66 …/usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svc_rdma.c:341 [svcxprt_rdma]svc_rd…
67 …/usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svc_rdma.c:340 [svcxprt_rdma]svc_rd…
68 …/usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svc_rdma.c:338 [svcxprt_rdma]svc_rd…
88 …/usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svcsock.c:1603 [sunrpc]svc_send p "…
167 file /usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svcsock.c
/kernel/linux/linux-4.19/net/ncsi/
Dinternal.h211 struct list_head node; /* Form list of packages */
276 unsigned int package_num; /* Number of packages */
277 struct list_head packages; /* List of packages */ member
318 list_for_each_entry_rcu(np, &ndp->packages, node)
Dncsi-manage.c280 list_add_tail_rcu(&np->node, &ndp->packages); in ncsi_add_package()
1002 /* Deselect all possible packages */ in ncsi_probe_channel()
1017 /* Select all possible packages */ in ncsi_probe_channel()
1028 /* Disable all possible packages */ in ncsi_probe_channel()
1042 &ndp->packages, struct ncsi_package, node); in ncsi_probe_channel()
1044 &ndp->packages)) in ncsi_probe_channel()
1050 /* All available packages and channels are enumerated. The in ncsi_probe_channel()
1263 /* We might not have active channel or packages. The IPv6 in ncsi_inet6addr_event()
1265 * or packages are chosen. in ncsi_inet6addr_event()
1464 INIT_LIST_HEAD(&ndp->packages); in ncsi_register_dev()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/
Dnetx-eth.c41 /* Data packages are indicated by XC */
43 /* Data packages are indicated by XC */
44 #define REQ_FIFO_PORT_HI(xcno) (3 + ((xcno) << 3)) /* Index of the FIFO where Data packages */
47 #define REQ_FIFO_PORT_LO(xcno) (4 + ((xcno) << 3)) /* Index of the FIFO where Data packages */
50 #define CON_FIFO_PORT_HI(xcno) (5 + ((xcno) << 3)) /* Index of the FIFO where sent Data packages */
53 /* packages are confirmed */
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
DTEST.DOC50 of these packages.
80 to a function required by the test packages (these functions and their
117 The test packages call _print_string() and _print_number()
174 will be system-implemented several different ways and the test packages
/kernel/linux/linux-4.19/arch/m68k/ifpsp060/
DTEST.DOC50 of these packages.
80 to a function required by the test packages (these functions and their
117 The test packages call _print_string() and _print_number()
174 will be system-implemented several different ways and the test packages
/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/fw/
Dacpi.c115 * We need at least two packages, one for the revision and one in iwl_acpi_get_wifi_pkg()
123 IWL_DEBUG_DEV_RADIO(dev, "Unsupported packages structure\n"); in iwl_acpi_get_wifi_pkg()
127 /* loop through all the packages to find the one for WiFi */ in iwl_acpi_get_wifi_pkg()
/kernel/linux/linux-4.19/drivers/acpi/acpica/
Dnsprepkg.c74 * For variable-length Packages, we can safely remove all embedded in acpi_ns_check_package()
86 * Most packages must have at least one element. The only exception in acpi_ns_check_package()
104 * PTYPE1 packages contain no subpackages in acpi_ns_check_package()
105 * PTYPE2 packages contain subpackages in acpi_ns_check_package()
269 * package instead of a Package of Packages (a common error if in acpi_ns_check_package()
300 * Returns a variable list of packages, each with a variable list in acpi_ns_check_package()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dnsprepkg.c74 * For variable-length Packages, we can safely remove all embedded in acpi_ns_check_package()
86 * Most packages must have at least one element. The only exception in acpi_ns_check_package()
104 * PTYPE1 packages contain no subpackages in acpi_ns_check_package()
105 * PTYPE2 packages contain subpackages in acpi_ns_check_package()
269 * package instead of a Package of Packages (a common error if in acpi_ns_check_package()
300 * Returns a variable list of packages, each with a variable list in acpi_ns_check_package()
/kernel/linux/linux-5.10/tools/testing/selftests/
DMakefile245 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
247 @mkdir -p ${INSTALL_PATH}/kselftest-packages/
248 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
/kernel/linux/linux-5.10/scripts/package/
Dbuilddeb8 # is left to other scripts and packages: they can install scripts in the
188 # kernel packages, as well as kernel packages built using make-kpkg.
/kernel/linux/linux-4.19/tools/power/x86/turbostat/
Dturbostat.c271 struct pkg_data packages; member
1172 format_counters(&average.threads, &average.cores, &average.packages); in format_all_counters()
1491 average.packages.pkg_wtd_core_c0 += p->pkg_wtd_core_c0; in sum_counters()
1493 average.packages.pkg_any_core_c0 += p->pkg_any_core_c0; in sum_counters()
1495 average.packages.pkg_any_gfxe_c0 += p->pkg_any_gfxe_c0; in sum_counters()
1497 average.packages.pkg_both_core_gfxe_c0 += p->pkg_both_core_gfxe_c0; in sum_counters()
1499 average.packages.pc2 += p->pc2; in sum_counters()
1501 average.packages.pc3 += p->pc3; in sum_counters()
1503 average.packages.pc6 += p->pc6; in sum_counters()
1505 average.packages.pc7 += p->pc7; in sum_counters()
[all …]
/kernel/linux/linux-4.19/Documentation/acpi/
DDSD-properties-rules.txt13 packages associated with them and makes those data available to device drivers
52 return property sets which do not follow that rule from _DSD in data packages
/kernel/linux/linux-5.10/tools/usb/usbip/
DINSTALL129 Some packages pay attention to `--enable-FEATURE' options to
136 For packages that use the X Window System, `configure' can usually
186 environment passed to `configure'. However, some packages may run

12345678910>>...17