Searched refs:new_slot (Results 1 – 4 of 4) sorted by relevance
955 struct pci_func *new_slot; in cpqhp_slot_create() local958 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 …]
423 int cpqhp_save_slot_config(struct controller *ctrl, struct pci_func *new_slot);
888 unsigned int old_slot, new_slot; in ufs_trunc_direct() local905 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()
1252 static DRIVER_ATTR_WO(new_slot);