Searched refs:new_count (Results 1 – 3 of 3) sorted by relevance
163 unsigned int new_count; in sn_pci_window_fixup() local169 new_count = controller->windows + count; in sn_pci_window_fixup()170 new_window = kcalloc(new_count, sizeof(struct pci_window), GFP_KERNEL); in sn_pci_window_fixup()189 controller->windows = new_count; in sn_pci_window_fixup()
108 int new_count = (mci_misc_hi & THRESHOLD_MAX) + in threshold_restart_bank() local111 (new_count & THRESHOLD_MAX); in threshold_restart_bank()
869 u64 new_count; in register_services() local874 new_count = sched_clock() & 0xffffffff; in register_services()875 cp->handle = ((u64) i << 32) | new_count; in register_services()