Home
last modified time | relevance | path

Searched refs:vec_size (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-bufio.c576 unsigned vec_size, len; in use_bio() local
578 vec_size = b->c->block_size >> PAGE_SHIFT; in use_bio()
580 vec_size += 2; in use_bio()
582 bio = bio_kmalloc(GFP_NOWAIT | __GFP_NORETRY | __GFP_NOWARN, vec_size); in use_bio()