Rechercher une page de manuel
bio_kmalloc
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
bio_kmalloc - allocate a bio for I/O using kmallocSYNOPSIS
- struct bio * bio_kmalloc(gfp_t gfp_mask, int nr_iovecs);
ARGUMENTS
gfp_mask
- the GFP_ mask given to the slab allocator
nr_iovecs
- number of iovecs to pre-allocate
DESCRIPTION
Allocate a new bio with nr_iovecs bvecs. If gfp_mask contains __GFP_WAIT, the allocation is guaranteed to succeed.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre