Home
last modified time | relevance | path

Searched refs:new_slot (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c955 struct pci_func *new_slot; in cpqhp_slot_create() local
958 new_slot = kzalloc(sizeof(*new_slot), GFP_KERNEL); in cpqhp_slot_create()
959 if (new_slot == NULL) in cpqhp_slot_create()
960 return new_slot; in cpqhp_slot_create()
962 new_slot->next = NULL; in cpqhp_slot_create()
963 new_slot->configured = 1; in cpqhp_slot_create()
966 cpqhp_slot_list[busnumber] = new_slot; in cpqhp_slot_create()
971 next->next = new_slot; in cpqhp_slot_create()
973 return new_slot; in cpqhp_slot_create()
1412 struct pci_func *new_slot = NULL; in board_added() local
[all …]
H A Dcpqphp.h423 int cpqhp_save_slot_config(struct controller *ctrl, struct pci_func *new_slot);
/linux/fs/ufs/
H A Dinode.c888 unsigned int old_slot, new_slot; in ufs_trunc_direct() local
905 new_slot = ufs_fragstoblks(new_frags); in ufs_trunc_direct()
907 if (old_slot == new_slot) { // old_tail > 0 in ufs_trunc_direct()
919 unsigned int slot = new_slot; in ufs_trunc_direct()
/linux/drivers/xen/xen-pciback/
H A Dpci_stub.c1252 static DRIVER_ATTR_WO(new_slot);