| /Linux-v5.4/Documentation/locking/ | 
| D | spinlocks.rst | 57 (rw_lock) versions of the spinlocks are sometimes useful. They allow multiple109 cheaper versions of the spinlocks. IFF you know that the spinlocks are
 110 never used in interrupt handlers, you can use the non-irq versions::
 116 (and the equivalent read-write versions too, of course). The spinlock will
 121 The reasons you mustn't use these versions if you have interrupts that
 136 (This is also the reason why the irq-versions of the spinlocks only need
 
 | 
| /Linux-v5.4/arch/m68k/fpsp040/ | 
| D | README | 14 regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)27 without alteration in any modified and/or redistributed versions,
 28 and that such modified versions are clearly identified as such.
 
 | 
| /Linux-v5.4/Documentation/scsi/ | 
| D | scsi-generic.txt | 18 Major versions of the sg driver20 There are three major versions of sg found in the linux kernel (lk):
 71 Mapping of Linux kernel versions to sg driver versions
 81    next six linux kernel versions.
 
 | 
| /Linux-v5.4/drivers/cpufreq/ | 
| D | sun50i-cpufreq-nvmem.c | 29  * @versions: Set to the value parsed from efuse33 static int sun50i_cpufreq_get_efuse(u32 *versions)  in sun50i_cpufreq_get_efuse()  argument
 74 		*versions = 1;  in sun50i_cpufreq_get_efuse()
 77 		*versions = 2;  in sun50i_cpufreq_get_efuse()
 84 		*versions = 0;  in sun50i_cpufreq_get_efuse()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | compiler-clang.h | 15 /* all clang versions usable with the kernel support KASAN ABI version 5 */28  * Not all versions of clang implement the the type-generic versions
 
 | 
| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | kgdb.h | 30  * gdb remote procotol (well most versions of it) expects the following43  * To expand a little on the "most versions of it"... when the gdb remote
 67  * remote protocol (well most versions of it) describes the register state.
 69  * Note that if you are using one of the versions of gdb that supports
 
 | 
| /Linux-v5.4/arch/x86/include/uapi/asm/ | 
| D | ucontext.h | 36  * - Old DOSEMU versions sometimes catch a signal from a segmented38  *   the saved CS to a 64-bit segment.  These DOSEMU versions expect
 42  *   will fix up SS for these DOSEMU versions.
 
 | 
| /Linux-v5.4/Documentation/core-api/ | 
| D | gcc-plugins.rst | 14 The GCC plugin infrastructure of the kernel supports all gcc versions from18 because gcc versions 4.5 and 4.6 are compiled by a C compiler,
 20 and versions 4.8+ can only be compiled by a C++ compiler.
 62 	GIMPLE, SIMPLE_IPA, IPA and RTL passes. They support all gcc versions
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/media/xilinx/ | 
| D | xlnx,v-tpg.txt | 11   TPG versions backward-compatible with previous versions should list all12   compatible versions in the newer to older order.
 
 | 
| /Linux-v5.4/drivers/media/platform/s5p-mfc/ | 
| D | s5p_mfc_dec.c | 36 		.versions	= MFC_V6_BIT | MFC_V7_BIT,43 		.versions	= MFC_V5_BIT,
 50 		.versions	= MFC_V6PLUS_BITS,
 57 		.versions	= MFC_V6PLUS_BITS,
 64 		.versions	= MFC_V5PLUS_BITS,
 71 		.versions	= MFC_V6PLUS_BITS,
 78 		.versions	= MFC_V5PLUS_BITS,
 85 		.versions	= MFC_V5PLUS_BITS,
 92 		.versions	= MFC_V5PLUS_BITS,
 99 		.versions	= MFC_V5PLUS_BITS,
 [all …]
 
 | 
| /Linux-v5.4/samples/mei/ | 
| D | mei-amt-version.c | 253 	struct amt_version_type versions[AMT_VERSIONS_NUMBER];  member329 		len = code_ver->versions[i].description.length;  in amt_verify_code_versions()
 336 		len = code_ver->versions[i].version.length;  in amt_verify_code_versions()
 337 		if (code_ver->versions[i].version.string[len] != '\0' ||  in amt_verify_code_versions()
 338 		    len != strlen(code_ver->versions[i].version.string)) {  in amt_verify_code_versions()
 411 			       struct amt_code_versions *versions)  in amt_get_code_versions()  argument
 429 	memcpy(versions, response->data, sizeof(struct amt_code_versions));  in amt_get_code_versions()
 466 			printf("%s:\t%s\n", ver.versions[i].description.string,  in main()
 467 				ver.versions[i].version.string);  in main()
 
 | 
