Home
last modified time | relevance | path

Searched refs:READY (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/kern/
H A Dssl_sendfile.c65 READY, enumerator
137 if (c->state != READY) in common_init()
139 ATF_REQUIRE(c->state == READY); in common_init()
210 c->state = READY; in server_thread()
227 c->state = READY; in server_thread()
229 ATF_REQUIRE(c->state == READY); in server_thread()
247 ATF_REQUIRE(c->state == READY); in sendme_locked()
430 while (c.state != READY) in ATF_TC_BODY()
458 while (c.state != READY) in ATF_TC_BODY()
470 while (c.state != READY) in ATF_TC_BODY()
[all …]
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c276 SM_STATE(CP, READY) in SM_STATE() argument
278 SM_ENTRY(CP, READY); in SM_STATE()
404 SM_ENTER(CP, READY); in SM_STEP()
/freebsd/contrib/ntp/
H A DREADME.patches29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
H A DREADME.pullrequests82 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp161 READY = 2, // available for stealing enumerator
561 KMP_ATOMIC_ST_REL(&pr->steal_flag, READY); in __kmp_dispatch_init_algorithm()
1384 KMP_DEBUG_ASSERT(pr->steal_flag == READY); in __kmp_dispatch_next_algorithm()
1450 KMP_ATOMIC_ST_REL(&pr->steal_flag, READY); in __kmp_dispatch_next_algorithm()
1454 if (KMP_ATOMIC_LD_ACQ(&v->steal_flag) != READY || in __kmp_dispatch_next_algorithm()
1504 KMP_ATOMIC_ST_REL(&pr->steal_flag, READY); in __kmp_dispatch_next_algorithm()
1519 KMP_DEBUG_ASSERT(pr->steal_flag == READY); in __kmp_dispatch_next_algorithm()
1597 KMP_ATOMIC_ST_REL(&pr->steal_flag, READY); in __kmp_dispatch_next_algorithm()
1604 if (KMP_ATOMIC_LD_ACQ(&v->steal_flag) != READY || in __kmp_dispatch_next_algorithm()
1650 KMP_ATOMIC_ST_REL(&pr->steal_flag, READY); in __kmp_dispatch_next_algorithm()
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dnvidia,tegra20-gmi.txt69 - nvidia,snor-wait-width: Number of cycles before READY is asserted.