Searched refs:pgnum (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmemp001.tcl143 set got [$p pgnum]
154 set pgno [$p pgnum]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-mpath.c932 unsigned pgnum; local
935 if (!pgstr || (sscanf(pgstr, "%u", &pgnum) != 1) || !pgnum ||
936 (pgnum > m->nr_priority_groups)) {
944 if (--pgnum)
964 unsigned pgnum; local
966 if (!pgstr || (sscanf(pgstr, "%u", &pgnum) != 1) || !pgnum ||
967 (pgnum > m->nr_priority_groups)) {
973 if (!--pgnum)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c306 uint pgnum; /* total number of pages */ member in struct:nandsim::nandsin_geometry
425 ns->pages = vmalloc(ns->geom.pgnum * sizeof(union ns_mem));
430 for (i = 0; i < ns->geom.pgnum; i++) {
445 for (i = 0; i < ns->geom.pgnum; i++) {
488 ns->geom.pgnum = ns->geom.totsz / ns->geom.pgsz;
489 ns->geom.totszoob = ns->geom.totsz + ns->geom.pgnum * ns->geom.oobsz;
578 printk("pages number: %u\n", ns->geom.pgnum);
1302 if (action != ACTION_SECERASE && ns->regs.row >= ns->geom.pgnum) {
1347 if (ns->regs.row >= ns->geom.pgnum - ns->geom.pgsec
1644 if (ns->regs.row + 1 < ns->geom.pgnum)
[all...]

Completed in 44 milliseconds