/third_party/abseil-cpp/absl/container/internal/ |
D | hashtable_debug.h | 80 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/ |
D | hashtable_debug.h | 80 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/ |
D | OPENSSL_instrument_bus.pod | 20 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/ |
D | keepalive-time.d | 3 Help: Interval time for keepalive probes 8 keepalive probes and the time between individual keepalive probes. It is
|
/third_party/libnl/lib/route/ |
D | neightbl.c | 674 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()
|
D | neigh.c | 306 __ADD(NEIGH_ATTR_PROBES, probes),
|
/third_party/toybox/toys/pending/ |
D | modprobe.c | 35 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/ |
D | avc.c | 380 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/ |
D | profiling.txt | 62 = rusage + pad-probes = 78 // install probes
|
/third_party/popt/tests/test3-data/ |
D | 03.input | 147 # the number of probes to do at the beginning 153 # time (in microsecs) interval between probes
|
/third_party/mesa3d/src/gallium/drivers/zink/ci/ |
D | zink-lvp-skips.txt | 23 # has a race where probes periodically return black
|
/third_party/grpc/src/core/lib/surface/ |
D | server.cc | 1038 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/ |
D | instrumentation.rst | 21 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/ |
D | libip6t_REJECT.man | 29 (113/tcp) probes which frequently occur when sending mail to broken mail
|
D | libipt_REJECT.man | 29 (113/tcp) probes which frequently occur when sending mail to broken mail
|
/third_party/python/Objects/ |
D | setobject.c | 63 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/ |
D | 00_Descriptions.txt | 7 * lkdtm : These tests use kprobes / jprobes to put probes in different
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.c | 417 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()
|
D | gstpad.h | 750 GHookList probes; member
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_sul.md | 84 eventually when suspend ends for another reason, the locally-initiated PING probes
|
/third_party/libuv/docs/src/ |
D | tcp.rst | 63 After `delay` has been reached, 10 successive probes, each spaced 1 second
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.38.txt | 105 which only probes newly added disk devices, and change
|
/third_party/toybox/ |
D | Config.in | 177 to prevent any cross-compile compatible compile-time probes for a
|
/third_party/glib/gobject/ |
D | gobject.stp.in | 6 * probes.
|
/third_party/toybox/generated/ |
D | globals.h | 758 struct arg_list *probes; member
|