Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dst.h165 int nbr_pages; member
Dst.c1252 STp->nbr_requests = STp->nbr_dio = STp->nbr_pages = 0; ) in st_open()
1311 name, STp->nbr_requests, STp->nbr_dio, STp->nbr_pages)); in st_flush()
1508 STp->nbr_pages += STbp->do_dio; in setup_buffering()
/linux-3.4.99/drivers/staging/sep/
Dsep_crypto.c177 u32 nbr_pages; in sep_alloc_sg_buf() local
191 nbr_pages = 0; in sep_alloc_sg_buf()
201 nbr_pages += 1; in sep_alloc_sg_buf()
204 sg = kmalloc((sizeof(struct scatterlist) * nbr_pages), GFP_ATOMIC); in sep_alloc_sg_buf()
210 sg_init_table(sg, nbr_pages); in sep_alloc_sg_buf()
214 for (ct1 = 0; ct1 < nbr_pages; ct1 += 1) { in sep_alloc_sg_buf()
344 u32 nbr_pages, page_count; in sep_oddball_pages() local
352 nbr_pages = 0; in sep_oddball_pages()
357 nbr_pages += 1; in sep_oddball_pages()
371 if (nbr_pages == page_count) in sep_oddball_pages()