cregit-Linux how code gets into the kernel

Release 4.18 arch/x86/include/asm/swiotlb.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_SWIOTLB_H

#define _ASM_X86_SWIOTLB_H

#include <linux/swiotlb.h>

#ifdef CONFIG_SWIOTLB
extern int swiotlb;
extern int __init pci_swiotlb_detect_override(void);
extern int __init pci_swiotlb_detect_4gb(void);
extern void __init pci_swiotlb_init(void);
extern void __init pci_swiotlb_late_init(void);
#else

#define swiotlb 0

static inline int pci_swiotlb_detect_override(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Konrad Rzeszutek Wilk12100.00%1100.00%
Total12100.00%1100.00%


static inline int pci_swiotlb_detect_4gb(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori866.67%250.00%
Muli Ben-Yehuda325.00%125.00%
Konrad Rzeszutek Wilk18.33%125.00%
Total12100.00%4100.00%


static inline void pci_swiotlb_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori8100.00%1100.00%
Total8100.00%1100.00%


static inline void pci_swiotlb_late_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Konrad Rzeszutek Wilk8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif /* _ASM_X86_SWIOTLB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Konrad Rzeszutek Wilk3838.00%111.11%
FUJITA Tomonori3434.00%444.44%
Andi Kleen2121.00%111.11%
Muli Ben-Yehuda33.00%111.11%
H. Peter Anvin33.00%111.11%
Greg Kroah-Hartman11.00%111.11%
Total100100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.