1BIO_KMALLOC(9)                   The Linux VFS                  BIO_KMALLOC(9)
2
3
4

NAME

6       bio_kmalloc - allocate a bio for I/O using kmalloc
7

SYNOPSIS

9       struct bio * bio_kmalloc(gfp_t gfp_mask, int nr_iovecs);
10

ARGUMENTS

12       gfp_mask
13           the GFP_ mask given to the slab allocator
14
15       nr_iovecs
16           number of iovecs to pre-allocate
17

DESCRIPTION

19       Allocate a new bio with nr_iovecs bvecs. If gfp_mask contains
20       __GFP_WAIT, the allocation is guaranteed to succeed.
21
23Kernel Hackers Manual 2.6.         June 2019                    BIO_KMALLOC(9)
Impressum