Searched refs:nops (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest045.tcl23 proc test045 { method {nops 10000} args } {
43 puts "Test045: Random tester on $method for $nops operations"
46 set adds [expr $nops * 10]
49 set delete $nops
111 $test_path/dbscript.tcl $method $f $nops $cursors $delete $adds \
116 $nops $cursors $delete $adds $keyavg \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dconntrack.h47 int generic_opt_check(int options, int nops,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Dsystem.h8 #include <asm/nops.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A Dsystem.h8 #include <asm/nops.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dcallback.h41 unsigned nops; member in struct:cb_compound_hdr_arg
48 __be32 *nops; member in struct:cb_compound_hdr_res
H A Dcallback_xdr.c170 hdr->nops = ntohl(*p);
171 dprintk("%s: minorversion %d nops %d\n", __func__,
172 hdr->minorversion, hdr->nops);
475 hdr->nops = xdr_reserve_space(xdr, 4);
476 if (unlikely(hdr->nops == NULL))
686 unsigned int nops = 0; local
704 while (status == 0 && nops != hdr_arg.nops) {
705 status = process_op(hdr_arg.minorversion, nops, rqstp,
707 nops
[all...]
H A Dnfs4xdr.c732 uint32_t nops; member in struct:compound_hdr
774 *p = cpu_to_be32(hdr->nops);
779 BUG_ON(hdr->nops > NFS4_MAX_OPS);
780 *hdr->nops_p = htonl(hdr->nops);
920 hdr->nops++;
932 hdr->nops++;
944 hdr->nops++;
974 hdr->nops++;
988 hdr->nops++;
1001 hdr->nops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4callback.c141 u32 nops; member in struct:nfs4_cb_compound_hdr
225 WRITE32(hdr->nops);
230 *hdr->nops_p = htonl(hdr->nops);
247 hdr->nops++;
268 hdr->nops++;
312 READ32(hdr->nops);
H A Dnfs4xdr.c1347 int nops; member in struct:nfsd4_minorversion_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-finder.c382 size_t nops; local
392 dwarf_getlocation_addr(&attr, pf->addr, &op, &nops, 1) <= 0 ||
393 nops == 0) {
756 size_t nops; local
807 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
808 if (ret <= 0 || nops == 0) {
811 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
815 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsystem.h8 #include <asm/nops.h>
H A Dprocessor.h23 #include <asm/nops.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dftrace.c27 #include <asm/nops.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm102 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)

Completed in 114 milliseconds