Searched refs:odd_flags (Results 1 – 5 of 5) sorted by relevance
52 if (odd->odd_flags & OVERLAY_F_DEGRADED) in overlay_fm_degrade()55 odd->odd_flags |= OVERLAY_F_DEGRADED; in overlay_fm_degrade()70 if (!(odd->odd_flags & OVERLAY_F_DEGRADED)) in overlay_fm_restore()74 odd->odd_flags &= ~OVERLAY_F_DEGRADED; in overlay_fm_restore()
889 odd->odd_flags |= flag; in overlay_io_start()905 odd->odd_flags &= ~OVERLAY_F_IN_RX; in overlay_io_done()913 odd->odd_flags &= ~OVERLAY_F_IN_TX; in overlay_io_done()927 while (odd->odd_flags & flag) { in overlay_io_wait()965 if ((odd->odd_flags & OVERLAY_F_ACTIVATED) == 0) { in overlay_m_start()984 ASSERT(!(odd->odd_flags & OVERLAY_F_IN_MUX)); in overlay_m_start()985 odd->odd_flags |= OVERLAY_F_IN_MUX; in overlay_m_start()1001 VERIFY(odd->odd_flags & OVERLAY_F_IN_MUX); in overlay_m_stop()1002 VERIFY(!(odd->odd_flags & OVERLAY_F_MDDROP)); in overlay_m_stop()1003 odd->odd_flags |= OVERLAY_F_MDDROP; in overlay_m_stop()[all …]
435 if (odd->odd_flags & OVERLAY_F_DEGRADED) in overlay_target_info()437 if (odd->odd_flags & OVERLAY_F_ACTIVATED) in overlay_target_info()512 if (odd->odd_flags & OVERLAY_F_VARPD) { in overlay_target_associate()519 odd->odd_flags |= OVERLAY_F_VARPD; in overlay_target_associate()574 odd->odd_flags &= ~OVERLAY_F_VARPD; in overlay_target_disassociate()905 if ((odd->odd_flags & OVERLAY_F_MDDROP) || in overlay_target_inject()906 !(odd->odd_flags & OVERLAY_F_IN_MUX)) { in overlay_target_inject()1073 if (!(odd->odd_flags & OVERLAY_F_VARPD)) { in overlay_target_cache_get()1143 if (!(odd->odd_flags & OVERLAY_F_VARPD)) { in overlay_target_cache_set()1214 if (!(odd->odd_flags & OVERLAY_F_VARPD)) { in overlay_target_cache_remove()[all …]
184 if ((odd->odd_flags & OVERLAY_F_MDDROP) || in overlay_mux_recv()185 !(odd->odd_flags & OVERLAY_F_IN_MUX)) { in overlay_mux_recv()
113 overlay_dev_flag_t odd_flags; /* protected by odd_lock */ member