Re: Workqueue behaviour - Synchronization within submitted work.

2013-03-24 Thread Stefan Richter
On Mar 20 Vijay wrote: > In the new workqueue architecture, I have a question regarding > synchronization between different "work" submitted to the same > workqueue. For example: > > * I submit two "works" A and B to a common driver specific workqueue (W). > * Each A and B, meddle with a certain

Re: Workqueue behaviour - Synchronization within submitted work.

2013-03-24 Thread Stefan Richter
On Mar 20 Vijay wrote: In the new workqueue architecture, I have a question regarding synchronization between different work submitted to the same workqueue. For example: * I submit two works A and B to a common driver specific workqueue (W). * Each A and B, meddle with a certain shared

Workqueue behaviour - Synchronization within submitted work

2013-03-20 Thread Vijay
In the new workqueue architecture, I have a question regarding synchronization between different "work" submitted to the same workqueue. For example: * I submit two sets of "work" A and B, to a common driver specific workqueue (W). * Each A and B, meddle with a certain shared data SD. * Am I

Workqueue behaviour - Synchronization within submitted work

2013-03-20 Thread Vijay
In the new workqueue architecture, I have a question regarding synchronization between different work submitted to the same workqueue. For example: * I submit two sets of work A and B, to a common driver specific workqueue (W). * Each A and B, meddle with a certain shared data SD. * Am I