Home
last modified time | relevance | path

Searched refs:IDLE (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-13-stable/sys/net/
HDmp_ring.c50 IDLE = 0, /* consumer ran to completion, nothing more to do. */ enumerator
85 return (IDLE); in state_to_flags()
104 if (prev == IDLE) in drain_ring_locked()
178 if (prev == IDLE) in drain_ring_lockless()
336 MPASS(os.flags != IDLE); in ifmp_ring_enqueue()
373 if (os.flags == IDLE) in ifmp_ring_enqueue()
411 MPASS(os.flags != IDLE); in ifmp_ring_enqueue()
454 if (os.flags == IDLE) in ifmp_ring_enqueue()
530 s.flags == IDLE) in ifmp_ring_is_idle()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_mp_ring.c74 IDLE = 0, /* tx is all caught up, nothing to do. */ enumerator
182 ns.flags = coalescing ? COALESCING : IDLE; in drain_ring()
200 if (ns.flags == IDLE || ns.flags == COALESCING) { in drain_ring()
221 MPASS(ns.flags == IDLE || ns.flags == COALESCING || in drain_ring()
248 ns.flags = IDLE; in drain_txpkts()
368 MPASS(os.flags != IDLE); in mp_ring_enqueue()
386 if (os.flags == IDLE || os.flags == COALESCING) { in mp_ring_enqueue()
450 if (os.flags == IDLE || os.flags == COALESCING || in mp_ring_enqueue()
526 s.flags == IDLE) in mp_ring_is_idle()
/freebsd-13-stable/usr.bin/tip/libacu/
HDhayes.c80 #define IDLE 2 macro
83 static int state = IDLE;
/freebsd-13-stable/contrib/wpa/src/eapol_auth/
HDeapol_auth_sm.c542 SM_STATE(BE_AUTH, IDLE) in SM_STATE() argument
544 SM_ENTRY_MA(BE_AUTH, IDLE, be_auth); in SM_STATE()
567 SM_ENTER(BE_AUTH, IDLE); in SM_STEP()
594 SM_ENTER(BE_AUTH, IDLE); in SM_STEP()
597 SM_ENTER(BE_AUTH, IDLE); in SM_STEP()
600 SM_ENTER(BE_AUTH, IDLE); in SM_STEP()
/freebsd-13-stable/contrib/opie/
HDftpcmd.y178 UMASK IDLE CHMOD
492 | SITE SP IDLE CRLF
498 | SITE SP IDLE SP NUMBER CRLF
862 { "IDLE", IDLE, ARGS, 1, "[ <sp> maximum-idle-time ]" },
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_wwv.c290 #define IDLE 0 /* no operation */ macro
324 {IDLE, 0}, /* 9 p1 */
360 {IDLE, 0}, /* 45 */
361 {IDLE, 0}, /* 46 */
362 {IDLE, 0}, /* 47 */
363 {IDLE, 0}, /* 48 */
364 {IDLE, 0}, /* 49 p5 */
1792 case IDLE: /* 9, 45-49 */ in wwv_rsec()
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
HDftpcmd.y106 UMASK IDLE CHMOD
493 | SITE SP IDLE CRLF check_secure
500 | SITE SP IDLE SP NUMBER CRLF check_secure
1002 { "IDLE", IDLE, ARGS, 1, "[ <sp> maximum-idle-time ]" },
HDftpcmd.c129 IDLE = 318, enumerator
214 #define IDLE 318 macro
3055 { "IDLE", IDLE, ARGS, 1, "[ <sp> maximum-idle-time ]" },
/freebsd-13-stable/contrib/wpa/src/eapol_supp/
HDeapol_supp_sm.c556 SM_STATE(SUPP_BE, IDLE) in SM_STATE() argument
558 SM_ENTRY(SUPP_BE, IDLE); in SM_STATE()
631 SM_ENTER(SUPP_BE, IDLE); in SM_STEP()
634 SM_ENTER(SUPP_BE, IDLE); in SM_STEP()
637 SM_ENTER(SUPP_BE, IDLE); in SM_STEP()
648 SM_ENTER(SUPP_BE, IDLE); in SM_STEP()
/freebsd-13-stable/contrib/apr/memory/unix/
HDapr_pools.c615 #define IDLE 0 macro
775 old = apr_atomic_cas32(&pool->in_use, IN_USE, IDLE); in pool_concurrency_set_used()
777 if (old != IDLE) in pool_concurrency_set_used()
787 old = apr_atomic_cas32(&pool->in_use, IDLE, IN_USE); in pool_concurrency_set_idle()
790 pool_concurrency_abort(pool, IDLE, old); in pool_concurrency_set_idle()
795 pool->in_use = IDLE; in pool_concurrency_init()
802 old = apr_atomic_cas32(&pool->in_use, DESTROYED, IDLE); in pool_concurrency_set_destroyed()
804 if (old != IDLE) in pool_concurrency_set_destroyed()
/freebsd-13-stable/libexec/ftpd/
HDftpcmd.y112 UMASK IDLE CHMOD MDFIVE
632 | SITE SP check_login IDLE CRLF
639 | SITE SP check_login IDLE SP NUMBER CRLF
1127 { "IDLE", IDLE, ARGS, 1, "[ <sp> maximum-idle-time ]" },
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_emul.h119 IDLE, enumerator
HDpci_emul.c1066 pdi->pi_lintr.state = IDLE; in pci_emul_init()
1950 if (pi->pi_lintr.state == IDLE) { in pci_lintr_assert()
1968 pi->pi_lintr.state = IDLE; in pci_lintr_deassert()
1971 pi->pi_lintr.state = IDLE; in pci_lintr_deassert()
/freebsd-13-stable/contrib/wpa/src/eap_server/
HDeap_server.c308 SM_STATE(EAP, IDLE) in SM_STATE() argument
310 SM_ENTRY(EAP, IDLE); in SM_STATE()
1232 SM_ENTER(EAP, IDLE); in SM_STEP()
1263 SM_ENTER(EAP, IDLE); in SM_STEP()
1266 SM_ENTER(EAP, IDLE); in SM_STEP()
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_stats.h64 IDLE, enumerator
743 _nestLevel(0), _event_vector(), next(this), prev(this), state(IDLE), in kmp_stats_list()
HDkmp_wait_release.h579 KMP_SET_THREAD_STATE(IDLE);
680 if (KMP_GET_THREAD_STATE() == IDLE) {
/freebsd-13-stable/sys/contrib/device-tree/Bindings/phy/
Dnvidia,tegra20-usb-phy.txt43 before declare IDLE.
/freebsd-13-stable/tools/tools/locale/etc/charmaps/
HDUS-ASCII.TXT31 0x16 0x0016 # SYNCHRONOUS IDLE
HDCP1251.TXT42 0x16 0x0016 #SYNCHRONOUS IDLE
HDPT154.TXT45 0x16 0x0016 # SYNCHRONOUS IDLE
HDCP866.TXT41 0x16 0x0016 #SYNCHRONOUS IDLE
HDISO8859-5.TXT71 0x16 0x0016 # SYNCHRONOUS IDLE
/freebsd-13-stable/contrib/wpa/src/eap_peer/
HDeap.c298 SM_STATE(EAP, IDLE) in SM_STATE() argument
300 SM_ENTRY(EAP, IDLE); in SM_STATE()
1287 SM_ENTER(EAP, IDLE); in eap_peer_sm_step_local()
1324 SM_ENTER(EAP, IDLE); in eap_peer_sm_step_local()
1327 SM_ENTER(EAP, IDLE); in eap_peer_sm_step_local()
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
HDrping.c73 IDLE = 1, enumerator
1178 cb->state = IDLE; in main()
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
HDiw_cxgbe.h769 IDLE = 0, enumerator

12