Searched refs:transparent (Results 1 – 25 of 127) sorted by relevance
123456
/linux-6.6.21/net/netfilter/ |
D | xt_socket.c | 63 bool transparent = true; in socket_match() local 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 137 transparent = inet_sk_transparent(sk); in socket_mt6_v1_v2_v3() 140 transparent && sk_fullsock(sk)) in socket_mt6_v1_v2_v3() 146 if (wildcard || !transparent) in socket_mt6_v1_v2_v3()
|
/linux-6.6.21/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | fsl,cpm1-scc-qmc.yaml | 77 enum: [transparent, hdlc] 78 default: transparent 82 - transparent: The channel handles raw data without any processing 89 This flag is used only in 'transparent' mode. 140 fsl,mode = "transparent"; 149 fsl,mode = "transparent";
|
/linux-6.6.21/drivers/gpu/drm/ci/xfails/ |
D | i915-kbl-flakes.txt | 19 kms_plane_alpha_blend@pipe-A-alpha-transparent-fb 21 kms_plane_alpha_blend@pipe-B-alpha-transparent-fb 25 kms_plane_alpha_blend@pipe-C-alpha-transparent-fb
|
D | i915-amly-flakes.txt | 22 kms_plane_alpha_blend@pipe-A-alpha-transparent-fb 26 kms_plane_alpha_blend@pipe-B-alpha-transparent-fb 30 kms_plane_alpha_blend@pipe-C-alpha-transparent-fb
|
D | i915-whl-fails.txt | 38 kms_plane_alpha_blend@alpha-transparent-fb,Fail 41 kms_plane_alpha_blend@pipe-A-alpha-transparent-fb,Fail 44 kms_plane_alpha_blend@pipe-B-alpha-transparent-fb,Fail 47 kms_plane_alpha_blend@pipe-C-alpha-transparent-fb,Fail
|
D | i915-cml-flakes.txt | 26 kms_plane_alpha_blend@pipe-A-alpha-transparent-fb 30 kms_plane_alpha_blend@pipe-B-alpha-transparent-fb 34 kms_plane_alpha_blend@pipe-C-alpha-transparent-fb
|
D | i915-apl-fails.txt | 45 kms_plane_alpha_blend@alpha-transparent-fb,Fail 48 kms_plane_alpha_blend@pipe-A-alpha-transparent-fb,Fail 51 kms_plane_alpha_blend@pipe-B-alpha-transparent-fb,Fail 54 kms_plane_alpha_blend@pipe-C-alpha-transparent-fb,Fail
|
D | i915-glk-flakes.txt | 27 kms_plane_alpha_blend@pipe-A-alpha-transparent-fb 31 kms_plane_alpha_blend@pipe-B-alpha-transparent-fb 35 kms_plane_alpha_blend@pipe-C-alpha-transparent-fb
|
D | i915-amly-fails.txt | 16 kms_plane_alpha_blend@alpha-transparent-fb,Fail
|
D | i915-cml-fails.txt | 17 kms_plane_alpha_blend@alpha-transparent-fb,Fail
|
D | i915-glk-fails.txt | 18 kms_plane_alpha_blend@alpha-transparent-fb,Fail
|
/linux-6.6.21/rust/kernel/ |
D | kunit.rs | 86 #[repr(transparent)] 89 #[repr(transparent)]
|
D | sync.rs | 21 #[repr(transparent)]
|
D | task.rs | 64 #[repr(transparent)]
|
/linux-6.6.21/drivers/net/wwan/t7xx/ |
D | t7xx_pcie_mac.c | 67 u32 transparent; member 90 if (cfg->transparent) { in t7xx_pcie_mac_atr_cfg() 165 cfg.transparent = T7XX_PCIE_DEV_DMA_TRANSPARENT; in t7xx_pcie_mac_atr_init()
|
/linux-6.6.21/Documentation/mm/ |
D | transhuge.rst | 12 - "graceful fallback": mm components which don't have transparent hugepage 14 if necessary, split a transparent hugepage. Therefore these components 30 is not specific to transparent hugepage support and it's a generic 51 of handling GUP on hugetlbfs will also work fine on transparent 59 pmd_offset. It's trivial to make the code transparent hugepage aware 72 Example to make mremap.c transparent hugepage aware with a one liner 107 Refcounts and transparent huge pages
|
/linux-6.6.21/Documentation/networking/ |
D | tproxy.rst | 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
|
/linux-6.6.21/Documentation/features/vm/THP/ |
D | arch-support.txt | 4 # description: arch supports transparent hugepages
|
/linux-6.6.21/Documentation/ABI/removed/ |
D | raw1394 | 15 libraw1394 (works with firewire-cdev too, transparent to library ABI
|
D | video1394 | 16 libdc1394 (works with firewire-cdev too, transparent to library ABI
|
/linux-6.6.21/fs/netfs/ |
D | Kconfig | 8 segmentation, local caching and transparent huge page support.
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | transhuge.rst | 157 library) may want to know the size (in bytes) of a transparent hugepage:: 219 swap when collapsing a group of pages into a transparent huge page:: 293 The number of anonymous transparent huge pages currently used by the 295 To identify what applications are using anonymous transparent huge pages, 299 The number of file transparent huge pages mapped to userspace is available 301 To identify what applications are mapping file transparent huge pages, it 423 You can use hugetlbfs on a kernel that has transparent hugepage
|
/linux-6.6.21/Documentation/devicetree/bindings/dma/ |
D | dma-router.yaml | 16 DMA routers are transparent IP blocks used to route DMA request
|
/linux-6.6.21/Documentation/devicetree/bindings/display/bridge/ |
D | simple-bridge.yaml | 14 This binding supports transparent non-programmable bridges that don't require
|
/linux-6.6.21/drivers/ntb/ |
D | Kconfig | 6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
|
123456