Re: Scheduling work from a worker using the same work_s

2020-07-03 Thread Anthony Merlino
Ok great, thanks Greg! On Fri, Jul 3, 2020 at 1:13 PM Gregory Nutt wrote: > > > I have a few spots in my code where I am doing something, and I'm just > now > > realizing I'm not explicitly sure if it's supported or not. > > > > Here is my question: > > > > Can work_queue be called from within

Re: Scheduling work from a worker using the same work_s

2020-07-03 Thread Gregory Nutt
I have a few spots in my code where I am doing something, and I'm just now realizing I'm not explicitly sure if it's supported or not. Here is my question: Can work_queue be called from within a worker function that uses the same work_s struct? Yes. The documentation only says that if there

Scheduling work from a worker using the same work_s

2020-07-03 Thread Anthony Merlino
Hi, I have a few spots in my code where I am doing something, and I'm just now realizing I'm not explicitly sure if it's supported or not. Here is my question: Can work_queue be called from within a worker function that uses the same work_s struct? The documentation only says that if there is e