Home
last modified time | relevance | path

Searched refs:first_device (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/core/
Dnet_namespace.c19 static struct list_head *first_device = &pernet_list; variable
504 error = register_pernet_operations(first_device, ops); in register_pernet_subsys()
551 if (!error && (first_device == &pernet_list)) in register_pernet_device()
552 first_device = &ops->list; in register_pernet_device()
570 if (&ops->list == first_device) in unregister_pernet_device()
571 first_device = first_device->next; in unregister_pernet_device()
/linux-2.6.39/arch/x86/kernel/
Damd_iommu_init.c664 iommu->first_device = calc_devid(MMIO_GET_BUS(range), in init_iommu_from_pci()
728 PCI_BUS(iommu->first_device), in init_iommu_from_acpi()
729 PCI_SLOT(iommu->first_device), in init_iommu_from_acpi()
730 PCI_FUNC(iommu->first_device), in init_iommu_from_acpi()
736 for (dev_i = iommu->first_device; in init_iommu_from_acpi()
862 for (i = iommu->first_device; i <= iommu->last_device; ++i) in init_iommu_devices()
/linux-2.6.39/arch/x86/include/asm/
Damd_iommu_types.h385 u16 first_device; member