Home
last modified time | relevance | path

Searched refs:keepalive (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/watchdog/
H A Dwatchdog_5.16.bb38 INITSCRIPT_PACKAGES = "${PN} ${PN}-keepalive"
43 INITSCRIPT_NAME:${PN}-keepalive = "wd_keepalive"
44 INITSCRIPT_PARAMS:${PN}-keepalive = "start 25 1 2 3 4 5 . stop 85 0 6 ."
46 SYSTEMD_PACKAGES = "${PN} ${PN}-keepalive"
48 SYSTEMD_SERVICE:${PN}-keepalive = "wd_keepalive.service"
65 PACKAGES =+ "${PN}-keepalive"
67 FILES:${PN}-keepalive = " \
76 RDEPENDS:${PN}-keepalive += "${PN}-config"
77 RCONFLICTS:${PN}-keepalive += "${PN}"
78 RRECOMMENDS:${PN}-keepalive += "kernel-module-softdog"
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dscriptutils.py25 def __init__(self, keepalive=True, **kwargs): argument
27 if keepalive is True:
28 keepalive = 5000 # default timeout
37 if not self._timeout.wait(keepalive):
59 def logger_create(name, stream=None, keepalive=None): argument
61 if keepalive is not None:
62 loggerhandler = KeepAliveStreamHandler(stream=stream, keepalive=keepalive)
/OK3568_Linux_fs/kernel/drivers/net/slip/
H A Dslip.c838 if (sl->keepalive) {
839 sl->keepalive_timer.expires = jiffies + sl->keepalive * HZ;
1134 sl->keepalive = (u8)tmp;
1135 if (sl->keepalive != 0) {
1137 jiffies + sl->keepalive * HZ);
1145 if (put_user(sl->keepalive, p))
1208 sl->keepalive = (u8)*p;
1209 if (sl->keepalive != 0) {
1211 jiffies + sl->keepalive * HZ;
1213 jiffies + sl->keepalive * HZ);
[all …]
H A Dslip.h95 unsigned char keepalive; /* keepalive seconds */ member
H A DKconfig66 RELCOM line fill and keepalive monitoring. Ideal on poor quality
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_timer.c95 if (scp->keepalive && scp->keepalive_fxn && (scp->state == DN_RUN)) { in dn_slow_timer()
96 if (time_after_eq(jiffies, scp->stamp + scp->keepalive)) in dn_slow_timer()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.h127 keepalive:1, member
136 keepalive:1,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Ddebug.h80 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive);
124 static inline void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument
H A Ddebug.c1303 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument
1305 ar->debug.keepalive = keepalive; in ath6kl_debug_set_keepalive()
1315 len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.keepalive); in ath6kl_keepalive_read()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/watchdog/watchdog/
H A D0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch7 Since watchdog and watchdog-keepalive packages can't be installed
49 Description=watchdog keepalive daemon
/OK3568_Linux_fs/kernel/drivers/interconnect/qcom/
H A Dbcm-voter.h18 .keepalive = _keepalive, \
H A Dicc-rpmh.h101 bool keepalive; member
H A Dbcm-voter.c95 if (bcm->keepalive && bcm->vote_x[QCOM_ICC_BUCKET_AMC] == 0 && in bcm_aggregate()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-selftest36 logger = scriptutils.logger_create('oe-selftest', stream=sys.stdout, keepalive=True)
/OK3568_Linux_fs/buildroot/package/keepalived/
H A DConfig.in8 robust keepalive facility to the Linux Virtual Server
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A DKconfig4 bool "wifi keepalive"
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dgeneric-hdlc.rst97 interval - time in seconds between keepalive packets
99 timeout - time in seconds after last received keepalive packet before
H A Dproc_net_tcp.rst53 2 another timer (e.g. delayed ack or keepalive) is pending
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A DKconfig39 - layer 1 control via network keepalive frames
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A Dredis.conf130 tcp-keepalive 300
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf130 tcp-keepalive 300
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst162 and start calling the driver's keepalive pings function after the watchdog
167 * ping: this is the routine that sends a keepalive ping to the watchdog timer
175 the watchdog timer driver core does: to send a keepalive ping to the watchdog
254 then opening /dev/watchdog will skip the start operation but send a keepalive
340 To set the last known HW keepalive time for a watchdog, the following function
/OK3568_Linux_fs/kernel/include/net/
H A Ddn.h123 unsigned long keepalive; member
/OK3568_Linux_fs/kernel/Documentation/isdn/
H A Dcredits.rst51 For help with Cisco-SLARP and keepalive
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/
H A Dnetns.sh327 n1 wg set wg0 peer "$pub2" endpoint 10.0.0.100:2 persistent-keepalive 1
334 n1 wg set wg0 peer "$pub2" persistent-keepalive 0
605 n0 wg set wg0 peer "$low_order_point" persistent-keepalive 1 endpoint 127.0.0.1:1111

123