Searched refs:tslot (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/pci/hotplug/ |
D | cpqphp_core.c | 166 u8 tbus, tdevice, tslot; in pci_print_IRQ_route() local 174 tslot = cpqhp_routing_table->slots[loop].slot; in pci_print_IRQ_route() 175 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot); in pci_print_IRQ_route() 317 u8 tbus, tdevice, tslot, bridgeSlot; in get_slot_mapping() local 327 tslot = cpqhp_routing_table->slots[loop].slot; in get_slot_mapping() 330 *slot = tslot; in get_slot_mapping() 352 bridgeSlot = tslot; in get_slot_mapping()
|
D | cpqphp_pci.c | 241 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local 247 tslot = cpqhp_routing_table->slots[loop].slot; in PCI_GetBusDevHelper() 249 if (tslot == slot) { in PCI_GetBusDevHelper()
|
/linux-4.19.296/fs/btrfs/ |
D | ctree.c | 3238 int tslot = path->slots[i]; in fixup_low_keys() local 3243 ret = tree_mod_log_insert_key(t, tslot, MOD_LOG_KEY_REPLACE, in fixup_low_keys() 3246 btrfs_set_node_key(t, key, tslot); in fixup_low_keys() 3248 if (tslot != 0) in fixup_low_keys()
|