lkml.org 
[lkml]   [2013]   [May]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 17/21] Percpu tag allocator
On Mon, May 13, 2013 at 06:18:54PM -0700, Kent Overstreet wrote:
> +struct tag_pool {
> + unsigned watermark;
> + unsigned nr_tags;
> +
> + struct tag_cpu_freelist *tag_cpu;
> +
> + struct {
> + /* Global freelist */
> + unsigned nr_free;
> + unsigned *free;
> + spinlock_t lock;
> + struct list_head wait;
> + } ____cacheline_aligned;
> +};

Come on, Kent. No comment at all in the whole posting and no
justification for the patch or explanation of use cases?

--
tejun


\
 
 \ /
  Last update: 2013-05-14 17:21    [W:0.306 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site