Re: kmem_grow

2000-10-05 Thread Eric Lowe
Hello, > Pardon my ignorance, but: > > Can anyone point me to a quick explaination of what > kmem_grow: Called nonatomically from int - size-64 > means or what to look for when you see something like this? > > I'm guessing size-64 is from the slab allocator... so k

kmem_grow

2000-10-05 Thread Eli Carter
Pardon my ignorance, but: Can anyone point me to a quick explaination of what kmem_grow: Called nonatomically from int - size-64 means or what to look for when you see something like this? I'm guessing size-64 is from the slab allocator... so kmalloc() or something is being called incorr