/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_sriov_pf_service_kunit.c | 31 * - base version can't be newer than latest in pf_service_test_init() 34 KUNIT_ASSERT_NE(test, 0, xe->sriov.pf.service.version.latest.major); in pf_service_test_init() 36 xe->sriov.pf.service.version.latest.major); in pf_service_test_init() 37 if (xe->sriov.pf.service.version.base.major == xe->sriov.pf.service.version.latest.major) in pf_service_test_init() 39 xe->sriov.pf.service.version.latest.minor); in pf_service_test_init() 52 KUNIT_ASSERT_EQ(test, major, xe->sriov.pf.service.version.latest.major); in pf_negotiate_any() 53 KUNIT_ASSERT_EQ(test, minor, xe->sriov.pf.service.version.latest.minor); in pf_negotiate_any() 82 if (xe->sriov.pf.service.version.base.major == xe->sriov.pf.service.version.latest.major) in pf_negotiate_base_newer() 83 KUNIT_ASSERT_LE(test, minor, xe->sriov.pf.service.version.latest.minor); in pf_negotiate_base_newer() 98 KUNIT_ASSERT_LE(test, major, xe->sriov.pf.service.version.latest.major); in pf_negotiate_base_next() [all …]
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_sriov_pf_service.c | 35 /* latest version is same for all platforms */ in xe_sriov_pf_service_init() 36 xe->sriov.pf.service.version.latest.major = GUC_RELAY_VERSION_LATEST_MAJOR; in xe_sriov_pf_service_init() 37 xe->sriov.pf.service.version.latest.minor = GUC_RELAY_VERSION_LATEST_MINOR; in xe_sriov_pf_service_init() 46 struct xe_sriov_pf_service_version latest = xe->sriov.pf.service.version.latest; in pf_negotiate_version() local 50 xe_assert(xe, base.major <= latest.major); in pf_negotiate_version() 51 xe_assert(xe, (base.major < latest.major) || (base.minor <= latest.minor)); in pf_negotiate_version() 53 /* VF doesn't care - return our latest */ in pf_negotiate_version() 56 *major = latest.major; in pf_negotiate_version() 57 *minor = latest.minor; in pf_negotiate_version() 61 /* VF wants newer than our - return our latest */ in pf_negotiate_version() [all …]
|
H A D | xe_sriov_pf_service_types.h | 27 * @version.latest: latest VF/PF ABI version supported by the PF driver. 32 struct xe_sriov_pf_service_version latest; member
|
H A D | xe_gt_sriov_pf_service_types.h | 41 * @version.latest: latest VF/PF ABI version supported by the PF driver. 47 struct xe_gt_sriov_pf_service_version latest; member
|
/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 250 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html 263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory 269 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html 290 See: https://www.kernel.org/doc/html/latest/process/deprecated.html#bug-and-bug-on 299 …See: https://www.kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-s… 343 See: https://www.kernel.org/doc/html/latest/RCU/whatisRCU.html#full-list-of-rcu-apis 357 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes 366 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes 375 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes 384 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes [all …]
|
/linux/Documentation/virt/ |
H A D | ne_overview.rst | 94 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html 96 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html 98 [6] https://www.kernel.org/doc/html/latest/x86/boot.html 99 [7] https://www.kernel.org/doc/html/latest/arm64/hugetlbpage.html 100 [8] https://www.kernel.org/doc/html/latest/arm64/booting.html
|
/linux/fs/nilfs2/ |
H A D | the_nilfs.h | 51 * @ns_segnum: index number of the latest full segment. 58 * @ns_last_segment_lock: lock protecting fields for the latest segment 59 * @ns_last_pseg: start block number of the latest segment 60 * @ns_last_seq: sequence value of the latest segment 61 * @ns_last_cno: checkpoint number of the latest segment 104 * - loading the latest checkpoint exclusively. 129 * The following fields hold information on the latest partial segment
|
H A D | recovery.c | 456 * Releasing the next segment of the latest super root. in nilfs_prepare_segment_for_recovery() 479 * Collecting segments written after the latest super root. in nilfs_prepare_segment_for_recovery() 591 * nilfs_do_roll_forward - salvage logical segments newer than the latest 781 * nilfs_salvage_orphan_logs - salvage logs written after the latest checkpoint 806 nilfs_err(sb, "error %d loading the latest checkpoint", err); in nilfs_salvage_orphan_logs() 849 * nilfs_search_super_root - search the latest valid super root 853 * nilfs_search_super_root() looks for the latest super-root from a partial 1004 /* Updating pointers relating to the latest checkpoint */ in nilfs_search_super_root()
|
/linux/scripts/dtc/libfdt/ |
H A D | fdt.c | 31 if (!can_assume(LATEST)) { in fdt_ro_probe_() 85 return can_assume(LATEST) ? FDT_V17_SIZE : in fdt_header_size() 99 if (!can_assume(LATEST)) { in fdt_check_header() 119 if (!can_assume(LATEST) && fdt_version(fdt) < 17) { in fdt_check_header() 154 if (can_assume(LATEST) || fdt_version(fdt) >= 0x11) in fdt_offset_ptr() 201 if (!can_assume(LATEST) && in fdt_next_tag()
|
H A D | libfdt_internal.h | 99 * This does essentially no checks. Only the latest device-tree 111 * the latest supported version and wish to minimise code size. 147 * Only enable this if you know you have a device tree with the latest
|
/linux/scripts/ |
H A D | checktransupdate.py | 7 commit to find the latest english commit from the translation commit 8 (order by author date) and the latest english commits from HEAD. If 44 """Get the latest commit from the specified commit for the specified file""" 64 """Get the latest origin commit from the translation commit""" 74 """Get the latest origin commit from the formatted translation commit: 141 logging.error("Cannot find the latest commit for %s", file_path) 150 logging.error("Error: Cannot find the latest origin commit for %s", file_path)
|
H A D | patch-kernel | 10 # directory above to the latest Linus kernel 12 # Get the latest Linux kernel and patch it with the latest ac patch 16 # Gets 2.4.9 with latest ac patches 303 # They could have done -ac (get latest) or -acxx where xx=version they want 305 # They want the latest version
|
/linux/Documentation/translations/zh_CN/virt/ |
H A D | ne_overview.rst | 84 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html 86 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html 88 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
|
/linux/Documentation/translations/zh_TW/arch/loongarch/ |
H A D | irq-chip-model.rst | 140 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm… 142 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm… 146 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm… 148 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
|
/linux/lib/xz/ |
H A D | xz_lzma2.h | 62 /* Indicate that the latest symbol was a literal. */ 73 /* Indicate that the latest symbol was a match. */ 79 /* Indicate that the latest state was a long repeated match. */ 85 /* Indicate that the latest symbol was a short match. */
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-nilfs2 | 97 Show start block number of the latest segment. 103 Show sequence value of the latest segment. 109 Show checkpoint number of the latest segment. 121 Show index number of the latest full segment. 230 Show checkpoint number of the latest segment.
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_hal.h | 127 u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */ 128 u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain 130 u8 est_Pout_cck; /* Latest CCK tx power out estimate */ 140 /* Latest target power */
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cnv_dbgfs.c | 78 static s16 get_err_info(u8 error_type, u16 latest) in get_err_info() argument 83 return CNV_GET_DELTA_ERR_INFO(latest); in get_err_info() 86 return CNV_GET_SLICE_ERR_INFO(latest); in get_err_info() 88 return CNV_GET_DEFAULT_ERR_INFO(latest); in get_err_info()
|
/linux/Documentation/bpf/libbpf/ |
H A D | libbpf_overview.rst | 209 <https://libbpf.readthedocs.io/en/latest/api.html>`_. 233 * `Program types and ELF Sections <https://libbpf.readthedocs.io/en/latest/program_types.html>`_ 234 * `API naming convention <https://libbpf.readthedocs.io/en/latest/libbpf_naming_convention.html>`_ 235 * `Building libbpf <https://libbpf.readthedocs.io/en/latest/libbpf_build.html>`_ 236 * `API documentation Convention <https://libbpf.readthedocs.io/en/latest/libbpf_naming_convention.h…
|
/linux/Documentation/doc-guide/ |
H A D | checktransupdate.rst | 13 It uses ``git log`` command to track the latest English commit from the 14 translation commit (order by author date) and the latest English commits
|
/linux/tools/perf/arch/x86/tests/ |
H A D | hybrid.c | 276 static int combine_test_results(int existing, int latest) in combine_test_results() argument 281 return latest == TEST_OK ? TEST_SKIP : latest; in combine_test_results() 282 return latest; in combine_test_results()
|
/linux/Documentation/scsi/ |
H A D | bfa.rst | 39 The latest Firmware package for 3.0.2.2 bfa driver can be found at: 55 The latest driver configuration & management utility for 3.0.2.2 bfa driver can 72 The latest Administration's Guide, Installation and Reference Manual,
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | igbvf.rst | 36 For information on how to identify your adapter, and for the latest Intel 47 diagnostics, as well as displaying statistical information. The latest ethtool
|
/linux/scripts/coccinelle/misc/ |
H A D | flexible_array.cocci | 99 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de… 106 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
|
/linux/kernel/livepatch/ |
H A D | state.c | 53 * livepatches. It is expected that the latest livepatch has 61 * Return: pointer to the latest struct klp_state from already
|