Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dos_channel_private.h261 #define CSM_ACTIVE (1U << 31) /* channel is active */ macro
H A Dchannel.c2190 (ch->ch_schema->csm_flags & CSM_ACTIVE)); in ch_connect()
2247 (ch->ch_schema->csm_flags & CSM_ACTIVE)) { in ch_deactivate()
2249 CSM_ACTIVE, relaxed); in ch_deactivate()
/xnu-11215.1.10/libsyscall/wrappers/skywalk/
H A Dos_channel.c211 (!(*(_chrd)->chrd_csm_flags & CSM_ACTIVE))
214 (!(CHD_SCHEMA(_chd)->csm_flags & CSM_ACTIVE))
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.c2694 os_atomic_or(__DECONST(uint32_t *, &ch->ch_schema->csm_flags), CSM_ACTIVE, relaxed); in na_connect()