| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/watchdog/ |
| H A D | watchdog_5.16.bb | 38 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 D | scriptutils.py | 25 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 D | slip.c | 838 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 D | slip.h | 95 unsigned char keepalive; /* keepalive seconds */ member
|
| H A D | Kconfig | 66 RELCOM line fill and keepalive monitoring. Ideal on poor quality
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_timer.c | 95 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 D | crypto.h | 127 keepalive:1, member 136 keepalive:1,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | debug.h | 80 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 D | debug.c | 1303 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 D | 0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch | 7 Since watchdog and watchdog-keepalive packages can't be installed 49 Description=watchdog keepalive daemon
|
| /OK3568_Linux_fs/kernel/drivers/interconnect/qcom/ |
| H A D | bcm-voter.h | 18 .keepalive = _keepalive, \
|
| H A D | icc-rpmh.h | 101 bool keepalive; member
|
| H A D | bcm-voter.c | 95 if (bcm->keepalive && bcm->vote_x[QCOM_ICC_BUCKET_AMC] == 0 && in bcm_aggregate()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-selftest | 36 logger = scriptutils.logger_create('oe-selftest', stream=sys.stdout, keepalive=True)
|
| /OK3568_Linux_fs/buildroot/package/keepalived/ |
| H A D | Config.in | 8 robust keepalive facility to the Linux Virtual Server
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | Kconfig | 4 bool "wifi keepalive"
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | generic-hdlc.rst | 97 interval - time in seconds between keepalive packets 99 timeout - time in seconds after last received keepalive packet before
|
| H A D | proc_net_tcp.rst | 53 2 another timer (e.g. delayed ack or keepalive) is pending
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | Kconfig | 39 - layer 1 control via network keepalive frames
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/ |
| H A D | redis.conf | 130 tcp-keepalive 300
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | redis.conf | 130 tcp-keepalive 300
|
| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | watchdog-kernel-api.rst | 162 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 D | dn.h | 123 unsigned long keepalive; member
|
| /OK3568_Linux_fs/kernel/Documentation/isdn/ |
| H A D | credits.rst | 51 For help with Cisco-SLARP and keepalive
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/ |
| H A D | netns.sh | 327 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
|