Searched refs:newheap (Results 1 – 1 of 1) sorted by relevance
468 struct timer **newheap = NULL; in timer_softirq_action() local473 newheap = xmalloc_array(struct timer *, new_limit + 1); in timer_softirq_action()477 if ( newheap != NULL ) in timer_softirq_action()480 memcpy(newheap, heap, (old_limit + 1) * sizeof(*heap)); in timer_softirq_action()481 heap_metadata(newheap)->limit = new_limit; in timer_softirq_action()482 ts->heap = newheap; in timer_softirq_action()486 heap = newheap; in timer_softirq_action()
Completed in 7 milliseconds