| /Linux-v5.4/arch/sh/boards/mach-r2d/ | 
| D | Kconfig | 11 	  R2D-PLUS is the smaller of the two R2D board versions, equipped19 	  R2D-1 is the larger of the two R2D board versions, equipped
 
 | 
| /Linux-v5.4/drivers/mmc/host/ | 
| D | mmci.h | 39  * supported in ST Micro U300 and Ux500 versions80 /* Command register flag extenstions in the ST Micro versions */
 85 /* Command register flag extensions in the Qualcomm versions */
 93 /* Command register in STM32 sdmmc versions */
 118 /* Control register extensions in the ST Micro U300 and Ux500 versions */
 123 /* Control register extensions in the ST Micro Ux500 versions */
 128 /* Control register extensions in the Qualcomm versions */
 131 /* Control register extensions in STM32 versions */
 
 | 
| /Linux-v5.4/net/9p/ | 
| D | trans_xen.c | 391 	char *versions;  in xen_9pfs_front_probe()  local394 	versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len);  in xen_9pfs_front_probe()
 395 	if (IS_ERR(versions))  in xen_9pfs_front_probe()
 396 		return PTR_ERR(versions);  in xen_9pfs_front_probe()
 397 	if (strcmp(versions, "1")) {  in xen_9pfs_front_probe()
 398 		kfree(versions);  in xen_9pfs_front_probe()
 401 	kfree(versions);  in xen_9pfs_front_probe()
 
 | 
| /Linux-v5.4/arch/m68k/ifpsp060/ | 
| D | MISC | 14 (INCLUDING ANY MODIFIED VERSIONS THEREOF) and any accompanying written materials.25 redistributed versions, and that such modified versions are clearly identified as such.
 29 RELEASE FILE VERSIONS:
 
 | 
| D | README | 14 (INCLUDING ANY MODIFIED VERSIONS THEREOF) and any accompanying written materials.25 redistributed versions, and that such modified versions are clearly identified as such.
 
 | 
| /Linux-v5.4/arch/sparc/ | 
| D | Makefile | 29 # versions of gcc.  Some gcc versions won't pass -Av8 to binutils when you30 # give -mcpu=v8.  This silently worked with older bintutils versions but
 
 | 
| /Linux-v5.4/tools/perf/Documentation/ | 
| D | manpage-suppress-sp.xsl | 4      versions of docbook-xsl -->9      that some versions of docbook stylesheets seem to add -->
 
 | 
| /Linux-v5.4/tools/lib/traceevent/Documentation/ | 
| D | manpage-suppress-sp.xsl | 4      versions of docbook-xsl -->9      that some versions of docbook stylesheets seem to add -->
 
 | 
| /Linux-v5.4/drivers/sbus/char/ | 
| D | max1617.h | 10 /* Read-only versions of changeable registers. */18 /* Write-only versions of the same. */
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/crypto/ | 
| D | omap-aes.txt | 6   AES versions:10   Note that the OMAP2 and 3 versions are compatible (OMAP3 supports
 
 | 
| /Linux-v5.4/include/uapi/linux/raid/ | 
| D | md_u.h | 20  * Different major versions are not compatible.21  * Different minor versions are only downward compatible.
 22  * Different patchlevel versions are downward and upward compatible.
 
 | 
| /Linux-v5.4/sound/pci/asihpi/ | 
| D | hpi_version.h | 12 /* Use single digits for versions less that 10 to avoid octal. */20 /** Library version as documented in hpi-api-versions.txt */
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/rng/ | 
| D | omap_rng.txt | 6   RNG versions:10   Note that these two versions are incompatible.
 
 | 
| /Linux-v5.4/drivers/clocksource/ | 
| D | hyperv_timer.c | 30  * mechanism is used when running on older versions of Hyper-V110 	 * Synthetic timers are always available except on old versions of  in hv_stimer_init()
 209  * TLFS.  The MSR version is for compatibility with old versions of
 309 	 * these will always be available except on very old versions of  in hv_init_clocksource()
 
 |