Home
last modified time | relevance | path

Searched refs:heartbeat (Results 1 – 25 of 32) sorted by relevance

12

/external/tcpdump/tests/
Dmsnlb.out1 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.82
2 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81
/external/libchrome/base/task_scheduler/
Dservice_thread.cc31 void ServiceThread::SetHeartbeatIntervalForTesting(TimeDelta heartbeat) { in SetHeartbeatIntervalForTesting() argument
32 g_heartbeat_for_testing = heartbeat; in SetHeartbeatIntervalForTesting()
Dservice_thread.h36 static void SetHeartbeatIntervalForTesting(TimeDelta heartbeat);
/external/openscreen/cast/cast_core/api/runtime/
Druntime_service.proto31 // Requests runtime to send a heartbeat in a stream. The use of server-side
34 // Core calls this API if the runtime supports heartbeat in
79 // Period between two heartbeat responses. The Core will wait for double of
/external/libwebsockets/include/libwebsockets/abstract/
Dprotocols.h65 int (*heartbeat)(lws_abs_protocol_inst_t *d); member
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_WorkerHeartbeat.pbtxt16 summary: "Worker heartbeat op."
/external/tensorflow/tensorflow/core/data/service/
Ddispatcher.proto104 // The job client id to heartbeat for.
143 // Performs a periodic worker heartbeat.
Djournal.proto78 // Updates dispatcher state based on a client heartbeat.
/external/libwebsockets/lib/abstract/transports/
Draw-skt.c48 if (priv->abs->ap->heartbeat) in heartbeat_cb()
49 priv->abs->ap->heartbeat(priv->abs->api); in heartbeat_cb()
Dunit-test.c183 if (priv->abs->ap->heartbeat) in unit_test_sequencer_cb()
184 priv->abs->ap->heartbeat(priv->abs->api); in unit_test_sequencer_cb()
/external/openscreen/cast/cast_core/api/common/
Druntime_metadata.proto59 // Flags if heartbeat is supported.
/external/arm-trusted-firmware/fdts/
Dstm32mp157c-lxa-mc1.dts35 linux,default-trigger = "heartbeat";
/external/ltp/testcases/kernel/io/disktest/
DCHANGELOG17 SIGUSR1 are now handled. Sending SIGUSR1, will display heartbeat
18 statistics since the last time SIGUSR1 was issued or the last heartbeat
19 interval if -h is specified. Sending SIGUSR1, reset heartbeat counter
186 The heartbeat option now shows statistics for the hearbeat interval, and
188 statistical output to discribe the heartbeat, cycle, and total stats.
/external/tensorflow/tensorflow/core/protobuf/
Dservice_config.proto38 // How often the worker should heartbeat to the master.
/external/ltp/lib/
Dtst_test.c1080 static void heartbeat(void) in heartbeat() function
1094 heartbeat(); in testrun()
1116 heartbeat(); in testrun()
1222 heartbeat(); in tst_set_timeout()
/external/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp.c379 .heartbeat = NULL,
/external/tensorflow/tensorflow/core/util/
Devent.proto86 // Worker heartbeat messages. Support for these operations is currently
/external/usrsctp/usrsctplib/netinet/
Dsctp_input.c641 switch (cp->heartbeat.hb_info.addr_family) { in sctp_handle_heartbeat_ack()
644 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in)) { in sctp_handle_heartbeat_ack()
645 store.sin.sin_family = cp->heartbeat.hb_info.addr_family; in sctp_handle_heartbeat_ack()
647 store.sin.sin_len = cp->heartbeat.hb_info.addr_len; in sctp_handle_heartbeat_ack()
650 memcpy(&store.sin.sin_addr, cp->heartbeat.hb_info.address, in sctp_handle_heartbeat_ack()
659 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in6)) { in sctp_handle_heartbeat_ack()
660 store.sin6.sin6_family = cp->heartbeat.hb_info.addr_family; in sctp_handle_heartbeat_ack()
662 store.sin6.sin6_len = cp->heartbeat.hb_info.addr_len; in sctp_handle_heartbeat_ack()
665 memcpy(&store.sin6.sin6_addr, cp->heartbeat.hb_info.address, sizeof(struct in6_addr)); in sctp_handle_heartbeat_ack()
673 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_conn)) { in sctp_handle_heartbeat_ack()
[all …]
Dsctp_header.h308 struct sctp_heartbeat heartbeat; member
Dsctp_output.c12189 hb->heartbeat.hb_info.ph.param_type = htons(SCTP_HEARTBEAT_INFO);
12190 hb->heartbeat.hb_info.ph.param_length = htons(sizeof(struct sctp_heartbeat_info_param));
12191 hb->heartbeat.hb_info.time_value_1 = now.tv_sec;
12192 hb->heartbeat.hb_info.time_value_2 = now.tv_usec;
12194 hb->heartbeat.hb_info.addr_family = (uint8_t)net->ro._l_addr.sa.sa_family;
12196 hb->heartbeat.hb_info.addr_len = net->ro._l_addr.sa.sa_len;
12201 hb->heartbeat.hb_info.addr_len = sizeof(struct sockaddr_in);
12206 hb->heartbeat.hb_info.addr_len = sizeof(struct sockaddr_in6);
12211 hb->heartbeat.hb_info.addr_len = sizeof(struct sockaddr_conn);
12215 hb->heartbeat.hb_info.addr_len = 0;
[all …]
/external/libchrome/libchrome_tools/patches/
DRefactor-AlarmTimer-to-report-error-to-the-caller.patch134 // needed for maintaining network connectivity, like sending heartbeat messages.
/external/libwebsockets/lib/abstract/
DREADME.md98 |`heartbeat()`|Called periodically even when no network events|
/external/autotest/
Dglobal_config.ini31 # Servers that should use the readonly slaves for heartbeat. Not shards.
65 # master in a shard heartbeat. If set to a positive integer, any jobs created
/external/cpuinfo/test/build.prop/
Dleagoo-t5c.log197 persist.sys.heartbeat.enable=1
Dhuawei-mate-20.log197 persist.sys.heartbeat.enable=1

12