Home
last modified time | relevance | path

Searched refs:__b (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dmath.h186 typeof(b) __b = (b); \
187 (void)(&__a == &__b); \
188 __a > __b ? (__a - __b) : (__b - __a); \
Dpci.h1540 for (unsigned int __b = 0; \
1541 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1542 __b++)
1544 #define __pci_bus_for_each_res1(bus, res, __b) \ argument
1545 for (__b = 0; \
1546 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1547 __b++)
2145 for (unsigned int __b = 0; \
2146 __b < PCI_NUM_RESOURCES && (res = pci_resource_n(dev, __b)); \
2147 __b++)
[all …]