Searched refs:npage (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c162 int npage = (nent * sizeof (void *) + PAGE_SIZE - 1) / PAGE_SIZE; local
165 array->page_list = kmalloc(npage * sizeof *array->page_list, GFP_KERNEL);
169 for (i = 0; i < npage; ++i) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkfifo.c330 struct page *npage; local
334 npage = virt_to_page(buf);
335 if (page_to_phys(page) != page_to_phys(npage) - l) {
340 page = npage;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_rec.c172 REC_FGET(mpf, ip, argp->prev_pgno, &pagep, npage);
201 npage: if (argp->next_pgno != PGNO_INVALID) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_rec.c234 REC_FGET(mpf, ip, argp->prev_pgno, &pagep, npage);
266 npage: if (argp->next_pgno != PGNO_INVALID) {

Completed in 129 milliseconds