[PATCH] Introduces generic __list_splice_init_rcu();

2015-10-12 Thread Petko Manolov
__list_splice_init_rcu() can be used to splice lists forming both stack and queue structures, depending on its arguments. It is based on the initial list_splice_init_rcu() with a few minor modifications to help abstrancting it. Signed-off-by: Petko Manolov ---

Re: [PATCH] Introduces generic __list_splice_init_rcu();

2015-10-12 Thread Paul E. McKenney
On Mon, Oct 12, 2015 at 06:23:51PM +0300, Petko Manolov wrote: > Content preview: __list_splice_init_rcu() can be used to splice lists > forming > both stack and queue structures, depending on its arguments. It is based >on the initial list_splice_init_rcu() with a few minor

Re: [PATCH] Introduces generic __list_splice_init_rcu();

2015-10-08 Thread Mimi Zohar
On Tue, 2015-10-06 at 11:37 -0700, Paul E. McKenney wrote: > On Sun, Sep 27, 2015 at 06:10:28PM +0300, Petko Manolov wrote: > > __list_splice_init_rcu() can be used to splice lists forming both stack and > > queue structures, depending on its arguments. It is based on the initial > >

Re: [PATCH] Introduces generic __list_splice_init_rcu();

2015-10-07 Thread Petko Manolov
On 15-10-06 11:37:01, Paul E. McKenney wrote: > On Sun, Sep 27, 2015 at 06:10:28PM +0300, Petko Manolov wrote: > > __list_splice_init_rcu() can be used to splice lists forming both stack and > > queue structures, depending on its arguments. It is based on the initial > > list_splice_init_rcu()

Re: [PATCH] Introduces generic __list_splice_init_rcu();

2015-10-06 Thread Paul E. McKenney
On Sun, Sep 27, 2015 at 06:10:28PM +0300, Petko Manolov wrote: > __list_splice_init_rcu() can be used to splice lists forming both stack and > queue structures, depending on its arguments. It is based on the initial > list_splice_init_rcu() with a few minor modifications to help abstracting it. >