Home
last modified time | relevance | path

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

123456789

/linux/Documentation/arch/x86/
H A Dtopology.rst24 threads, cores, packages, etc.
35 - packages
41 Packages contain a number of cores plus shared resources, e.g. DRAM
72 packages within a socket. This value may differ from topo.die_id.
77 packages in a consistent way, we introduced the concept of logical package
78 ID so we can sanely calculate the number of maximum possible packages in
79 the system and have the packages enumerated linearly.
83 The maximum possible number of packages in the system. Helpful for per
H A Dmicrocode.rst88 The system needs to have the microcode packages installed into
96 You simply install the microcode packages your distro supplies and
105 packages already put them there.
/linux/scripts/package/debian/
H A Drules30 all-packages = $(shell dh_listpackages)
31 image-package = $(filter linux-image-% user-%, $(filter-out %-dbg, $(all-packages)))
32 image-dbg-package = $(filter %-dbg, $(all-packages))
33 libc-dev-package = $(filter linux-libc-dev, $(all-packages))
34 headers-package = $(filter linux-headers-%, $(all-packages))
/linux/net/ncsi/
H A Dinternal.h252 struct list_head node; /* Form list of packages */
327 unsigned int package_num; /* Number of packages */
329 struct list_head packages; /* List of packages */
344 bool multi_package; /* Enable multiple packages */
346 u32 package_whitelist; /* Packages to configure */
375 list_for_each_entry_rcu(np, &ndp->packages, node)
328 struct list_head packages; /* List of packages */ global() member
/linux/include/uapi/linux/
H A 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.
/linux/arch/m68k/ifpsp060/
H A 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
/linux/scripts/
H A Dcheck-variable-fonts.sh75 # - Non-variable "Noto CJK" fonts are not available as distro packages
85 # Uninstalling "variable font" packages can be dangerous.
86 # They might be depended upon by other packages important for your work.
/linux/scripts/package/
H A Dbuilddeb8 # is left to other scripts and packages: they can install scripts in the
74 # kernel packages, as well as kernel packages built using make-kpkg.
/linux/drivers/acpi/acpica/
H A 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()
H A Dnsrepair.c379 * is required. It does not apply to variable-length packages where NULL in acpi_ns_repair_null_element()
433 * DESCRIPTION: Remove all NULL package elements from packages that contain
435 * packages, NULL elements can be safely removed.
454 * PTYPE1_VAR packages contain a variable number of simple data types. in acpi_ns_remove_null_elements()
455 * PTYPE2 packages contain a variable number of subpackages. in acpi_ns_remove_null_elements()
/linux/Documentation/doc-guide/
H A Dsphinx.rst37 and it is not uncommon that upgrading it or some other Python packages
70 packages. If those packages are not installed, the build system will
82 ``texlive`` packages that provide the minimal set of functionalities
96 requires quite a few texlive packages including amsfonts and amsmath among
100 without installing any texlive packages. See `Choice of Math Renderer`_ for
/linux/tools/usb/usbip/
H A 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
/linux/Documentation/admin-guide/
H A DREADME.rst118 versions of various software packages. Consult
120 required and how to get updates for these packages. Beware that using
121 excessively old versions of these packages can cause indirect
123 you can just update packages when obvious problems arise during
H A Ddell_rbu.rst21 This driver works with Dell OpenManage or Dell Update Packages for updating
26 OpenManage and Dell Update packages (DUP).
/linux/tools/perf/Documentation/
H A Dsecurity.txt69 4. Get into rpmbuild/SPECS directory and build policy packages from patched sources:
87 5. Install SELinux packages from Fedora repo, if not already done so, and
235 [1] https://download-ib01.fedoraproject.org/pub/fedora/linux/updates/31/Everything/SRPMS/Packages/s…
/linux/tools/testing/selftests/
H A DMakefile292 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
294 @mkdir -p ${INSTALL_PATH}/kselftest-packages/
295 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
/linux/Documentation/scsi/
H A Dscsi-generic.rst58 There are two packages of sg utilities:
66 Both packages will work in the lk 2.4 series. However, sg3_utils offers more
/linux/Documentation/firmware-guide/acpi/
H A DDSD-properties-rules.rst16 packages associated with them and makes those data available to device drivers
59 return property sets which do not follow that rule from _DSD in data packages
/linux/net/llc/
H A Dllc_if.c78 * machine. This function packages a proper event and sends it connection
125 * connection with a remote machine. This function packages a proper event
/linux/Documentation/kbuild/
H A Dreproducible-builds.rst64 Generated files in source packages
116 packages for the different kernel versions.
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c50 /* copy packages on sw ring range[begin, end) */
241 /* Skip copying for the packages already resubmitted.*/ in amdgpu_ring_mux_set_wptr()
272 * can not decide if our packages have been excuted or not read yet. However,
274 * packages for the hang analysis. We assume the hang happens near our latest
/linux/drivers/acpi/x86/
H A Dapple.c25 * of 2-element packages. Convert to _DSD format and make them available under
100 /* layout: top-level package | packages | key/value tuples | strings */ in acpi_extract_apple_properties()
/linux/tools/testing/selftests/net/rds/
H A Drun.sh31 #check to see if the host has the required packages to generate a gcov report
88 # ensure we have the required gcov packages
/linux/tools/power/cpupower/lib/
H A Dcpupower.h6 /* Amount of CPU cores, packages and threads per core in the system */
/linux/tools/power/x86/turbostat/
H A Dturbostat.c1879 struct pkg_data packages; member
3189 format_counters(&average.threads, &average.cores, &average.packages); in format_all_counters()
3649 average.packages.pkg_wtd_core_c0 += p->pkg_wtd_core_c0; in sum_counters()
3651 average.packages.pkg_any_core_c0 += p->pkg_any_core_c0; in sum_counters()
3653 average.packages.pkg_any_gfxe_c0 += p->pkg_any_gfxe_c0; in sum_counters()
3655 average.packages.pkg_both_core_gfxe_c0 += p->pkg_both_core_gfxe_c0; in sum_counters()
3657 average.packages.pc2 += p->pc2; in sum_counters()
3659 average.packages.pc3 += p->pc3; in sum_counters()
3661 average.packages.pc6 += p->pc6; in sum_counters()
3663 average.packages.pc7 += p->pc7; in sum_counters()
[all …]

123456789