Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dxen-blkfront.c1856 unsigned int psegs, grants; in blkfront_setup_indirect() local
1863 psegs = grants / GRANTS_PER_PSEG; in blkfront_setup_indirect()
1891 info->shadow[i].sg = kzalloc(sizeof(info->shadow[i].sg[0]) * psegs, GFP_NOIO); in blkfront_setup_indirect()
1902 sg_init_table(info->shadow[i].sg, psegs); in blkfront_setup_indirect()