Home
last modified time | relevance | path

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

/lib/
Dscatterlist.c492 unsigned int nent, nalloc; in sgl_alloc_order() local
499 nalloc = nent; in sgl_alloc_order()
502 if (nalloc + 1 < nalloc) in sgl_alloc_order()
504 nalloc++; in sgl_alloc_order()
506 sgl = kmalloc_array(nalloc, sizeof(struct scatterlist), in sgl_alloc_order()
511 sg_init_table(sgl, nalloc); in sgl_alloc_order()