K 10 svn:author V 3 pjd K 8 svn:date V 27 2008-01-17T07:47:03.000000Z K 7 svn:log V 341 MFC: sys/vm/vm_kern.c 1.131 When one tries to allocate memory with the M_WAITOK flag and we are short in address space in kmem map call vm_lowmem event in a loop and wait a bit for subsystems to reclaim some memory which in turn will reclaim address space as well. Note, this is a work-around. Reviewed by: alc Approved by: alc, re (gnn) END