Searched hist:134461 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/vm/
H A Dvm_zeroidle.cdiff 134461 Sun Aug 29 01:02:33 MDT 2004 iedowse Prevent vm_page_zero_idle_wakeup() from attempting to wake up the
page zeroing thread before it has been created. It was possible for
calls to free() very early in the boot process to panic here because
the sleep queues were not yet initialised. Specifically, sysinit_add()
running at SI_SUB_KLD would trigger this if the array of pointers
became big enough to require uma_large_alloc() allocations.

Submitted by: peter

Completed in 131 milliseconds