2013/8/13 Andrew Morton :
> On Fri, 9 Aug 2013 00:51:26 +0400 Andrey Vagin wrote:
>
>> struct memcg_cache_params {
>> bool is_root_cache;
>> union {
>> struct kmem_cache *memcg_caches[0];
>> struct {
>> struct mem_cgroup *mem
On Fri, 9 Aug 2013 00:51:26 +0400 Andrey Vagin wrote:
> struct memcg_cache_params {
> bool is_root_cache;
> union {
> struct kmem_cache *memcg_caches[0];
> struct {
> struct mem_cgroup *memcg;
> struc
struct memcg_cache_params {
bool is_root_cache;
union {
struct kmem_cache *memcg_caches[0];
struct {
struct mem_cgroup *memcg;
struct list_head list;
struct kmem_cache *root_cache
3 matches
Mail list logo