/linux-5.10/drivers/video/fbdev/matrox/ |
D | matroxfb_DAC1064.h | 33 #define M1064_XCURCTRL_DIS 0x00 /* transparent, transparent, transparent, transparent */ 34 #define M1064_XCURCTRL_3COLOR 0x01 /* transparent, 0, 1, 2 */ 35 #define M1064_XCURCTRL_XGA 0x02 /* 0, 1, transparent, complement */ 36 #define M1064_XCURCTRL_XWIN 0x03 /* transparent, transparent, 0, 1 */
|
D | matroxfb_Ti3026.c | 114 #define TVP3026_XCURCTRL_DIS 0x00 /* transparent, transparent, transparent, transparent */ 115 #define TVP3026_XCURCTRL_3COLOR 0x01 /* transparent, 0, 1, 2 */ 116 #define TVP3026_XCURCTRL_XGA 0x02 /* 0, 1, transparent, complement */ 117 #define TVP3026_XCURCTRL_XWIN 0x03 /* transparent, transparent, 0, 1 */
|
/linux-5.10/net/netfilter/ |
D | xt_socket.c | 3 * Transparent proxy support for Linux/iptables 63 bool transparent = true; in socket_match() local 72 /* Ignore non-transparent sockets, in socket_match() 76 transparent = inet_sk_transparent(sk); in socket_match() 79 transparent && sk_fullsock(sk)) in socket_match() 85 if (wildcard || !transparent) in socket_match() 124 bool transparent = true; in socket_mt6_v1_v2_v3() local 133 /* Ignore non-transparent sockets, in socket_mt6_v1_v2_v3() 137 transparent = inet_sk_transparent(sk); in socket_mt6_v1_v2_v3() 140 transparent && sk_fullsock(sk)) in socket_mt6_v1_v2_v3() [all …]
|
/linux-5.10/Documentation/vm/ |
D | transhuge.rst | 4 Transparent Hugepage Support 7 This document describes design principles for Transparent Hugepage (THP) 14 - "graceful fallback": mm components which don't have transparent hugepage 16 if necessary, split a transparent hugepage. Therefore these components 32 is not specific to transparent hugepage support and it's a generic 53 of handling GUP on hugetlbfs will also work fine on transparent 66 pmd_offset. It's trivial to make the code transparent hugepage aware 79 Example to make mremap.c transparent hugepage aware with a one liner 114 Refcounts and transparent huge pages
|
/linux-5.10/Documentation/admin-guide/mm/ |
D | transhuge.rst | 4 Transparent Hugepage Support 12 hugetlbfs. Transparent HugePage Support (THP) is an alternative mean of 58 Transparent Hugepage Support maximizes the usefulness of free memory 97 Transparent Hugepage Support for anonymous memory can be entirely disabled 159 library) may want to know the size (in bytes) of a transparent hugepage:: 214 swap when collapsing a group of pages into a transparent huge page:: 233 You can change the sysfs boot time defaults of Transparent Hugepage 288 The number of anonymous transparent huge pages currently used by the 290 To identify what applications are using anonymous transparent huge pages, 294 The number of file transparent huge pages mapped to userspace is available [all …]
|
/linux-5.10/Documentation/networking/ |
D | tproxy.rst | 4 Transparent proxy support 7 This feature adds Linux 2.2-like transparent proxy support to current kernels. 11 From Linux 4.18 transparent proxy support is also available in nf_tables. 28 # nft add rule filter divert meta l4proto tcp socket transparent 1 meta mark set 1 accept 58 Transparent proxying often involves "intercepting" traffic on a router. This is
|
/linux-5.10/Documentation/userspace-api/media/ |
D | fdl-appendix.rst | 88 .. _fdl-transparent: 90 A “Transparent” copy of the :ref:`Document <fdl-document>` means a 97 for input to text formatters. A copy made in an otherwise Transparent 99 subsequent modification by readers is not Transparent. A copy that is 100 not “Transparent” is called “Opaque”. 102 Examples of suitable formats for Transparent copies include plain ASCII 165 If you publish or distribute :ref:`Opaque <fdl-transparent>` copies of 167 either include a machine-readable :ref:`Transparent <fdl-transparent>` 170 Transparent copy of the Document, free of added material, which the 175 Transparent copy will remain thus accessible at the stated location [all …]
|
/linux-5.10/LICENSES/deprecated/ |
D | GFDL-1.2 | 95 A "Transparent" copy of the Document means a machine-readable copy, 102 to text formatters. A copy made in an otherwise Transparent file 104 or discourage subsequent modification by readers is not Transparent. 105 An image format is not Transparent if used for any substantial amount 106 of text. A copy that is not "Transparent" is called "Opaque". 108 Examples of suitable formats for Transparent copies include plain 112 transparent image formats include PNG, XCF and JPG. Opaque formats 179 more than 100, you must either include a machine-readable Transparent 183 a complete Transparent copy of the Document, free of added material. 186 that this Transparent copy will remain thus accessible at the stated [all …]
|
D | GFDL-1.1 | 87 A "Transparent" copy of the Document means a machine-readable copy, 94 to text formatters. A copy made in an otherwise Transparent file 96 subsequent modification by readers is not Transparent. A copy that is 97 not "Transparent" is called "Opaque". 99 Examples of suitable formats for Transparent copies include plain 153 more than 100, you must either include a machine-readable Transparent 156 Transparent copy of the Document, free of added material, which the 161 Transparent copy will remain thus accessible at the stated location 208 public access to a Transparent copy of the Document, and likewise
|
/linux-5.10/mm/ |
D | Kconfig | 223 with the reduced number of transparent huge pages that could be used 389 bool "Transparent Hugepage Support" 394 Transparent Hugepages allows the kernel to use huge pages and 404 prompt "Transparent Hugepage Support sysfs defaults" 408 Selects the sysfs defaults for Transparent Hugepage Support. 413 Enabling Transparent Hugepage always, can increase the 420 Enabling Transparent Hugepage madvise, will only provide a 434 Swap transparent huge pages in one piece, without splitting. 435 XXX: For now, swap cluster backing transparent huge page
|
/linux-5.10/drivers/ntb/ |
D | Kconfig | 3 tristate "Non-Transparent Bridge support" 6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
|
/linux-5.10/include/video/ |
D | cirrus.h | 113 #define CL_GR34 0x34 /* Transparent Color Select Low */ 114 #define CL_GR35 0x35 /* Transparent Color Select High */ 115 #define CL_GR38 0x38 /* Source Transparent Color Mask Low */ 116 #define CL_GR39 0x39 /* Source Transparent Color Mask High */
|
/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
D | simple-bridge.yaml | 7 title: Transparent non-programmable DRM bridges 14 This binding supports transparent non-programmable bridges that don't require
|
D | lvds-codec.yaml | 7 title: Transparent LVDS encoders and decoders 13 This binding supports transparent LVDS encoders and decoders that don't
|
/linux-5.10/include/linux/ |
D | huge_mm.h | 260 * thp_head - Head page of a transparent huge page. 269 * thp_order - Order of a transparent huge page. 270 * @page: Head page of a transparent huge page. 483 * thp_size - Size of a transparent huge page. 484 * @page: Head page of a transparent huge page.
|
D | mISDNhw.h | 46 #define FLG_TRANSPARENT 12 /* channel use transparent data */ 155 unsigned short minlen; /* for transparent data */
|
/linux-5.10/drivers/gpu/drm/bridge/ |
D | Kconfig | 65 tristate "Transparent LVDS encoders and decoders support" 70 Support for transparent LVDS encoders and decoders that don't
|
/linux-5.10/drivers/ntb/hw/amd/ |
D | Kconfig | 3 tristate "AMD Non-Transparent Bridge support"
|
/linux-5.10/drivers/ntb/hw/intel/ |
D | Kconfig | 3 tristate "Intel Non-Transparent Bridge support"
|
/linux-5.10/net/ax25/ |
D | Kconfig | 60 transparent in that you don't have to do any special DAMA 75 transparent in that you don't have to do any special DAMA
|
/linux-5.10/tools/testing/selftests/vm/ |
D | transhuge-stress.c | 2 * Stress test for transparent huge pages, memory compaction and migration. 43 /* allocate transparent huge page */ in allocate_transhuge()
|
/linux-5.10/drivers/ntb/hw/mscc/ |
D | Kconfig | 3 tristate "MicroSemi Switchtec Non-Transparent Bridge Support"
|
/linux-5.10/include/net/ |
D | inet_sock.h | 224 transparent:1, member 347 if (inet_sk(sk)->transparent || inet_sk(sk)->hdrincl) in inet_sk_flowi_flags() 373 inet->freebind || inet->transparent; in inet_can_nonlocal_bind()
|
/linux-5.10/arch/x86/pci/ |
D | bus_numa.h | 5 * sub bus (transparent) will use entres from 3 to store extra from
|
/linux-5.10/Documentation/ABI/removed/ |
D | raw1394 | 15 libraw1394 (works with firewire-cdev too, transparent to library ABI
|