Searched refs:idle (Results 51 - 58 of 58) sorted by relevance

123

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1172 int idle = 0; local
1191 if (++idle < 5) {
1196 idle = 0;
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack.c1847 "Total number of idle reductions on input");
3662 /* We are idle */
3877 * We went idle during prtt, just exit now.
4957 * Being idle is no differnt than the initial window. If the cc
6178 * A TLP timer has expired. We have been idle for 2 rtts. So we now
6380 * the idle time (no responses to probes) reaches the maximum
6452 * idle for too long.
8630 * We don't decay idle connections
12941 /* Update the rcv time and perform idle reduction possibly */
13650 * Segment received on connection. Reset idle tim
15995 int32_t idle, sendalot; local
[all...]
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2702 wip->idle = si->isi_inact;
H A Dwlan_snmp.c940 val->v.integer = wip->idle;
2329 val->v.integer = wip->idle;
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-npei-defs.h2425 uint64_t idle : 1; /**< DMA Engine IDLE state */ member in struct:cvmx_npei_dmax_ibuff_saddr::cvmx_npei_dmax_ibuff_saddr_s
2433 uint64_t idle : 1;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c928 wpa_printf(MSG_DEBUG, "P2P: Cancelled P2P group idle timeout");
6566 static void wpas_p2p_idle_update(void *ctx, int idle) argument
6571 wpa_printf(MSG_DEBUG, "P2P: GO - group %sidle", idle ? "" : "not ");
6572 if (idle) {
6654 * something goes wrong in this step before the P2P group idle
7342 wpa_printf(MSG_DEBUG, "P2P: Ignore group idle timeout - "
7347 wpa_printf(MSG_DEBUG, "P2P: Group idle timeout reached - terminate "
7358 wpa_printf(MSG_DEBUG, "P2P: Cancelled P2P group idle timeout");
7382 * early due to group idle timeout.
7384 wpa_printf(MSG_DEBUG, "P2P: Do not use P2P group idle timeou
[all...]
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn.c3554 bwn_spu_setdelay(struct bwn_mac *mac, int idle) argument
3561 if (ic->ic_opmode == IEEE80211_M_IBSS || idle)
/freebsd-13-stable/usr.sbin/ppp/
H A Dcommand.c2030 log_Printf(LogWARN, "Too many idle timeout values\n");
2033 log_Printf(LogWARN, "Too few idle timeout values\n");
2039 min = arg->bundle->cfg.idle.min_timeout;

Completed in 221 milliseconds

123