1SND_MALLOC_PAGES(9)     Management of Cards and Device     SND_MALLOC_PAGES(9)
2
3
4

NAME

6       snd_malloc_pages - allocate pages with the given size
7

SYNOPSIS

9       void * snd_malloc_pages(size_t size, gfp_t gfp_flags);
10

ARGUMENTS

12       size
13           the size to allocate in bytes
14
15       gfp_flags
16           the allocation conditions, GFP_XXX
17

DESCRIPTION

19       Allocates the physically contiguous pages with the given size.
20

RETURN

22       The pointer of the buffer, or NULL if no enough memory.
23
25Kernel Hackers Manual 3.10         June 2019               SND_MALLOC_PAGES(9)
Impressum