cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/kernel/dma-mapping.c

Directory: arch/ia64/kernel
// SPDX-License-Identifier: GPL-2.0
#include <linux/dma-mapping.h>
#include <linux/export.h>

/* Set this to 1 if there is a HW IOMMU in the system */

int iommu_detected __read_mostly;


const struct dma_map_ops *dma_ops;

EXPORT_SYMBOL(dma_ops);


#define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16)


static int __init dma_init(void) { dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
fujita1482.35%150.00%
Tony Luck317.65%150.00%
Total17100.00%2100.00%

fs_initcall(dma_init);
const struct dma_map_ops *dma_get_ops(struct device *dev) { return dma_ops; }

Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori1593.75%266.67%
Bart Van Assche16.25%133.33%
Total16100.00%3100.00%

EXPORT_SYMBOL(dma_get_ops);

Overall Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori3854.29%444.44%
fujita2332.86%111.11%
Tony Luck34.29%111.11%
Paul Gortmaker34.29%111.11%
Bart Van Assche22.86%111.11%
Greg Kroah-Hartman11.43%111.11%
Total70100.00%9100.00%
Directory: arch/ia64/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.