Home
last modified time | relevance | path

Searched defs:totalops (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/py-gstat_exporter/gstat_exporter-3c1858a52544b2eec56f5470e4042a7171e5448a/
H A Dgstat_exporter.py163 totalops = Gauge( variable
/dports/sysutils/intel-pcm/pcm-202109/
H A Drealtime.cpp196 unsigned long long int totalops = 200000ULL * 1000ULL * 64ULL / sizeof(T); in main() local
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Drealtime.cpp196 unsigned long long int totalops = 200000ULL * 1000ULL * 64ULL / sizeof(T); in main() local
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSPosix/
H A DNetMonitor.c95 int totalops; member
169 unsigned long totalops; member
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/rrd/
H A Ddo_netapp.c111 unsigned long nfsops=0, cifsops=0, httpops=0, iscsiops=0, fcpops=0, totalops=0; in do_netapp_ops_rrd() local
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/rrd/
H A Ddo_netapp.c111 unsigned long nfsops=0, cifsops=0, httpops=0, iscsiops=0, fcpops=0, totalops=0; in do_netapp_ops_rrd() local
/dports/math/libsharp2/libsharp-54856313a5fcfb6a33817b7dfa28c4b1965ffbd1/test/
H A Dsharp2_testsuite.c132 static unsigned long long totalops (unsigned long long val) in totalops() function