Searched refs:newheap (Results 1 – 1 of 1) sorted by relevance
459 struct timer **newheap = xmalloc_array(struct timer *, new_limit + 1); in timer_softirq_action() local460 if ( newheap != NULL ) in timer_softirq_action()463 memcpy(newheap, heap, (old_limit + 1) * sizeof(*heap)); in timer_softirq_action()464 SET_HEAP_LIMIT(newheap, new_limit); in timer_softirq_action()465 ts->heap = newheap; in timer_softirq_action()469 heap = newheap; in timer_softirq_action()
Completed in 3 milliseconds