Home
last modified time | relevance | path

Searched refs:KR_LOCKED (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_var.h598 KR_LOCKED, /* bounded, brief stop for mutual exclusion */ enumerator
H A Dchannel_ring.c187 ASSERT(kr->ckr_state == KR_STOPPED || kr->ckr_state == KR_LOCKED); in kr_start()
208 ASSERT(state == KR_STOPPED || state == KR_LOCKED); in kr_stop()
/xnu-10002.1.13/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c618 kr_stop(kring, KR_LOCKED); in nx_mon_na_krings_locks()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_adapter.c2559 na_set_all_rings(na, KR_LOCKED); in na_lock_all_rings()