On Tue 07-02-17 15:24:14, Vlastimil Babka wrote:
> On 02/01/2017 03:05 PM, Michal Hocko wrote:
> > From: Michal Hocko
> >
> > __vmalloc* allows users to provide gfp flags for the underlying
> > allocation. This API is quite popular
> > $ git grep "=[[:space:]]__vmalloc\|return[[:space:]]*__vmallo
On 02/01/2017 03:05 PM, Michal Hocko wrote:
From: Michal Hocko
__vmalloc* allows users to provide gfp flags for the underlying
allocation. This API is quite popular
$ git grep "=[[:space:]]__vmalloc\|return[[:space:]]*__vmalloc" | wc -l
77
the only problem is that many people are not aware tha
On Wed 01-02-17 15:05:30, Michal Hocko wrote:
> From: Michal Hocko
>
> __vmalloc* allows users to provide gfp flags for the underlying
> allocation. This API is quite popular
> $ git grep "=[[:space:]]__vmalloc\|return[[:space:]]*__vmalloc" | wc -l
> 77
>
> the only problem is that many people a
From: Michal Hocko
__vmalloc* allows users to provide gfp flags for the underlying
allocation. This API is quite popular
$ git grep "=[[:space:]]__vmalloc\|return[[:space:]]*__vmalloc" | wc -l
77
the only problem is that many people are not aware that they really want
to give __GFP_HIGHMEM along
4 matches
Mail list logo