Home
last modified time | relevance | path

Searched refs:probes (Results 1 – 25 of 52) sorted by relevance

123

/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug.h80 auto probes = GetHashtableDebugNumProbesHistogram(container); in GetHashtableDebugProbeSummary() local
82 for (size_t i = 0; i < probes.size(); ++i) { in GetHashtableDebugProbeSummary()
83 summary.total_elements += probes[i]; in GetHashtableDebugProbeSummary()
84 summary.total_num_probes += probes[i] * i; in GetHashtableDebugProbeSummary()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtable_debug.h80 auto probes = GetHashtableDebugNumProbesHistogram(container); in GetHashtableDebugProbeSummary() local
82 for (size_t i = 0; i < probes.size(); ++i) { in GetHashtableDebugProbeSummary()
83 summary.total_elements += probes[i]; in GetHashtableDebugProbeSummary()
84 summary.total_num_probes += probes[i] * i; in GetHashtableDebugProbeSummary()
/third_party/openssl/doc/man3/
DOPENSSL_instrument_bus.pod20 bus-bound a 'flush cache line' instruction is used between probes. In
21 addition probes are added to B<vector> elements in atomic or
26 OPENSSL_instrument_bus() performs B<num> probes and records the number of
30 probes with the same value, i.e. in a way it records duration of
32 performs at most B<max> probes in attempt to fill the B<vector[num]>,
/third_party/curl/docs/cmdline-opts/
Dkeepalive-time.d3 Help: Interval time for keepalive probes
8 keepalive probes and the time between individual keepalive probes. It is
/third_party/libnl/lib/route/
Dneightbl.c674 void rtnl_neightbl_set_app_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_app_probes() argument
676 ntbl->nt_parms.ntp_app_probes = probes; in rtnl_neightbl_set_app_probes()
686 void rtnl_neightbl_set_ucast_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_ucast_probes() argument
688 ntbl->nt_parms.ntp_ucast_probes = probes; in rtnl_neightbl_set_ucast_probes()
698 void rtnl_neightbl_set_mcast_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_mcast_probes() argument
700 ntbl->nt_parms.ntp_mcast_probes = probes; in rtnl_neightbl_set_mcast_probes()
Dneigh.c306 __ADD(NEIGH_ATTR_PROBES, probes),
/third_party/toybox/toys/pending/
Dmodprobe.c35 struct arg_list *probes;
251 for (temp = TT.probes; temp; temp = temp->next) { in config_action()
407 llist_add_tail(&TT.probes, mod); in add_mod()
551 if (!TT.probes) { in modprobe_main()
569 while ((module = llist_popme(&TT.probes))) { in modprobe_main()
/third_party/selinux/libselinux/src/
Davc.c380 int *probes) in avc_search_node() argument
401 if (probes) in avc_search_node()
402 *probes = tprobes; in avc_search_node()
430 int probes, rc = 0; in avc_lookup() local
433 node = avc_search_node(ssid, tsid, tclass, &probes); in avc_lookup()
437 avc_cache_stats_add(cav_probes, probes); in avc_lookup()
/third_party/gstreamer/gstreamer/docs/random/ensonic/
Dprofiling.txt62 = rusage + pad-probes =
78 // install probes
/third_party/popt/tests/test3-data/
D03.input147 # the number of probes to do at the beginning
153 # time (in microsecs) interval between probes
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Dzink-lvp-skips.txt23 # has a race where probes periodically return black
/third_party/grpc/src/core/lib/surface/
Dserver.cc1038 uint32_t probes = 0; in InitTransport() local
1039 for (probes = 0; (*registered_methods_)[(hash + probes) % slots] in InitTransport()
1041 probes++) { in InitTransport()
1043 if (probes > max_probes) max_probes = probes; in InitTransport()
1045 &(*registered_methods_)[(hash + probes) % slots]; in InitTransport()
/third_party/python/Doc/howto/
Dinstrumentation.rst21 known as "probes", that can be observed by a DTrace or SystemTap script,
56 On macOS, you can list available DTrace probes by running a Python
57 process in the background and listing all probes made available by the
130 Static DTrace probes
/third_party/iptables/extensions/
Dlibip6t_REJECT.man29 (113/tcp) probes which frequently occur when sending mail to broken mail
Dlibipt_REJECT.man29 (113/tcp) probes which frequently occur when sending mail to broken mail
/third_party/python/Objects/
Dsetobject.c63 int probes; in set_lookkey() local
68 probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0; in set_lookkey()
94 } while (probes--); in set_lookkey()
111 int probes; in set_add_entry() local
127 probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0; in set_add_entry()
157 } while (probes--); in set_add_entry()
/third_party/ltp/testcases/kdump/doc/
D00_Descriptions.txt7 * lkdtm : These tests use kprobes / jprobes to put probes in different
/third_party/gstreamer/gstreamer/gst/
Dgstpad.c417 g_hook_list_init (&pad->probes, sizeof (GstProbe)); in gst_pad_init()
726 g_hook_list_clear (&pad->probes); in gst_pad_dispose()
1395 g_hook_destroy_link (&pad->probes, hook); in cleanup_hook()
1439 hook = g_hook_alloc (&pad->probes); in gst_pad_add_probe()
1458 g_hook_append (&pad->probes, hook); in gst_pad_add_probe()
1498 g_hook_ref (&pad->probes, hook); in gst_pad_add_probe()
1531 g_hook_unref (&pad->probes, hook); in gst_pad_add_probe()
1564 hook = g_hook_get (&pad->probes, id); in gst_pad_remove_probe()
3848 g_hook_list_marshal (&pad->probes, TRUE, in do_probe_callbacks()
Dgstpad.h750 GHookList probes; member
/third_party/libwebsockets/READMEs/
DREADME.lws_sul.md84 eventually when suspend ends for another reason, the locally-initiated PING probes
/third_party/libuv/docs/src/
Dtcp.rst63 After `delay` has been reached, 10 successive probes, each spaced 1 second
/third_party/e2fsprogs/doc/RelNotes/
Dv1.38.txt105 which only probes newly added disk devices, and change
/third_party/toybox/
DConfig.in177 to prevent any cross-compile compatible compile-time probes for a
/third_party/glib/gobject/
Dgobject.stp.in6 * probes.
/third_party/toybox/generated/
Dglobals.h758 struct arg_list *probes; member

123