Searched refs:opcnt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd015.tcl120 set opcnt(1) 0
122 set opcnt(2) 0
124 set opcnt(3) 0
139 incr opcnt($newop)
142 # puts "$opval(1): $opicnt(1) Total: $opcnt(1)"
143 # puts "$opval(2): $opicnt(2) Total: $opcnt(2)"
144 # puts "$opval(3): $opicnt(3) Total: $opcnt(3)"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c977 if (args->opcnt == 0)
985 if (args->opcnt != 1)
1008 /* reserve space for: taglen, tag, and opcnt */
1013 resp->opcnt = 0;
1037 while (!status && resp->opcnt < args->opcnt) {
1038 op = &args->ops[resp->opcnt++];
1041 resp->opcnt, args->opcnt, op->opnum,
1098 dprintk("nfsv4 compound op %p opcnt
[all...]
H A Dxdr4.h448 u32 opcnt; member in struct:nfsd4_compoundargs
462 u32 opcnt; member in struct:nfsd4_compoundres
470 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE;
H A Dnfs4xdr.c1368 READ32(argp->opcnt);
1372 if (argp->opcnt > 100)
1375 if (argp->opcnt > ARRAY_SIZE(argp->iops)) {
1376 argp->ops = kmalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL);
1385 argp->opcnt = 0;
1388 for (i = 0; i < argp->opcnt; i++) {
1404 argp->opcnt = i+1;
1433 argp->opcnt = i+1;
3152 if (resp->opcnt >= args->opcnt)
[all...]
H A Dnfs4state.c1112 slot->sl_opcnt = resp->opcnt;
1131 * operation which sets resp->p and increments resp->opcnt for
1142 dprintk("--> %s resp->opcnt %d cachethis %u \n", __func__,
1143 resp->opcnt, resp->cstate.slot->sl_cachethis);
1146 op = &args->ops[resp->opcnt - 1];
1150 if (args->opcnt > 1 && slot->sl_cachethis == 0) {
1151 op = &args->ops[resp->opcnt++];
1179 resp->opcnt = slot->sl_opcnt;
1469 return argp->opcnt == resp->opcnt;
[all...]

Completed in 200 milliseconds