cregit-Linux how code gets into the kernel

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

Directory: arch/ia64/kernel
#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 Tomonori3855.07%450.00%
fujita2333.33%112.50%
Paul Gortmaker34.35%112.50%
Tony Luck34.35%112.50%
Bart Van Assche22.90%112.50%
Total69100.00%8100.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.