Re: kern_yield vs ukbd_yield

2011-12-13 Thread Andriy Gapon
on 13/12/2011 00:21 Andriy Gapon said the following: > on 12/12/2011 21:09 Hans Petter Selasky said the following: >> On Monday 12 December 2011 20:05:38 John Baldwin wrote: Hi, > hselasky@ or someone else familiar with the various usb threads would > have to answer that

loop inside uma_zfree critical section

2011-12-13 Thread Monthadar Al Jaberi
Hi, I am not sure why I am having this problem, but looking at the code I dont understand uma_core.c really good. So I hope someone can shed a light on this: I am running on an arm board and and running a kernel module that behaves like a wlan interface. so I tx and rx packets. For now tx is onl

Re: loop inside uma_zfree critical section

2011-12-13 Thread John Baldwin
On Tuesday, December 13, 2011 7:46:34 am Monthadar Al Jaberi wrote: > Hi, > > I am not sure why I am having this problem, but looking > at the code I dont understand uma_core.c really good. > So I hope someone can shed a light on this: > > I am running on an arm board and and running a kernel mod

Re: loop inside uma_zfree critical section

2011-12-13 Thread Monthadar Al Jaberi
On Tue, Dec 13, 2011 at 3:35 PM, John Baldwin wrote: > On Tuesday, December 13, 2011 7:46:34 am Monthadar Al Jaberi wrote: >> Hi, >> >> I am not sure why I am having this problem, but looking >> at the code I dont understand uma_core.c really good. >> So I hope someone can shed a light on this: >>